/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | write_to_hugetlbfs.c | 21 enum method { enum 71 enum method method = MAX_METHOD; in main() local
|
/Linux-v6.1/net/mac80211/ |
D | mesh_sync.c | 32 u8 method; member 204 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 716 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
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | efx_common.c | 708 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
|
/Linux-v6.1/drivers/infiniband/core/ |
D | mad.c | 192 struct ib_mad_mgmt_method_table *method; in is_vendor_method_in_use() local 240 struct ib_mad_mgmt_method_table *method; in ib_register_mad_agent() local 1188 static int method_in_use(struct ib_mad_mgmt_method_table **method, in method_in_use() 1202 static int allocate_method_table(struct ib_mad_mgmt_method_table **method) in allocate_method_table() 1212 static int check_method_table(struct ib_mad_mgmt_method_table *method) in check_method_table() 1269 static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, in remove_methods_mad_agent() 1286 struct ib_mad_mgmt_method_table **method; in add_nonoui_reg_req() local 1347 struct ib_mad_mgmt_method_table **method; in add_oui_reg_req() local 1442 struct ib_mad_mgmt_method_table *method; in remove_mad_reg_req() local 1556 struct ib_mad_mgmt_method_table *method; in find_mad_agent() local
|
/Linux-v6.1/drivers/platform/x86/ |
D | system76_acpi.c | 69 static int system76_get(struct system76_data *data, char *method) in system76_get() 83 static int system76_get_index(struct system76_data *data, char *method, int index) in system76_get_index() 104 static int system76_get_object(struct system76_data *data, char *method, union acpi_object **obj) in system76_get_object() 132 static int system76_set(struct system76_data *data, char *method, int value) in system76_set()
|
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 | wmi.c | 186 char method[5]; in wmi_method_enable() local 204 const char method, in get_acpi_method_name() 306 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmidev_evaluate_method() local 348 char method[WMI_ACPI_METHOD_NAME_SIZE]; in __query_block() local 457 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_set_block() local 1092 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_create_device() local
|
D | eeepc-laptop.c | 183 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() 192 static int read_acpi_int(acpi_handle handle, const char *method, int *val) in read_acpi_int() 209 const char *method = cm_setv[cm]; in set_acpi() local 223 const char *method = cm_getv[cm]; in get_acpi() local 239 const char *method = cm_setv[cm]; in acpi_setter_handle() local
|
/Linux-v6.1/drivers/iio/adc/ |
D | twl4030-madc.c | 131 u16 method; member 466 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local 543 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local 605 const struct twl4030_madc_conversion_method *method; in twl4030_madc_conversion() local
|
/Linux-v6.1/fs/ksmbd/mgmt/ |
D | user_session.c | 27 unsigned int method; member 97 int method; in ksmbd_session_rpc_open() local
|
/Linux-v6.1/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()
|
/Linux-v6.1/arch/sh/include/asm/ |
D | smp.h | 68 const char *method; member
|
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl5070.h | 10 __u8 method; member 38 __u8 method; member
|
D | cl0046.h | 11 __u8 method; member
|
/Linux-v6.1/arch/arm/include/asm/ |
D | cpuidle.h | 41 const char *method; member
|
D | smp.h | 105 const char *method; member
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/remoteproc/ |
D | imx_rproc.h | 36 enum imx_rproc_method method; member
|
/Linux-v6.1/drivers/acpi/acpica/ |
D | dbutils.c | 327 union acpi_parse_object *method; in acpi_db_second_pass_parse() local
|