Home
last modified time | relevance | path

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

1234

/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
/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
/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
Duverbs_uapi.c99 const struct uverbs_method_def *method, in uapi_merge_method()
209 const struct uverbs_method_def *method = (*obj->methods)[i]; in uapi_merge_obj_tree() local
/drivers/net/ethernet/sfc/
Defx_common.c710 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down()
744 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up()
815 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset()
882 enum reset_type method; in efx_reset_work() local
912 enum reset_type method; in efx_schedule_reset() local
/drivers/platform/x86/
Dsystem76_acpi.c69 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()
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()
Dwmi.c192 char method[5]; in wmi_method_enable() local
210 const char method, in get_acpi_method_name()
312 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmidev_evaluate_method() local
354 char method[WMI_ACPI_METHOD_NAME_SIZE]; in __query_block() local
463 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_set_block() local
1086 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_create_device() local
Deeepc-laptop.c183 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
Dasus-wireless.c52 static acpi_status asus_wireless_method(acpi_handle handle, const char *method, in asus_wireless_method()
/drivers/iio/adc/
Dtwl4030-madc.c131 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
/drivers/gpu/drm/nouveau/include/nvif/
Dcl5070.h10 __u8 method; member
38 __u8 method; member
Dcl0046.h11 __u8 method; member
/drivers/acpi/
Dacpi_tad.c250 static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id, in acpi_tad_wake_set()
280 static int acpi_tad_wake_write(struct device *dev, const char *buf, char *method, in acpi_tad_wake_write()
300 static ssize_t acpi_tad_wake_read(struct device *dev, char *buf, char *method, in acpi_tad_wake_read()
Ddevice_pm.c144 char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; in acpi_dev_pm_explicit_set() local
658 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; in acpi_dev_pm_get_state() local
/drivers/net/ethernet/sfc/falcon/
Defx.c2346 void ef4_reset_down(struct ef4_nic *efx, enum reset_type method) in ef4_reset_down()
2365 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok) in ef4_reset_up()
2419 int ef4_reset(struct ef4_nic *efx, enum reset_type method) in ef4_reset()
2504 enum reset_type method; in ef4_reset_work() local
2531 enum reset_type method; in ef4_schedule_reset() local
/drivers/remoteproc/
Dimx_rproc.h36 enum imx_rproc_method method; member
/drivers/acpi/acpica/
Ddbutils.c327 union acpi_parse_object *method; in acpi_db_second_pass_parse() local
Ddbmethod.c271 struct acpi_namespace_node *method; in acpi_db_disassemble_method() local
/drivers/media/usb/b2c2/
Dflexcop-usb.c21 #define debug_dump(b, l, method) do {\ argument
31 #define debug_dump(b, l, method) do { } while (0) argument
/drivers/infiniband/hw/mlx4/
Dalias_GUID.c61 u8 method; member
67 u8 method; member
/drivers/gpu/drm/tegra/
Dfalcon.c227 void falcon_execute_method(struct falcon *falcon, u32 method, u32 data) in falcon_execute_method()
/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss.h193 u32 method; member
260 u32 method; member
/drivers/net/wireless/intel/iwlwifi/fw/
Dacpi.c47 static int iwl_acpi_get_handle(struct device *dev, acpi_string method, in iwl_acpi_get_handle()
69 void *iwl_acpi_get_object(struct device *dev, acpi_string method) in iwl_acpi_get_object()
/drivers/net/wireless/mediatek/mt76/mt7921/
Dacpi_sar.c8 mt7921_acpi_read(struct mt7921_dev *dev, u8 *method, u8 **tbl, u32 *len) in mt7921_acpi_read()

1234