/kernel/linux/linux-5.10/arch/arm/mm/ |
D | proc-v7-bugs.c | 66 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() 109 static unsigned int spectre_v2_install_workaround(unsigned int method) in spectre_v2_install_workaround() 119 unsigned int state, method = 0; in cpu_v7_spectre_v2_init() local 183 static const char *spectre_bhb_method_name(int method) in spectre_bhb_method_name() 197 static int spectre_bhb_install_workaround(int method) in spectre_bhb_install_workaround() 219 static int spectre_bhb_install_workaround(int method) in spectre_bhb_install_workaround() 227 unsigned int state, method = 0; in cpu_v7_spectre_bhb_init() local
|
/kernel/linux/linux-5.10/drivers/acpi/dptf/ |
D | dptf_pch_fivr.c | 17 static int pch_fivr_read(acpi_handle handle, char *method, struct pch_fivr_resp *fivr_resp) in pch_fivr_read() 56 #define PCH_FIVR_SHOW(name, method) \ argument 72 #define PCH_FIVR_STORE(name, method) \ argument
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | spectre.c | 26 void spectre_v2_update_state(unsigned int state, unsigned int method) in spectre_v2_update_state() 36 const char *method; in cpu_show_spectre_v2() local
|
D | cpuidle.c | 62 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
|
D | devtree.c | 37 const char *method; in set_smp_ops_by_method() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | write_to_hugetlbfs.c | 21 enum method { enum 71 enum method method = MAX_METHOD; in main() local
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | mesh_sync.c | 31 u8 method; member 206 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 706 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down() 740 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up() 811 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() 878 enum reset_type method; in efx_reset_work() local 908 enum reset_type method; in efx_schedule_reset() local
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | mad.c | 193 struct ib_mad_mgmt_method_table *method; in is_vendor_method_in_use() local 241 struct ib_mad_mgmt_method_table *method; in ib_register_mad_agent() local 1191 static int method_in_use(struct ib_mad_mgmt_method_table **method, in method_in_use() 1205 static int allocate_method_table(struct ib_mad_mgmt_method_table **method) in allocate_method_table() 1215 static int check_method_table(struct ib_mad_mgmt_method_table *method) in check_method_table() 1272 static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, in remove_methods_mad_agent() 1291 struct ib_mad_mgmt_method_table **method; in add_nonoui_reg_req() local 1352 struct ib_mad_mgmt_method_table **method; in add_oui_reg_req() local 1447 struct ib_mad_mgmt_method_table *method; in remove_mad_reg_req() local 1562 struct ib_mad_mgmt_method_table *method; in find_mad_agent() local
|
D | uverbs_uapi.c | 102 const struct uverbs_method_def *method, in uapi_merge_method() 212 const struct uverbs_method_def *method = (*obj->methods)[i]; in uapi_merge_obj_tree() local
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
D | twl4030-madc.c | 131 u16 method; member 473 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local 550 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local 612 const struct twl4030_madc_conversion_method *method; in twl4030_madc_conversion() local
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | asus-laptop.c | 219 const char *method; member 361 static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, in write_acpi_int_ret() 383 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() 388 static int acpi_check_handle(acpi_handle handle, const char *method, in acpi_check_handle() 424 char *method = enable ? METHOD_PEGA_ENABLE : METHOD_PEGA_DISABLE; in asus_pega_lucid_set() local 428 static int pega_acc_axis(struct asus_laptop *asus, int curr, char *method) in pega_acc_axis() 537 static int asus_led_set(struct asus_laptop *asus, const char *method, in asus_led_set() 661 const char *name, const char *method) in asus_led_register() 915 const char *method) in sysfs_acpi_set()
|
D | system76_acpi.c | 57 static int system76_get(struct system76_data *data, char *method) in system76_get() 72 static int system76_set(struct system76_data *data, char *method, int value) in system76_set()
|
D | wmi.c | 182 char method[5]; in wmi_method_enable() local 261 char method[5] = "WM"; in wmidev_evaluate_method() local 308 char method[5]; in __query_block() local 421 char method[5] = "WS"; in wmi_set_block() local 1050 char method[5]; in wmi_create_device() local
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | cpuidle.h | 41 const char *method; member
|
D | smp.h | 109 const char *method; member
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | smp.h | 68 const char *method; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | dbutils.c | 327 union acpi_parse_object *method; in acpi_db_second_pass_parse() local
|
/kernel/linux/linux-5.10/lib/reed_solomon/ |
D | test_rslib.c | 21 enum method { enum 262 struct wspace *ws, int method) in test_uc() 314 int len, int trials, int method) in ex_rs_helper()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl0046.h | 11 __u8 method; member
|
D | cl5070.h | 10 __u8 method; member 39 __u8 method; member
|
/kernel/linux/linux-5.10/net/tipc/ |
D | bcast.c | 213 struct tipc_mc_method *method) in tipc_bcast_select_xmit_method() 318 struct tipc_mc_method *method, in tipc_mcast_send_sync() 379 struct tipc_mc_method *method, struct tipc_nlist *dests, in tipc_mcast_xmit()
|
/kernel/linux/linux-5.10/arch/sh/boards/ |
D | of-generic.c | 57 const char *method = NULL; in sh_of_smp_probe() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | acpi.c | 71 static int iwl_acpi_get_handle(struct device *dev, acpi_string method, in iwl_acpi_get_handle() 93 void *iwl_acpi_get_object(struct device *dev, acpi_string method) in iwl_acpi_get_object()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
D | falcon.c | 218 void falcon_execute_method(struct falcon *falcon, u32 method, u32 data) in falcon_execute_method()
|