| /drivers/vfio/mdev/ |
| D | mdev_sysfs.c | 25 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 81 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 95 struct mdev_type *type; in add_mdev_supported_type() local 148 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type() 163 struct mdev_type *type; in add_mdev_supported_type_groups() local 185 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local 251 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files() 276 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
|
| /drivers/platform/x86/ |
| D | intel_punit_ipc.c | 47 IPC_TYPE type; member 52 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status() 57 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd() 62 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low() 67 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high() 72 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low() 77 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high() 102 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status() 147 IPC_TYPE type; in intel_punit_ipc_simple_command() local 182 IPC_TYPE type; in intel_punit_ipc_command() local
|
| /drivers/md/ |
| D | dm-exception-store.c | 24 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/scsi/ |
| D | iscsi_boot_sysfs.c | 25 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/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fs_tracepoint.c | 38 #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 86 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument 133 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument 157 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument 159 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
|
| /drivers/firmware/ |
| D | memmap.c | 33 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/ |
| D | power_supply_hwmon.c | 80 power_supply_hwmon_to_property(enum hwmon_sensor_types type, in power_supply_hwmon_to_property() 95 static bool power_supply_hwmon_is_a_label(enum hwmon_sensor_types type, in power_supply_hwmon_is_a_label() 101 static bool power_supply_hwmon_is_writable(enum hwmon_sensor_types type, in power_supply_hwmon_is_writable() 121 enum hwmon_sensor_types type, in power_supply_hwmon_is_visible() 143 enum hwmon_sensor_types type, in power_supply_hwmon_read_string() 152 power_supply_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_read() 196 power_supply_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in power_supply_hwmon_write()
|
| /drivers/base/power/ |
| D | qos.c | 110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value() 322 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type() 330 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request() 389 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request() 536 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier() 587 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier() 630 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request() 660 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request() 686 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request()
|
| /drivers/rapidio/ |
| D | rio-access.c | 30 #define RIO_LOP_READ(size,type,len) \ argument 51 #define RIO_LOP_WRITE(size,type,len) \ argument 82 #define RIO_OP_READ(size,type,len) \ argument 103 #define RIO_OP_WRITE(size,type,len) \ argument
|
| /drivers/scsi/aic7xxx/ |
| D | queue.h | 107 #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/hwmon/ |
| D | ibmpowernv.c | 77 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 …]
|
| D | scmi-hwmon.c | 65 static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read() 87 scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read_string() 100 scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, in scmi_hwmon_is_visible() 126 enum hwmon_sensor_types type, u32 config) in scmi_hwmon_add_chan_info() 163 enum hwmon_sensor_types type; in scmi_hwmon_probe() local
|
| /drivers/acpi/acpica/ |
| D | dsmthdat.c | 213 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/ethernet/mscc/ |
| D | ocelot_tc.c | 89 static int ocelot_setup_tc_block_cb(enum tc_setup_type type, in ocelot_setup_tc_block_cb() 115 static int ocelot_setup_tc_block_cb_ig(enum tc_setup_type type, in ocelot_setup_tc_block_cb_ig() 123 static int ocelot_setup_tc_block_cb_eg(enum tc_setup_type type, in ocelot_setup_tc_block_cb_eg() 185 int ocelot_setup_tc(struct net_device *dev, enum tc_setup_type type, in ocelot_setup_tc()
|
| /drivers/net/ethernet/intel/ice/ |
| D | ice_osdep.h | 31 #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/net/wireless/intel/iwlwifi/mvm/ |
| D | rs.h | 166 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/scsi/aic94xx/ |
| D | aic94xx_reg.h | 59 #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/net/wireless/broadcom/b43/ |
| D | tables_phy_ht.c | 608 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
|
| /drivers/media/platform/qcom/venus/ |
| D | hfi_parser.h | 15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap() 50 static inline u32 cap_min(struct venus_inst *inst, u32 type) in cap_min() 55 static inline u32 cap_max(struct venus_inst *inst, u32 type) in cap_max() 60 static inline u32 cap_step(struct venus_inst *inst, u32 type) in cap_step()
|
| /drivers/greybus/ |
| D | operation.c | 312 size_t payload_size, u8 type) in gb_operation_message_init() 361 gb_operation_message_alloc(struct gb_host_device *hd, u8 type, in gb_operation_message_alloc() 474 u8 type; in gb_operation_response_alloc() local 519 gb_operation_create_common(struct gb_connection *connection, u8 type, in gb_operation_create_common() 576 u8 type, size_t request_size, in gb_operation_create_flags() 602 u8 type, size_t request_size, in gb_operation_create_core() 631 u8 type, void *data, size_t size) in gb_operation_create_incoming() 919 u8 type; in gb_connection_recv_request() local 1138 int gb_operation_sync_timeout(struct gb_connection *connection, int type, in gb_operation_sync_timeout() 1192 int type, void *request, in gb_operation_unidirectional_timeout()
|
| /drivers/net/ethernet/netronome/nfp/ |
| D | nfp_hwmon.c | 17 static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel) in nfp_hwmon_sensor_id() 27 nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_read() 31 enum hwmon_sensor_types type; in nfp_hwmon_read() member 66 nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_is_visible()
|
| /drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-phy-db.c | 140 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section() 166 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section() 206 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section() local 327 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data() 355 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd() 383 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
|
| /drivers/media/tuners/ |
| D | tuner-xc2028.c | 77 unsigned int type; member 85 unsigned int type; member 176 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 345 __u32 type, size; in load_all_firmwares() local 431 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 653 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 717 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1010 unsigned int type, in generic_set_freq() 1161 unsigned int type=0; in xc2028_set_analog_freq() local [all …]
|
| /drivers/gpu/drm/i915/ |
| D | i915_irq.h | 146 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument 153 #define GEN3_IRQ_RESET(uncore, type) \ argument 159 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument 168 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_rm.c | 46 enum dpu_hw_blk_type type) in dpu_rm_init_hw_iter() 97 static void _dpu_rm_hw_destroy(enum dpu_hw_blk_type type, void *hw) in _dpu_rm_hw_destroy() 126 enum dpu_hw_blk_type type; in dpu_rm_destroy() local 146 enum dpu_hw_blk_type type, in _dpu_rm_hw_blk_create() 201 enum dpu_hw_blk_type type; in dpu_rm_init() local 484 enum dpu_hw_blk_type type) in _dpu_rm_reserve_intf() 583 enum dpu_hw_blk_type type; in _dpu_rm_release_reservation() local
|