Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 240) sorted by relevance

12345678910

/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7-bugs.c66 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-6.6/arch/arm/mm/
Dproc-v7-bugs.c66 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/
Ddptf_pch_fivr.c17 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-6.6/drivers/acpi/dptf/
Ddptf_pch_fivr.c17 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/
Dspectre.c26 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
Dcpuidle.c62 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
/kernel/linux/linux-6.6/arch/arm/kernel/
Dspectre.c26 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
Dcpuidle.c61 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dwrite_to_hugetlbfs.c21 enum method { enum
71 enum method method = MAX_METHOD; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dwrite_to_hugetlbfs.c21 enum method { enum
73 enum method method = MAX_METHOD; in main() local
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_sync.c31 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-6.6/net/mac80211/
Dmesh_sync.c32 u8 method; member
204 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
Ddell-wmi-ddv.c132 static int dell_wmi_ddv_query_type(struct wmi_device *wdev, enum dell_ddv_method method, u32 arg, in dell_wmi_ddv_query_type()
161 static int dell_wmi_ddv_query_integer(struct wmi_device *wdev, enum dell_ddv_method method, in dell_wmi_ddv_query_integer()
181 static int dell_wmi_ddv_query_buffer(struct wmi_device *wdev, enum dell_ddv_method method, in dell_wmi_ddv_query_buffer()
227 static int dell_wmi_ddv_query_string(struct wmi_device *wdev, enum dell_ddv_method method, in dell_wmi_ddv_query_string()
236 static int dell_wmi_ddv_update_sensors(struct wmi_device *wdev, enum dell_ddv_method method, in dell_wmi_ddv_update_sensors()
542 enum dell_ddv_method method, in dell_wmi_ddv_channel_init()
763 static int dell_wmi_ddv_buffer_read(struct seq_file *seq, enum dell_ddv_method method) in dell_wmi_ddv_buffer_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
Defx_common.c716 void efx_siena_reset_down(struct efx_nic *efx, enum reset_type method) in efx_siena_reset_down()
750 int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_siena_reset_up()
821 int efx_siena_reset(struct efx_nic *efx, enum reset_type method) in efx_siena_reset()
888 enum reset_type method; in efx_reset_work() local
918 enum reset_type method; in efx_siena_schedule_reset() local
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_common.c708 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down()
742 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up()
813 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset()
880 enum reset_type method; in efx_reset_work() local
910 enum reset_type method; in efx_schedule_reset() local
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Defx_common.c705 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down()
739 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up()
808 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset()
875 enum reset_type method; in efx_reset_work() local
905 enum reset_type method; in efx_schedule_reset() local
/kernel/linux/linux-6.6/drivers/infiniband/core/
Dmad.c187 struct ib_mad_mgmt_method_table *method; in is_vendor_method_in_use() local
235 struct ib_mad_mgmt_method_table *method; in ib_register_mad_agent() local
1183 static int method_in_use(struct ib_mad_mgmt_method_table **method, in method_in_use()
1197 static int allocate_method_table(struct ib_mad_mgmt_method_table **method) in allocate_method_table()
1207 static int check_method_table(struct ib_mad_mgmt_method_table *method) in check_method_table()
1264 static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, in remove_methods_mad_agent()
1281 struct ib_mad_mgmt_method_table **method; in add_nonoui_reg_req() local
1342 struct ib_mad_mgmt_method_table **method; in add_oui_reg_req() local
1437 struct ib_mad_mgmt_method_table *method; in remove_mad_reg_req() local
1551 struct ib_mad_mgmt_method_table *method; in find_mad_agent() local
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dmad.c193 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
/kernel/linux/linux-6.6/drivers/platform/x86/
Dsystem76_acpi.c76 static int system76_get(struct system76_data *data, char *method) in system76_get()
90 static int system76_get_index(struct system76_data *data, char *method, int index) in system76_get_index()
111 static int system76_get_object(struct system76_data *data, char *method, union acpi_object **obj) in system76_get_object()
139 static int system76_set(struct system76_data *data, char *method, int value) in system76_set()
Dasus-laptop.c219 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()
540 static int asus_led_set(struct asus_laptop *asus, const char *method, in asus_led_set()
664 const char *name, const char *method) in asus_led_register()
918 const char *method) in sysfs_acpi_set()
Dwmi.c193 char method[5]; in wmi_method_enable() local
211 const char method, in get_acpi_method_name()
360 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmidev_evaluate_method() local
402 char method[WMI_ACPI_METHOD_NAME_SIZE]; in __query_block() local
524 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_set_block() local
1148 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_create_device() local
/kernel/linux/linux-6.6/drivers/iio/adc/
Dtwl4030-madc.c132 u16 method; member
467 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local
544 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local
606 const struct twl4030_madc_conversion_method *method; in twl4030_madc_conversion() local
/kernel/linux/linux-5.10/drivers/iio/adc/
Dtwl4030-madc.c131 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/
Dasus-laptop.c219 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()
Dsystem76_acpi.c57 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()

12345678910