Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 3141) sorted by relevance

12345678910>>...126

/drivers/infiniband/sw/rxe/
Drxe_queue.h64 enum queue_type type; member
95 enum queue_type type) in queue_get_producer()
120 enum queue_type type) in queue_get_consumer()
144 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty()
152 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full()
161 enum queue_type type) in queue_count()
170 enum queue_type type) in queue_advance_producer()
199 enum queue_type type) in queue_advance_consumer()
228 enum queue_type type) in queue_producer_addr()
236 enum queue_type type) in queue_consumer_addr()
[all …]
/drivers/platform/x86/intel/
Dpunit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
181 IPC_TYPE type; in intel_punit_ipc_command() local
/drivers/hwmon/
Dbt1-pvt.c304 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
309 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
314 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
334 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
355 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
395 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
466 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
471 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
476 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
532 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
[all …]
Dibmpowernv.c77 enum sensors type; member
248 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name()
274 enum sensors type, u32 *index) in parse_opal_node_name()
293 enum sensors type; in get_sensor_type() local
340 enum sensors type; in init_sensor_group_data() local
402 enum sensors type; in get_sensor_group() local
437 enum sensors type; in populate_attr_groups() local
507 const char *attr_name, enum sensors type, in populate_sensor()
526 static char *get_max_attr(enum sensors type) in get_max_attr()
536 static char *get_min_attr(enum sensors type) in get_min_attr()
[all …]
/drivers/scsi/
Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]
/drivers/md/
Ddm-exception-store.c24 struct dm_exception_store_type *type; in __find_exception_store_type() local
35 struct dm_exception_store_type *type; in _get_exception_store_type() local
75 struct dm_exception_store_type *type; in get_type() local
103 static void put_type(struct dm_exception_store_type *type) in put_type()
110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument
39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument
87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument
134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument
158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument
160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
/drivers/vfio/mdev/
Dmdev_sysfs.c25 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local
38 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local
82 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local
98 struct mdev_type *type; in add_mdev_supported_type() local
154 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type()
172 struct mdev_type *type; in add_mdev_supported_type_groups() local
193 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local
262 struct mdev_type *type = mdev->type; in mdev_create_sysfs_files() local
/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask()
121 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset_mask()
142 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset()
153 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_disable()
161 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enable()
171 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enabled()
212 enum nvkm_subdev_type type, int inst, struct nvkm_mc *mc) in nvkm_mc_ctor()
220 enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nvkm_mc_new_()
/drivers/firmware/
Dmemmap.c33 const char *type; /* type of the memory range */ member
142 const char *type, in firmware_map_add_entry()
218 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list()
245 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry()
262 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem()
281 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
323 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
345 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
/drivers/power/supply/
Dpower_supply_hwmon.c85 power_supply_hwmon_to_property(enum hwmon_sensor_types type, in power_supply_hwmon_to_property()
100 static bool power_supply_hwmon_is_a_label(enum hwmon_sensor_types type, in power_supply_hwmon_is_a_label()
123 enum hwmon_sensor_types type, int channel) in power_supply_hwmon_has_input()
139 static bool power_supply_hwmon_is_writable(enum hwmon_sensor_types type, in power_supply_hwmon_is_writable()
159 enum hwmon_sensor_types type, in power_supply_hwmon_is_visible()
184 enum hwmon_sensor_types type, in power_supply_hwmon_read_string()
206 power_supply_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_read()
250 power_supply_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_write()
/drivers/pci/endpoint/functions/
Dpci-epf-ntb.c103 enum pci_epc_interface_type type; member
142 enum pci_epc_interface_type type; in epf_ntb_link_up() local
236 enum pci_epc_interface_type type, u32 mw) in epf_ntb_configure_mw()
295 enum pci_epc_interface_type type, u32 mw) in epf_ntb_teardown_mw()
384 enum pci_epc_interface_type type, u16 db_count) in epf_ntb_configure_msi()
488 enum pci_epc_interface_type type, in epf_ntb_configure_msix()
555 enum pci_epc_interface_type type, in epf_ntb_configure_db()
589 epf_ntb_teardown_db(struct epf_ntb *ntb, enum pci_epc_interface_type type) in epf_ntb_teardown_db()
622 enum pci_epc_interface_type type; in epf_ntb_cmd_handler() local
780 enum pci_epc_interface_type type) in epf_ntb_peer_spad_bar_set()
[all …]
/drivers/base/power/
Dqos.c110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value()
323 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type()
331 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request()
390 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request()
537 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier()
588 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier()
631 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request()
661 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request()
687 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()
/drivers/rapidio/
Drio-access.c32 #define RIO_LOP_READ(size,type,len) \ argument
53 #define RIO_LOP_WRITE(size,type,len) \ argument
84 #define RIO_OP_READ(size,type,len) \ argument
105 #define RIO_OP_WRITE(size,type,len) \ argument
/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dbase.c45 nvkm_top_addr(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_addr()
61 nvkm_top_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_reset()
77 nvkm_top_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_intr_mask()
93 nvkm_top_fault_id(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_top_fault_id()
149 enum nvkm_subdev_type type, int inst, struct nvkm_top **ptop) in nvkm_top_new_()
/drivers/scsi/aic7xxx/
Dqueue.h107 #define SLIST_HEAD(name, type) \ argument
115 #define SLIST_ENTRY(type) \ argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define STAILQ_HEAD(name, type) \ argument
177 #define STAILQ_ENTRY(type) \ argument
221 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
249 #define BSD_LIST_HEAD(name, type) \ argument
257 #define LIST_ENTRY(type) \ argument
314 #define TAILQ_HEAD(name, type) \ argument
323 #define TAILQ_ENTRY(type) \ argument
[all …]
/drivers/mailbox/
Dimx-mailbox.c54 enum imx_mu_chan_type type; member
87 enum imx_mu_type type; member
94 #define IMX_MU_xSR_GIPn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x)))) argument
95 #define IMX_MU_xSR_RFn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) argument
96 #define IMX_MU_xSR_TEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(20 + (3 - (x)))) argument
99 #define IMX_MU_xCR_GIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x)))) argument
101 #define IMX_MU_xCR_RIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x)))) argument
103 #define IMX_MU_xCR_TIEn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(20 + (3 - (x)))) argument
105 #define IMX_MU_xCR_GIRn(type, x) (type == IMX_MU_V2 ? BIT(x) : BIT(16 + (3 - (x)))) argument
123 static u32 imx_mu_xcr_rmw(struct imx_mu_priv *priv, enum imx_mu_xcr type, u32 set, u32 clr) in imx_mu_xcr_rmw()
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Doutp.c60 nvkm_outp_xlat(struct nvkm_outp *outp, enum nvkm_ior_type *type) in nvkm_outp_xlat()
116 nvkm_outp_acquire_hda(struct nvkm_outp *outp, enum nvkm_ior_type type, in nvkm_outp_acquire_hda()
147 enum nvkm_ior_type type; in nvkm_outp_acquire() local
222 enum nvkm_ior_type type; in nvkm_outp_init_route() local
302 enum nvkm_ior_type type; in nvkm_outp_ctor() local
/drivers/acpi/acpica/
Ddsmthdat.c213 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node()
279 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value()
333 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value()
439 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value()
498 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.h166 enum iwl_table_type type; member
176 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument
178 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument
179 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument
180 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument
181 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument
182 #define is_type_he_siso(type) ((type) == LQ_HE_SISO) argument
183 #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2) argument
184 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \ argument
186 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \ argument
[all …]
/drivers/net/ethernet/intel/ice/
Dice_osdep.h31 #define ice_debug(hw, type, fmt, args...) \ argument
34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
39 #define ice_debug(hw, type, fmt, args...) \ argument
46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
/drivers/iommu/intel/
Dperf.c18 bool dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enabled()
25 int dmar_latency_enable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enable()
57 void dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_disable()
70 void dmar_latency_update(struct intel_iommu *iommu, enum latency_type type, u64 latency) in dmar_latency_update()
/drivers/scsi/aic94xx/
Daic94xx_reg.h59 #define ASD_READ_OCM(type, ord, S) \ argument
73 #define ASD_WRITE_OCM(type, ord, S) \ argument
86 #define ASD_DDBSITE_READ(type, ord) \ argument
112 #define ASD_DDBSITE_WRITE(type, ord) \ argument
139 #define ASD_SCBSITE_READ(type, ord) \ argument
165 #define ASD_SCBSITE_WRITE(type, ord) \ argument
/drivers/infiniband/ulp/rtrs/
Drtrs-pri.h236 __le16 type; member
248 __le16 type; member
261 __le16 type; member
274 __le16 type; member
287 __le16 type; member
296 __le16 type; member
339 static inline u32 rtrs_to_imm(u32 type, u32 payload) in rtrs_to_imm()
347 static inline void rtrs_from_imm(u32 imm, u32 *type, u32 *payload) in rtrs_from_imm()
360 enum rtrs_imm_type type; in rtrs_to_io_rsp_imm() local
377 #define STAT_STORE_FUNC(type, set_value, reset) \ argument
[all …]
/drivers/net/wireless/broadcom/b43/
Dtables_phy_ht.c608 u32 type, value; in b43_httab_read() local
640 u32 type; in b43_httab_read_bulk() local
674 u32 type; in b43_httab_write() local
705 u32 type, value; in b43_httab_write_few() local
750 u32 type, value; in b43_httab_write_bulk() local

12345678910>>...126