Home
last modified time | relevance | path

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

12345678910>>...60

/drivers/staging/line6/
Dcontrol.c23 #define LINE6_PARAM_R(PREFIX, prefix, type, param) \ argument
30 #define LINE6_PARAM_RW(PREFIX, prefix, type, param) \ argument
38 #define POD_PARAM_R(type, param) LINE6_PARAM_R(POD, pod, type, param) argument
39 #define POD_PARAM_RW(type, param) LINE6_PARAM_RW(POD, pod, type, param) argument
40 #define VARIAX_PARAM_R(type, param) LINE6_PARAM_R(VARIAX, variax, type, param) argument
41 #define VARIAX_PARAM_RW(type, param) LINE6_PARAM_RW(VARIAX, variax, type, param) argument
531 int line6_pod_create_files(int firmware, int type, struct device *dev) in line6_pod_create_files()
735 void line6_pod_remove_files(int firmware, int type, struct device *dev) in line6_pod_remove_files()
909 int line6_variax_create_files(int firmware, int type, struct device *dev) in line6_variax_create_files()
954 void line6_variax_remove_files(int firmware, int type, struct device *dev) in line6_variax_remove_files()
/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()
202 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/drivers/scsi/
Discsi_boot_sysfs.c33 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/rapidio/
Drio-access.c42 #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/acpi/acpica/
Ddsmthdat.c248 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node()
313 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value()
367 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()
Dnssearch.c97 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/
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 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/net/wireless/b43/
Dtables_phy_ht.c621 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/scsi/aic94xx/
Daic94xx_reg.h77 #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
Daic94xx_reg.c126 #define ASD_READ_SW(ww, type, ord) \ argument
135 #define ASD_WRITE_SW(ww, type, ord) \ argument
215 #define ASD_WRITE_REG(type, ord) \ argument
265 #define ASD_READ_REG(type, ord) \ argument
/drivers/staging/sbe-2t3e3/
Dexar7250.c32 void exar7250_set_frame_type(struct channel *sc, u32 type) in exar7250_set_frame_type()
73 void exar7250_start_intr(struct channel *sc, u32 type) in exar7250_start_intr()
154 void exar7250_stop_intr(struct channel *sc, u32 type) in exar7250_stop_intr()
/drivers/media/common/tuners/
Dtuner-xc2028.c77 unsigned int type; member
85 unsigned int type; member
174 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq()
339 __u32 type, size; in load_all_firmwares() local
427 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware()
535 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware()
643 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode()
705 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware()
933 unsigned int type, in generic_set_freq()
1081 unsigned int type=0; in xc2028_set_analog_freq() local
[all …]
/drivers/staging/ozwpan/
Dozprotocol.h26 u8 type; member
150 u8 type; member
184 u8 type; member
215 u8 type; member
226 u8 type; member
236 u8 type; member
244 u8 type; member
252 u8 type; member
260 u8 type; member
269 u8 type; member
[all …]
/drivers/media/video/ivtv/
Divtv-streams.c152 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init()
184 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev()
239 int type; in ivtv_streams_setup() local
262 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev()
316 int type; in ivtv_streams_register() local
334 int type; in ivtv_streams_cleanup() local
/drivers/usb/storage/
Dlibusual.c43 void usb_usual_set_present(int type) in usb_usual_set_present()
57 void usb_usual_clear_present(int type) in usb_usual_clear_present()
98 unsigned long type; in usu_probe() local
153 int type = (unsigned long) arg; in usu_probe_thread() local
/drivers/staging/iio/
Devents.h56 type, chan, chan1, chan2) \ argument
64 #define IIO_EV_BIT(type, direction) \ argument
77 type, direction) \ argument
88 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
/drivers/firmware/
Dmemmap.c41 const char *type; /* type of the memory range */ member
110 const char *type, in firmware_map_add_entry()
160 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
188 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
/drivers/acpi/
Dglue.c28 int register_acpi_bus_type(struct acpi_bus_type *type) in register_acpi_bus_type()
43 int unregister_acpi_bus_type(struct acpi_bus_type *type) in unregister_acpi_bus_type()
58 static struct acpi_bus_type *acpi_get_bus_type(struct bus_type *type) in acpi_get_bus_type()
207 struct acpi_bus_type *type; in acpi_platform_notify() local
/drivers/char/agp/
Di460-agp.c294 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()
Dgeneric.c235 size_t page_count, u32 type) in agp_allocate_memory()
1046 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1129 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1167 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type()
1181 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user()
1338 dma_addr_t addr, int type) in agp_generic_mask_memory()
1349 int type) in agp_generic_type_to_mask_type()
/drivers/acpi/apei/
Deinj.c51 u32 type; member
91 u64 type; member
152 static int __einj_get_available_error_type(u32 *type) in __einj_get_available_error_type()
167 static int einj_get_available_error_type(u32 *type) in einj_get_available_error_type()
296 static int __einj_error_trigger(u64 trigger_paddr, u32 type, in __einj_error_trigger()
414 static int __einj_error_inject(u32 type, u64 param1, u64 param2) in __einj_error_inject()
512 static int einj_error_inject(u32 type, u64 param1, u64 param2) in einj_error_inject()
/drivers/mtd/chips/
Dgen_probe.c172 int nr_chips, type; in genprobe_new_chip() local
205 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in cfi_cmdset_unknown() local
235 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in check_cmd_set() local
/drivers/staging/tidspbridge/include/dspbridge/
Dntfy.h48 u32 type; /* Type of notification to be sent */ member
129 static inline struct ntfy_event *ntfy_event_create(u32 event, u32 type) in ntfy_event_create()
157 u32 event, u32 type) in ntfy_register()
/drivers/media/video/cx18/
Dcx18-streams.c248 static void cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init()
306 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev()
387 int type, ret; in cx18_streams_setup() local
409 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev()
480 int type; in cx18_streams_register() local
503 int type; in cx18_streams_cleanup() local
/drivers/net/wireless/iwlwifi/
Diwl-drv.c229 enum iwl_ucode_type type, in get_sec()
236 enum iwl_ucode_type type, in set_sec_data()
244 enum iwl_ucode_type type, in set_sec_size()
252 enum iwl_ucode_type type, in get_sec_size()
259 enum iwl_ucode_type type, in set_sec_offset()
270 const void *data, enum iwl_ucode_type type, in iwl_store_ucode_sec()
686 enum iwl_ucode_type type) in alloc_pci_desc()

12345678910>>...60