| /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 | 33 int type; member 308 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 309 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() 371 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 372 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() 396 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 397 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator() 422 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 423 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
|
| /drivers/platform/chrome/ |
| D | chromeos_laptop.c | 71 enum i2c_adapter_type type; member 229 static int find_i2c_adapter_num(enum i2c_adapter_type type) in find_i2c_adapter_num() 261 enum i2c_adapter_type type, in add_probed_i2c_device() 277 enum i2c_adapter_type type, in add_i2c_device() 286 static int setup_cyapa_tp(enum i2c_adapter_type type) in setup_cyapa_tp() 296 static int setup_atmel_224s_tp(enum i2c_adapter_type type) in setup_atmel_224s_tp() 309 static int setup_atmel_1664s_ts(enum i2c_adapter_type type) in setup_atmel_1664s_ts() 322 static int setup_isl29018_als(enum i2c_adapter_type type) in setup_isl29018_als() 332 static int setup_tsl2583_als(enum i2c_adapter_type type) in setup_tsl2583_als() 342 static int setup_tsl2563_als(enum i2c_adapter_type type) in setup_tsl2563_als()
|
| /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/rapidio/ |
| D | rio-access.c | 42 #define RIO_LOP_READ(size,type,len) \ argument 66 #define RIO_LOP_WRITE(size,type,len) \ argument 102 #define RIO_OP_READ(size,type,len) \ argument 126 #define RIO_OP_WRITE(size,type,len) \ argument
|
| /drivers/net/wireless/iwlwifi/ |
| D | iwl-phy-db.c | 116 __le16 type; member 131 __le16 type; member 157 enum iwl_phy_db_section_type type, in iwl_phy_db_get_section() 183 enum iwl_phy_db_section_type type, in iwl_phy_db_free_section() 219 enum iwl_phy_db_section_type type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section() local 314 u32 type, u8 **data, u16 *size, u16 ch_id) in iwl_phy_db_get_section_data() 342 static int iwl_send_phy_db_cmd(struct iwl_phy_db *phy_db, u16 type, in iwl_send_phy_db_cmd() 370 enum iwl_phy_db_section_type type, in iwl_phy_db_send_all_channel_groups()
|
| /drivers/staging/lustre/lustre/osc/ |
| D | osc_quota.c | 47 int type; in osc_quota_chkdq() local 68 #define MD_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_MD_FLUSRQUOTA \ argument 70 #define FL_QUOTA_FLAG(type) ((type == USRQUOTA) ? OBD_FL_NO_USRQUOTA \ argument 76 int type; in osc_quota_setdq() local 209 int i, type; in osc_quota_setup() local 237 int type; in osc_quota_cleanup() local
|
| /drivers/acpi/acpica/ |
| D | dsmthdat.c | 248 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() 314 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value() 368 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value() 474 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value() 533 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
|
| D | nssearch.c | 97 acpi_object_type type, in acpi_ns_search_one_scope() 201 acpi_object_type type, in acpi_ns_search_parent_tree() 291 acpi_object_type type, in acpi_ns_search_and_enter()
|
| /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 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/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/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/gpu/drm/amd/amdgpu/ |
| D | amdgpu_irq.c | 360 struct amdgpu_irq_src *src, unsigned type) in amdgpu_irq_update() 390 unsigned type) in amdgpu_irq_get() 409 unsigned type) in amdgpu_irq_get_delayed() 426 unsigned type) in amdgpu_irq_put() 452 unsigned type) in amdgpu_irq_enabled()
|
| /drivers/media/tuners/ |
| D | tuner-xc2028.c | 80 unsigned int type; member 88 unsigned int type; member 179 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 348 __u32 type, size; in load_all_firmwares() local 437 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 545 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 656 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 720 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1016 unsigned int type, in generic_set_freq() 1167 unsigned int type=0; in xc2028_set_analog_freq() local [all …]
|
| /drivers/staging/iio/ |
| 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() 121 enum iio_event_type type, in iio_simple_dummy_read_event_value() 144 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/subdev/bios/ |
| D | pll.c | 32 u8 type; member 139 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len) in pll_map_reg() 181 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len) in pll_map_type() 223 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
| /drivers/staging/lustre/lustre/ldlm/ |
| D | ldlm_internal.h | 118 int type; /* LDLM_{CP,BL,GL}_CALLBACK */ member 227 #define LDLM_POOL_SYSFS_READER_SHOW(var, type) \ argument 244 #define LDLM_POOL_SYSFS_WRITER_STORE(var, type) \ argument 268 #define LDLM_POOL_SYSFS_READER_NOLOCK_SHOW(var, type) \ argument 280 #define LDLM_POOL_SYSFS_WRITER_NOLOCK_STORE(var, type) \ argument
|
| /drivers/net/wireless/iwlwifi/mvm/ |
| D | rs.h | 168 enum iwl_table_type type; member 178 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument 180 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument 181 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument 182 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument 183 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument 184 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type)) argument 185 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || is_type_vht_mimo2(type)) argument 186 #define is_type_mimo(type) (is_type_mimo2(type)) argument 187 #define is_type_ht(type) (is_type_ht_siso(type) || is_type_ht_mimo2(type)) argument [all …]
|
| /drivers/iio/adc/ |
| D | xilinx-xadc-events.c | 117 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_config() 126 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_config() 165 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_value() 189 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_value()
|
| /drivers/acpi/ |
| D | event.c | 27 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) in acpi_notifier_call_chain() 57 u32 type; member 96 u8 type, int data) in acpi_bus_generate_netlink_event() 155 u8 type, int data) in acpi_bus_generate_netlink_event()
|
| D | glue.c | 37 int register_acpi_bus_type(struct acpi_bus_type *type) in register_acpi_bus_type() 52 int unregister_acpi_bus_type(struct acpi_bus_type *type) in unregister_acpi_bus_type() 304 struct acpi_bus_type *type = acpi_get_bus_type(dev); in acpi_platform_notify() local 349 struct acpi_bus_type *type; in acpi_platform_notify_remove() local
|
| /drivers/input/keyboard/ |
| D | gpio_keys.c | 99 static int get_n_events_by_type(int type) in get_n_events_by_type() 115 int type) in get_bm_events_by_type() 185 char *buf, unsigned int type, in gpio_keys_attr_show_helper() 229 const char *buf, unsigned int type) in gpio_keys_attr_store_helper() 285 #define ATTR_SHOW_FN(name, type, only_disabled) \ argument 311 #define ATTR_STORE_FN(name, type) \ argument 360 unsigned int type = button->type ?: EV_KEY; in gpio_keys_gpio_report_event() local
|
| /drivers/char/agp/ |
| D | i460-agp.c | 294 off_t pg_start, int type) in i460_insert_memory_small_io_page() 337 off_t pg_start, int type) in i460_remove_memory_small_io_page() 401 off_t pg_start, int type) in i460_insert_memory_large_io_page() 462 off_t pg_start, int type) in i460_remove_memory_large_io_page() 501 off_t pg_start, int type) in i460_insert_memory() 510 off_t pg_start, int type) in i460_remove_memory() 549 dma_addr_t addr, int type) in i460_mask_memory()
|
| /drivers/staging/iio/cdc/ |
| D | ad7150.c | 127 const struct iio_chan_spec *chan, enum iio_event_type type, in ad7150_read_event_config() 163 unsigned int chan, enum iio_event_type type, in ad7150_write_event_params() 212 const struct iio_chan_spec *chan, enum iio_event_type type, in ad7150_write_event_config() 280 enum iio_event_type type, in ad7150_read_event_value() 306 enum iio_event_type type, in ad7150_write_event_value() 377 enum iio_event_type type; in ad7150_store_timeout() local 413 #define AD7150_TIMEOUT(chan, type, dir, ev_type, ev_dir) \ argument
|