/linux-6.14.4/drivers/acpi/ |
D | platform_profile.c | 114 enum platform_profile_option *profile) in get_class_profile() 117 enum platform_profile_option val; in get_class_profile() local 181 enum platform_profile_option profile = PLATFORM_PROFILE_LAST; in profile_show() local 338 enum platform_profile_option *profile = data; in _aggregate_profiles() local 339 enum platform_profile_option val; in _aggregate_profiles() local 363 enum platform_profile_option *profile = data; in _store_and_notify() local 384 enum platform_profile_option profile = PLATFORM_PROFILE_LAST; in platform_profile_show() local 502 enum platform_profile_option profile = PLATFORM_PROFILE_LAST; in platform_profile_cycle() local
|
/linux-6.14.4/drivers/platform/x86/hp/ |
D | hp-wmi.c | 505 int val = 0, ret; in hp_wmi_read_int() local 657 int val = 0, ret; in hp_wmi_fan_speed_max_get() local 1061 int err, val; in hp_wmi_input_setup() local 1291 static int platform_profile_omen_get_ec(enum platform_profile_option *profile) in platform_profile_omen_get_ec() 1320 enum platform_profile_option *profile) in platform_profile_omen_get() 1362 static int platform_profile_omen_set_ec(enum platform_profile_option profile) in platform_profile_omen_set_ec() 1417 enum platform_profile_option profile) in platform_profile_omen_set() 1444 enum platform_profile_option *profile) in hp_wmi_platform_profile_get() 1473 enum platform_profile_option profile) in hp_wmi_platform_profile_set() 1513 static int platform_profile_victus_get_ec(enum platform_profile_option *profile) in platform_profile_victus_get_ec() [all …]
|
/linux-6.14.4/security/apparmor/ |
D | policy_unpack.c | 66 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local 313 u32 val; in aa_unpack_cap_low() local 323 u32 val; in aa_unpack_cap_high() local 534 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs() 823 struct aa_profile *profile = NULL; in unpack_profile() local 1244 static int verify_profile(struct aa_profile *profile) in verify_profile() 1417 struct aa_profile *profile = NULL; in aa_unpack() local
|
D | lsm.c | 175 struct aa_profile *profile; in apparmor_capget() local 626 static int profile_uring(struct aa_profile *profile, u32 request, in profile_uring() 664 struct aa_profile *profile; in apparmor_uring_override_creds() local 688 struct aa_profile *profile; in apparmor_uring_sqpoll() local 1046 struct aa_profile *profile; in apparmor_userns_create() local 1669 static int param_set_aalockpolicy(const char *val, const struct kernel_param *kp) in param_set_aalockpolicy() 1687 static int param_set_aabool(const char *val, const struct kernel_param *kp) in param_set_aabool() 1705 static int param_set_aauint(const char *val, const struct kernel_param *kp) in param_set_aauint() 1732 static int param_set_aaintbool(const char *val, const struct kernel_param *kp) in param_set_aaintbool() 1771 static int param_set_aacompressionlevel(const char *val, in param_set_aacompressionlevel() [all …]
|
/linux-6.14.4/drivers/platform/x86/dell/ |
D | alienware-wmi.c | 646 u8 val; in lighting_control_state_store() local 1047 static int wmax_thermal_control(u8 profile) in wmax_thermal_control() 1095 enum platform_profile_option *profile) in thermal_profile_get() 1121 enum platform_profile_option profile) in thermal_profile_set() 1148 enum platform_profile_option profile; in thermal_profile_probe() local
|
/linux-6.14.4/net/ethtool/ |
D | coalesce.c | 124 static bool coalesce_put_u32(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_u32() 132 static bool coalesce_put_bool(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_bool() 152 const struct dim_cq_moder *profile, in coalesce_put_profile() 397 u32 val; in ethnl_update_irq_moder() local
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 1773 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; in brcmf_cfg80211_join_ibss() local 1945 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); in brcmf_set_wpa_version() local 1948 s32 val = 0; in brcmf_set_wpa_version() local 1974 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); in brcmf_set_auth_type() local 1977 s32 val = 0; in brcmf_set_auth_type() local 2014 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); in brcmf_set_wsec_mode() local 2090 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; in brcmf_set_key_mgmt() local 2092 s32 val; in brcmf_set_key_mgmt() local 2240 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); in brcmf_set_sharedkey() local 2243 s32 val; in brcmf_set_sharedkey() local [all …]
|
/linux-6.14.4/drivers/leds/ |
D | leds-mlxcpld.c | 117 struct mlxcpld_led_profile *profile; member 260 u8 nib, val; in mlxcpld_led_store_hw() local
|
/linux-6.14.4/drivers/platform/x86/ |
D | ideapad-laptop.c | 376 unsigned long end_jiffies, val; in read_ec_data() local 403 unsigned long end_jiffies, val; in write_ec_cmd() local 894 static int convert_dytc_to_profile(int dytcmode, enum platform_profile_option *profile) in convert_dytc_to_profile() 913 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) in convert_profile_to_dytc() 937 enum platform_profile_option *profile) in dytc_profile_get() 990 enum platform_profile_option profile) in dytc_profile_set() 1037 enum platform_profile_option profile; in dytc_profile_refresh() local 1983 unsigned long val; in ideapad_check_features() local
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k.c | 142 u64 val = 0, tar_addr = 0; in cn10k_sqe_flush() local 365 int cn10k_set_ipolicer_rate(struct otx2_nic *pfvf, u16 profile, in cn10k_set_ipolicer_rate()
|
/linux-6.14.4/drivers/mmc/host/ |
D | sdhci-msm.c | 152 #define msm_host_writel(msm_host, val, host, offset) \ argument 331 static void sdhci_msm_mci_variant_writel_relaxed(u32 val, in sdhci_msm_mci_variant_writel_relaxed() 340 static void sdhci_msm_v5_variant_writel_relaxed(u32 val, in sdhci_msm_v5_variant_writel_relaxed() 1568 u32 val = SWITCHABLE_SIGNALING_VOLTAGE; in sdhci_msm_check_power_status() local 1865 struct blk_crypto_profile *profile = &mmc->crypto_profile; in sdhci_msm_ice_init() local 1943 sdhci_msm_host_from_crypto_profile(struct blk_crypto_profile *profile) in sdhci_msm_host_from_crypto_profile() 1957 static int sdhci_msm_ice_keyslot_program(struct blk_crypto_profile *profile, in sdhci_msm_ice_keyslot_program() 1976 static int sdhci_msm_ice_keyslot_evict(struct blk_crypto_profile *profile, in sdhci_msm_ice_keyslot_evict() 2178 static int __sdhci_msm_check_write(struct sdhci_host *host, u16 val, int reg) in __sdhci_msm_check_write() 2222 static void sdhci_msm_writew(struct sdhci_host *host, u16 val, int reg) in sdhci_msm_writew() [all …]
|
/linux-6.14.4/drivers/ufs/host/ |
D | ufs-qcom.c | 120 struct blk_crypto_profile *profile = &hba->crypto_profile; in ufs_qcom_ice_init() local 189 static int ufs_qcom_ice_keyslot_program(struct blk_crypto_profile *profile, in ufs_qcom_ice_keyslot_program() 212 static int ufs_qcom_ice_keyslot_evict(struct blk_crypto_profile *profile, in ufs_qcom_ice_keyslot_evict() 942 u32 val, dev_major; in ufs_qcom_set_phy_gear() local
|
/linux-6.14.4/drivers/devfreq/ |
D | rk3399_dmc.c | 43 struct devfreq_dev_profile profile; member 343 u32 val; in rk3399_dmcfreq_probe() local
|
D | devfreq.c | 724 unsigned long val, void *ptr) in qos_min_notifier_call() 736 unsigned long val, void *ptr) in qos_max_notifier_call() 804 struct devfreq_dev_profile *profile, in devfreq_add_device() 1042 struct devfreq_dev_profile *profile, in devm_devfreq_add_device()
|
/linux-6.14.4/drivers/media/platform/chips-media/coda/ |
D | coda-bit.c | 1826 int profile; in coda_reorder_enable() local 1878 u32 val; in __coda_decoder_seq_init() local 2028 u8 profile, level; in __coda_decoder_seq_init() local 2316 u32 val; in coda_finish_decode() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl.c | 255 enum mlxsw_sp_acl_profile profile) in mlxsw_sp_acl_ruleset_lookup() 273 enum mlxsw_sp_acl_profile profile, in mlxsw_sp_acl_ruleset_get() 587 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp_acl_rulei_act_mangle_field() 607 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp1_acl_rulei_act_mangle_field() 622 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp2_acl_rulei_act_mangle_field_ip_odd() 638 u32 val, struct netlink_ext_ack *extack) in mlxsw_sp2_acl_rulei_act_mangle_field() 717 u32 offset, u32 mask, u32 val, in mlxsw_sp_acl_rulei_act_mangle()
|
D | pci.c | 26 #define mlxsw_pci_write32(mlxsw_pci, reg, val) \ argument 249 u16 val) in __mlxsw_pci_queue_doorbell_set() 259 u16 val) in __mlxsw_pci_queue_doorbell_arm_set() 1470 const struct mlxsw_config_profile *profile, in mlxsw_pci_profile_get_kvd_sizes() 1490 const struct mlxsw_config_profile *profile, in mlxsw_pci_config_profile() 1776 u32 val; in mlxsw_pci_sys_ready_wait() local 1921 const struct mlxsw_config_profile *profile, in mlxsw_pci_init()
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.c | 177 #define PTP_WQE_CTR2IDX(val) ((val) & ptpsq->ts_cqe_ctr_mask) argument 973 const struct mlx5e_profile *profile) in mlx5e_ptp_alloc_rx_fs() 989 const struct mlx5e_profile *profile) in mlx5e_ptp_free_rx_fs()
|
/linux-6.14.4/drivers/spi/ |
D | spi-bcmbca-hsspi.c | 140 u32 val; in wait_mode_store() local 196 unsigned int profile = spi_get_chipselect(spi, 0); in bcmbca_hsspi_set_clk() local 255 u16 opcode = 0, val; in bcmbca_hsspi_do_txrx() local
|
D | spi-bcm63xx-hsspi.c | 162 u32 val; in wait_mode_store() local 198 u32 val; in xfer_mode_store() local 353 u16 opcode = 0, val; in bcm63xx_hsspi_do_prepend_txrx() local 444 unsigned int profile = spi_get_chipselect(spi, 0); in bcm63xx_hsspi_set_clk() local 472 u16 opcode = 0, val; in bcm63xx_hsspi_do_txrx() local
|
/linux-6.14.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 824 u32 val; in i40e_clear_hw() local 3632 u32 val; in i40e_validate_filter_settings() local 3718 u32 val; in i40e_set_filter_control() local 4429 u16 *val) in i40e_led_get_phy() 4566 u32 val = 0; in i40e_read_rx_ctl() local 4871 #define I40E_SECTION_TABLE(profile, sec_tbl) \ argument 4882 #define I40E_SECTION_HEADER(profile, offset) \ argument 4937 i40e_validate_profile(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_validate_profile() 5002 i40e_write_profile(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_write_profile() 5065 i40e_rollback_profile(struct i40e_hw *hw, struct i40e_profile_segment *profile, in i40e_rollback_profile()
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 67 u64 val = 0; in rvu_npc_set_pkind() local 97 u64 val; in npc_config_ts_kpuaction() local 1495 const struct npc_kpu_profile *profile) in npc_program_kpu_profile() 1538 static int npc_prepare_default_kpu(struct npc_kpu_profile_adapter *profile) in npc_prepare_default_kpu() 1555 struct npc_kpu_profile_adapter *profile) in npc_apply_custom_kpu() 1721 struct npc_kpu_profile_adapter *profile = &rvu->kpu; in npc_load_kpu_profile() local 3418 u64 val; in npc_set_var_len_offset_pkind() local
|
/linux-6.14.4/tools/perf/ |
D | builtin-ftrace.c | 103 static int __write_tracing_file(const char *name, const char *val, bool append) in __write_tracing_file() 153 static int write_tracing_file(const char *name, const char *val) in write_tracing_file() 158 static int append_tracing_file(const char *name, const char *val) in append_tracing_file() 248 static int write_tracing_option_file(const char *name, const char *val) in write_tracing_option_file() 1232 struct hashmap_entry *entry, **profile; in print_profile_result() local 1474 unsigned long val; in parse_buffer_size() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 1382 const struct mlx5e_profile *profile, in mlx5e_profile_get_tisn() 4299 xdp_features_t val; in mlx5e_set_xdp_feature() local 5930 const struct mlx5e_profile *profile) in mlx5e_profile_max_num_channels() 5943 const struct mlx5e_profile *profile) in mlx5e_calc_max_nch() 5985 const struct mlx5e_profile *profile, in mlx5e_priv_init() 6085 const struct mlx5e_profile *profile) in mlx5e_get_max_num_txqs() 6103 const struct mlx5e_profile *profile) in mlx5e_get_max_num_rxqs() 6109 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) in mlx5e_create_netdev() 6160 const struct mlx5e_profile *profile = priv->profile; in mlx5e_attach_netdev() local 6243 const struct mlx5e_profile *profile = priv->profile; in mlx5e_detach_netdev() local [all …]
|
/linux-6.14.4/drivers/memory/samsung/ |
D | exynos5422-dmc.c | 204 unsigned int val; member 341 struct devfreq_dev_profile *profile) in exynos5_init_freq_table() 844 u32 val; in exynos5_dmc_perf_events_check() local 1042 u32 val; in create_timings_aligned() local 1373 unsigned int val; in exynos5_dmc_set_pause_on_switching() local
|