/linux-4.1.27/net/mac80211/ |
D | mesh_sync.c | 34 u8 method; member 216 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get()
|
/linux-4.1.27/kernel/trace/ |
D | trace_probe.h | 153 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type argument 156 #define DECLARE_FETCH_FUNC(method, type) \ argument 160 #define DECLARE_BASIC_FETCH_FUNCS(method) \ argument 190 #define DEFINE_BASIC_FETCH_FUNCS(method) \ argument 202 #define ASSIGN_FETCH_FUNC(method, type) \ argument
|
D | trace_probe.c | 75 #define CHECK_FETCH_FUNCS(method, fn) \ argument
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/ |
D | vmcallinterface.h | 79 #define ISSUE_IO_VMCALL(method, param, result) \ argument 82 #define ISSUE_IO_EXTENDED_VMCALL(method, param1, param2, param3) \ argument
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad.c | 165 struct ib_mad_mgmt_method_table *method; in is_vendor_method_in_use() local 211 struct ib_mad_mgmt_method_table *method; in ib_register_mad_agent() local 1264 static int method_in_use(struct ib_mad_mgmt_method_table **method, in method_in_use() 1278 static int allocate_method_table(struct ib_mad_mgmt_method_table **method) in allocate_method_table() 1293 static int check_method_table(struct ib_mad_mgmt_method_table *method) in check_method_table() 1350 static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, in remove_methods_mad_agent() 1369 struct ib_mad_mgmt_method_table **method; in add_nonoui_reg_req() local 1432 struct ib_mad_mgmt_method_table **method; in add_oui_reg_req() local 1530 struct ib_mad_mgmt_method_table *method; in remove_mad_reg_req() local 1648 struct ib_mad_mgmt_method_table *method; in find_mad_agent() local
|
D | sa_query.c | 836 struct ib_device *device, u8 port_num, u8 method, in ib_sa_service_rec_query() 933 u8 method, in ib_sa_mcmember_rec_query() 1026 ib_sa_comp_mask comp_mask, u8 method, in ib_sa_guid_info_rec_query()
|
D | mad_rmpp.c | 69 u8 method; member
|
/linux-4.1.27/drivers/iio/adc/ |
D | twl4030-madc.c | 401 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local 505 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local 567 const struct twl4030_madc_conversion_method *method; in twl4030_madc_conversion() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | cpuidle.c | 73 static struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops()
|
D | devtree.c | 40 const char *method; in set_smp_ops_by_method() local
|
D | psci.c | 149 const char *method; in get_set_conduit_method() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cpuidle.h | 38 const char *method; member
|
D | smp.h | 113 const char *method; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | wmi.c | 251 char method[5]; in wmi_method_enable() local 289 char method[5] = "WM"; in wmi_evaluate_method() local 347 char method[5]; in wmi_query_block() local 421 char method[5] = "WS"; in wmi_set_block() local
|
D | asus-laptop.c | 234 const char *method; member 375 static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, in write_acpi_int_ret() 397 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() 402 static int acpi_check_handle(acpi_handle handle, const char *method, in acpi_check_handle() 438 char *method = enable ? METHOD_PEGA_ENABLE : METHOD_PEGA_DISABLE; in asus_pega_lucid_set() local 442 static int pega_acc_axis(struct asus_laptop *asus, int curr, char *method) in pega_acc_axis() 550 static int asus_led_set(struct asus_laptop *asus, const char *method, in asus_led_set() 681 const char *name, const char *method) in asus_led_register() 944 const char *method) in sysfs_acpi_set()
|
D | eeepc-laptop.c | 189 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() 198 static int read_acpi_int(acpi_handle handle, const char *method, int *val) in read_acpi_int() 215 const char *method = cm_setv[cm]; in set_acpi() local 229 const char *method = cm_getv[cm]; in get_acpi() local 245 const char *method = cm_setv[cm]; in acpi_setter_handle() local
|
D | ideapad-laptop.c | 102 static int read_method_int(acpi_handle handle, const char *method, int *val) in read_method_int()
|
D | sony-laptop.c | 738 static union acpi_object *__call_snc_method(acpi_handle handle, char *method, in __call_snc_method()
|
D | thinkpad_acpi.c | 544 int *res, char *method, char *fmt, ...) in acpi_evalf()
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 20 #define debug_dump(b, l, method) do {\ argument 30 #define debug_dump(b, l, method) argument
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 71 static void dw_i2c_acpi_params(struct platform_device *pdev, char method[], in dw_i2c_acpi_params()
|
D | i2c-scmi.c | 93 char *method; in acpi_smbus_cmi_access() local
|
/linux-4.1.27/drivers/acpi/ |
D | device_pm.c | 136 char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; in acpi_dev_pm_explicit_set() local 503 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; in acpi_dev_pm_get_state() local
|
D | utils.c | 565 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method, in acpi_execute_simple_method()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 2385 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down() 2406 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up() 2459 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() 2562 enum reset_type method; in efx_reset_work() local 2592 enum reset_type method; in efx_schedule_reset() local
|
D | falcon.c | 1961 static int __falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in __falcon_reset_hw() 2042 static int falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in falcon_reset_hw()
|
D | mcdi.c | 1531 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method) in efx_mcdi_reset()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | alias_GUID.c | 62 u8 method; member 68 u8 method; member
|
D | mcg.c | 646 u8 method; in mlx4_ib_mcg_work_handler() local
|
/linux-4.1.27/include/uapi/linux/ |
D | atmbr2684.h | 69 int method; /* BR2684_FIND_* */ member
|
/linux-4.1.27/drivers/input/misc/ |
D | apanel.c | 292 unsigned char method, slave, chip; in apanel_init() local
|
/linux-4.1.27/drivers/usb/core/ |
D | port.c | 202 char *method; in link_peers() local
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 41 const char *method; member
|
/linux-4.1.27/include/linux/i2c/ |
D | twl4030-madc.h | 48 u16 method; member
|
/linux-4.1.27/include/rdma/ |
D | ib_smi.h | 49 u8 method; member
|
D | ib_mad.h | 144 u8 method; member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_mad.h | 99 u8 method; member 254 u8 method; member 302 u8 method; member
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deflate.c | 170 int method, in zlib_deflateInit2()
|
D | defutil.h | 80 Byte method; /* STORED (for zip only) or DEFLATED */ member
|
/linux-4.1.27/arch/arm64/kernel/ |
D | psci.c | 248 const char *method; in get_set_conduit_method() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 120 struct nvkm_omthds *method = nv_oclass(obj)->omthds; in nv_exec() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | ioctl.h | 123 __u8 method; member
|
D | class.h | 386 __u8 method; member 414 __u8 method; member 429 __u8 method; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | dm.c | 1351 enum pwr_track_control_method method, in rtl8812ae_dm_txpwr_track_set_pwr() 2041 enum pwr_track_control_method method, in rtl8821ae_dm_txpwr_track_set_pwr()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 2635 u8 method; member 2657 enum mlx4_access_reg_method method, in mlx4_ACCESS_REG() 2726 enum mlx4_access_reg_method method, in mlx4_ACCESS_PTYS_REG() 2741 u8 method = inbuf->method & MLX4_ACCESS_REG_METHOD_MASK; in mlx4_ACCESS_REG_wrapper() local
|
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 113 u8 method; member 1794 u8 method; in smp_cmd_pairing_req() local 1952 u8 method; in smp_cmd_pairing_rsp() local 2534 u8 local_mitm, remote_mitm, local_io, remote_io, method; in sc_select_method() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | dm.c | 671 enum pwr_track_control_method method, in rtl8723be_dm_tx_power_track_set_power()
|
/linux-4.1.27/arch/x86/pci/ |
D | mmconfig-shared.c | 453 char *method = with_e820 ? "E820" : "ACPI motherboard resources"; in is_mmconf_reserved() local
|
/linux-4.1.27/lib/ |
D | inflate.c | 1197 char method; in gunzip() local
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 114 u_short method; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | dm.c | 271 enum pwr_track_control_method method, in dm_tx_pwr_track_set_pwr()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acobject.h | 396 struct acpi_object_method method; member
|
D | aclocal.h | 1073 acpi_handle method; member
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_hwi.h | 75 u8 method; member
|
/linux-4.1.27/drivers/media/usb/zr364xx/ |
D | zr364xx.c | 184 int method; member
|
/linux-4.1.27/drivers/hwmon/ |
D | asus_atk0110.c | 462 acpi_handle method; in atk_read_value_old() local
|
/linux-4.1.27/net/core/ |
D | sock.c | 2864 static char proto_method_implemented(const void *method) in proto_method_implemented()
|
/linux-4.1.27/drivers/tty/ |
D | mxser.c | 1804 int method; in mxser_ioctl() local
|
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 516 u16 opcode, const char *class, const char *method) in osd_req_op_cls_init()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci_vpfe_user.h | 627 enum vpfe_ipipe_dpc_corr_meth method; member
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 677 __le16 method; member
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 1166 char *method; /* Install method */ member
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 239 method : 4, /* Protection method */ member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.h | 1444 __le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */ member
|
D | wmi.h | 4693 __le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */ member 4701 u32 method; member
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 932 u8 method; member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_reg.h | 1648 SVGA3dDeclMethod method; member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 1889 #define CTL_CODE(function, method) ( \ argument
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 1746 uint32_t method:1; member
|