| /drivers/vfio/mdev/ |
| D | mdev_sysfs.c | 28 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local 41 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local 84 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 98 struct mdev_type *type; in add_mdev_supported_type() local 151 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type() 166 struct mdev_type *type; in add_mdev_supported_type_groups() local 188 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local 256 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files() 281 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_system/hrt/ |
| D | var.h | 43 #define HRT_TYPE_BYTES(cell, type) (HRT_TYPE_BITS(cell, type)/8) argument 45 #define HRT_INT_TYPE(type) HRTCAT(hrt_int_type_of_, type) argument 58 #define hrt_scalar_store(cell, type, var, data) \ argument 60 #define hrt_scalar_load(cell, type, var) \ argument 63 #define hrt_indexed_store(cell, type, array, index, data) \ argument 65 #define hrt_indexed_load(cell, type, array, index) \ argument 70 #define hrt_scalar_store(cell, type, var, data) \ argument 77 #define hrt_scalar_load(cell, type, var) \ argument 83 #define hrt_indexed_store(cell, type, array, index, data) \ argument 90 #define hrt_indexed_load(cell, type, array, index) \ argument
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/hrt/ |
| D | var.h | 43 #define HRT_TYPE_BYTES(cell, type) (HRT_TYPE_BITS(cell, type)/8) argument 45 #define HRT_INT_TYPE(type) HRTCAT(hrt_int_type_of_, type) argument 58 #define hrt_scalar_store(cell, type, var, data) \ argument 60 #define hrt_scalar_load(cell, type, var) \ argument 63 #define hrt_indexed_store(cell, type, array, index, data) \ argument 65 #define hrt_indexed_load(cell, type, array, index) \ argument 70 #define hrt_scalar_store(cell, type, var, data) \ argument 77 #define hrt_scalar_load(cell, type, var) \ argument 83 #define hrt_indexed_store(cell, type, array, index, data) \ argument 90 #define hrt_indexed_load(cell, type, array, index) \ argument
|
| /drivers/platform/x86/ |
| D | intel_punit_ipc.c | 48 IPC_TYPE type; member 53 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status() 58 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd() 63 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low() 68 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high() 73 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low() 78 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high() 103 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status() 148 IPC_TYPE type; in intel_punit_ipc_simple_command() local 183 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/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/scsi/ |
| D | iscsi_boot_sysfs.c | 33 int type; member 349 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 350 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() 412 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 413 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() 437 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 438 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator() 463 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 464 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet() 489 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl() [all …]
|
| /drivers/platform/chrome/ |
| D | chromeos_laptop.c | 72 enum i2c_adapter_type type; member 235 static int find_i2c_adapter_num(enum i2c_adapter_type type) in find_i2c_adapter_num() 267 enum i2c_adapter_type type, in add_probed_i2c_device() 283 enum i2c_adapter_type type, in add_i2c_device() 292 static int setup_cyapa_tp(enum i2c_adapter_type type) in setup_cyapa_tp() 302 static int setup_atmel_224s_tp(enum i2c_adapter_type type) in setup_atmel_224s_tp() 315 static int setup_elantech_tp(enum i2c_adapter_type type) in setup_elantech_tp() 325 static int setup_atmel_1664s_ts(enum i2c_adapter_type type) in setup_atmel_1664s_ts() 338 static int setup_isl29018_als(enum i2c_adapter_type type) in setup_isl29018_als() 348 static int setup_tsl2583_als(enum i2c_adapter_type type) in setup_tsl2583_als() [all …]
|
| /drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2400_system/hrt/ |
| D | var.h | 43 #define HRT_TYPE_BYTES(cell, type) (HRT_TYPE_BITS(cell, type)/8) argument 45 #define HRT_INT_TYPE(type) HRTCAT(hrt_int_type_of_, type) argument 47 #define hrt_scalar_store(cell, type, var, data) \ argument 54 #define hrt_scalar_load(cell, type, var) \ argument 60 #define hrt_indexed_store(cell, type, array, index, data) \ argument 67 #define hrt_indexed_load(cell, type, array, index) \ argument
|
| /drivers/firmware/ |
| D | memmap.c | 42 const char *type; /* type of the memory range */ member 151 const char *type, in firmware_map_add_entry() 227 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list() 254 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry() 271 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem() 290 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 332 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 353 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
| /drivers/staging/irda/net/ |
| D | parameters.c | 79 PV_TYPE type, PI_HANDLER func) in irda_insert_no_value() 106 PV_TYPE type, PI_HANDLER func) in irda_extract_no_value() 127 PV_TYPE type, PI_HANDLER func) in irda_insert_integer() 203 PV_TYPE type, PI_HANDLER func) in irda_extract_integer() 287 PV_TYPE type, PI_HANDLER func) in irda_extract_string() 332 PV_TYPE type, PI_HANDLER func) in irda_extract_octseq() 455 int type; in irda_param_insert() local 510 int type; in irda_param_extract() local
|
| /drivers/staging/lustre/lustre/osc/ |
| D | osc_quota.c | 42 int type; in osc_quota_chkdq() local 65 #define MD_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_MD_FLUSRQUOTA \ argument 67 #define FL_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_FL_NO_USRQUOTA \ argument 73 int type; in osc_quota_setdq() local 208 int i, type; in osc_quota_setup() local 236 int type; in osc_quota_cleanup() local
|
| /drivers/rapidio/ |
| D | rio-access.c | 34 #define RIO_LOP_READ(size,type,len) \ argument 55 #define RIO_LOP_WRITE(size,type,len) \ argument 86 #define RIO_OP_READ(size,type,len) \ argument 107 #define RIO_OP_WRITE(size,type,len) \ argument
|
| /drivers/hwmon/ |
| D | ibmpowernv.c | 87 enum sensors type; member 205 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name() 231 enum sensors type, u32 *index) in parse_opal_node_name() 250 enum sensors type; in get_sensor_type() local 296 enum sensors type; in populate_attr_groups() local 356 const char *attr_name, enum sensors type, in populate_sensor() 370 static char *get_max_attr(enum sensors type) in get_max_attr() 380 static char *get_min_attr(enum sensors type) in get_min_attr() 403 enum sensors type; in create_device_attrs() local
|
| /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/acpi/acpica/ |
| D | dsmthdat.c | 249 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() 315 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value() 369 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value() 475 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value() 534 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
|
| /drivers/scsi/aic94xx/ |
| D | aic94xx_reg.h | 77 #define ASD_READ_OCM(type, ord, S) \ argument 91 #define ASD_WRITE_OCM(type, ord, S) \ argument 104 #define ASD_DDBSITE_READ(type, ord) \ argument 130 #define ASD_DDBSITE_WRITE(type, ord) \ argument 157 #define ASD_SCBSITE_READ(type, ord) \ argument 183 #define ASD_SCBSITE_WRITE(type, ord) \ argument
|
| /drivers/net/wireless/broadcom/b43/ |
| D | tables_phy_ht.c | 621 u32 type, value; in b43_httab_read() local 653 u32 type; in b43_httab_read_bulk() local 687 u32 type; in b43_httab_write() local 718 u32 type, value; in b43_httab_write_few() local 763 u32 type, value; in b43_httab_write_bulk() local
|
| /drivers/net/ethernet/netronome/nfp/ |
| D | nfp_hwmon.c | 47 static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel) in nfp_hwmon_sensor_id() 57 nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_read() 61 enum hwmon_sensor_types type; in nfp_hwmon_read() member 96 nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_is_visible()
|
| /drivers/staging/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() 577 u8 type, size_t request_size, in gb_operation_create_flags() 603 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, int request_size, in gb_operation_unidirectional_timeout()
|
| /drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-phy-db.c | 145 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section() 171 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section() 211 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section() local 332 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data() 360 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd() 388 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
|
| /drivers/media/tuners/ |
| D | tuner-xc2028.c | 79 unsigned int type; member 87 unsigned int type; member 178 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 347 __u32 type, size; in load_all_firmwares() local 435 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 546 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 657 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 721 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1014 unsigned int type, in generic_set_freq() 1165 unsigned int type=0; in xc2028_set_analog_freq() local [all …]
|
| /drivers/iio/dummy/ |
| D | iio_simple_dummy_events.c | 35 enum iio_event_type type, in iio_simple_dummy_read_event_config() 57 enum iio_event_type type, in iio_simple_dummy_write_event_config() 122 enum iio_event_type type, in iio_simple_dummy_read_event_value() 145 enum iio_event_type type, in iio_simple_dummy_write_event_value()
|
| /drivers/media/pci/ivtv/ |
| D | ivtv-streams.c | 161 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init() 191 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev() 254 int type; in ivtv_streams_setup() local 277 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev() 329 int type; in ivtv_streams_register() local 347 int type; in ivtv_streams_cleanup() local
|
| /drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | outp.c | 59 nvkm_outp_xlat(struct nvkm_outp *outp, enum nvkm_ior_type *type) in nvkm_outp_xlat() 119 enum nvkm_ior_type type; in nvkm_outp_acquire() local 171 enum nvkm_ior_type type; in nvkm_outp_init_route() local 243 enum nvkm_ior_type type; in nvkm_outp_ctor() local
|