| /include/sound/ |
| A D | tas2781-dsp.h | 203 void tasdevice_select_cfg_blk(void *context, int conf_no, 205 void tasdevice_config_info_remove(void *context); 206 void tasdevice_dsp_remove(void *context); 207 int tasdevice_dsp_parser(void *context); 208 int tasdevice_rca_parser(void *context, const struct firmware *fmw); 209 void tasdevice_dsp_remove(void *context); 210 void tasdevice_calbin_remove(void *context); 211 int tasdevice_select_tuningprm_cfg(void *context, int prm, 213 int tasdevice_prmg_load(void *context, int prm_no); 214 void tasdevice_tuning_switch(void *context, int state); [all …]
|
| /include/trace/events/ |
| A D | dma_fence.h | 21 __field(unsigned int, context) 28 __entry->context = fence->context; 33 __get_str(driver), __get_str(timeline), __entry->context, 51 __field(unsigned int, context) 58 __entry->context = fence->context; 63 __get_str(driver), __get_str(timeline), __entry->context,
|
| A D | firewire.h | 463 __entry->context, 488 __entry->context, 509 __entry->context, 527 __entry->context, 565 __entry->context, 589 __entry->context, 617 __entry->context, 656 __entry->context, 692 __entry->context, 728 __entry->context, [all …]
|
| A D | osnoise.h | 32 int context; /* timer context */ member 89 __field( int, context ) 95 __entry->context = s->context; 101 __entry->context)
|
| /include/linux/ |
| A D | ssbi.h | 16 ssbi_reg_read(void *context, unsigned int reg, unsigned int *val) in ssbi_reg_read() argument 21 ret = ssbi_read(context, reg, &v, 1); in ssbi_reg_read() 29 ssbi_reg_write(void *context, unsigned int reg, unsigned int val) in ssbi_reg_write() argument 32 return ssbi_write(context, reg, &v, 1); in ssbi_reg_write()
|
| A D | pldmfw.h | 141 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record); 163 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); 164 int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length); 165 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component, 167 int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component); 168 int (*finalize_update)(struct pldmfw *context); 171 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
|
| A D | dm-kcopyd.h | 65 void *context); 69 unsigned int flags, dm_kcopyd_notify_fn fn, void *context); 83 dm_kcopyd_notify_fn fn, void *context); 88 unsigned int flags, dm_kcopyd_notify_fn fn, void *context);
|
| A D | firmware.h | 103 struct device *device, gfp_t gfp, void *context, 104 void (*cont)(const struct firmware *fw, void *context)); 111 const char *name, struct device *device, gfp_t gfp, void *context, 112 void (*cont)(const struct firmware *fw, void *context)); 132 struct device *device, gfp_t gfp, void *context, in firmware_request_nowait_nowarn() argument 133 void (*cont)(const struct firmware *fw, void *context)) in firmware_request_nowait_nowarn() 154 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait() argument 155 void (*cont)(const struct firmware *fw, void *context)) in request_firmware_nowait()
|
| A D | hw_breakpoint.h | 60 void *context, 76 void *context, 82 void *context); 108 void *context, in register_user_hw_breakpoint() argument 120 void *context, in register_wide_hw_breakpoint_cpu() argument 125 void *context) { return NULL; } in register_wide_hw_breakpoint() argument
|
| A D | i8042.h | 71 void *context); 78 int i8042_install_filter(i8042_filter_t filter, void *context); 96 static inline int i8042_install_filter(i8042_filter_t filter, void *context) in i8042_install_filter() argument
|
| A D | dm-region-hash.h | 39 void *context, void (*dispatch_bios)(void *context, 41 void (*wakeup_workers)(void *context), 42 void (*wakeup_all_recovery_waiters)(void *context),
|
| A D | dma-fence-array.h | 85 u64 context, unsigned seqno, 90 u64 context, unsigned seqno, 93 bool dma_fence_match_context(struct dma_fence *fence, u64 context);
|
| A D | objpool.h | 67 typedef int (*objpool_init_obj_cb)(void *obj, void *context); 70 typedef int (*objpool_fini_cb)(struct objpool_head *head, void *context); 95 void *context; member 122 gfp_t gfp, void *context, objpool_init_obj_cb objinit,
|
| A D | dma-fence.h | 93 u64 context; member 257 spinlock_t *lock, u64 context, u64 seqno); 260 spinlock_t *lock, u64 context, u64 seqno); 494 if (WARN_ON(f1->context != f2->context)) in dma_fence_is_later() 527 if (WARN_ON(f1->context != f2->context)) in dma_fence_later()
|
| A D | dm-io.h | 30 typedef void (*io_notify_fn)(unsigned int long error, void *context); 54 void *context; /* Passed to callback */ member
|
| A D | asn1_decoder.h | 17 void *context,
|
| /include/uapi/drm/ |
| A D | tegra_drm.h | 178 __u64 context; member 191 __u64 context; member 204 __u64 context; member 232 __u64 context; member 401 __u64 context; member 691 __u32 context; member 716 __u32 context; member 737 __u32 context; member 768 __u32 context; member 925 __u32 context; member
|
| /include/kunit/ |
| A D | try-catch.h | 51 void *context; member 54 void kunit_try_catch_run(struct kunit_try_catch *try_catch, void *context);
|
| /include/linux/usb/ |
| A D | ljca.h | 32 typedef void (*ljca_event_cb_t)(void *context, u8 cmd, const void *evt_data, int len); 54 void *context; member 104 int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb, void *context);
|
| /include/soc/fsl/qe/ |
| A D | qmc.h | 91 void (*complete)(void *context), void *context); 105 void (*complete)(void *context, size_t length, 107 void *context);
|
| /include/rdma/ |
| A D | rdma_cm.h | 114 void *context; member 126 void *context, enum rdma_ucm_port_space ps, 129 void *context, 149 #define rdma_create_id(net, event_handler, context, ps, qp_type) \ argument 150 __rdma_create_kernel_id(net, event_handler, context, ps, qp_type, \ 302 u8 join_state, void *context);
|
| /include/linux/mfd/ |
| A D | gsc.h | 61 int gsc_read(void *context, unsigned int reg, unsigned int *val); 62 int gsc_write(void *context, unsigned int reg, unsigned int val);
|
| /include/linux/comedi/ |
| A D | comedi_8255.h | 49 int data, unsigned long context), 50 unsigned long context);
|
| /include/acpi/ |
| A D | acpixf.h | 517 void *context, 522 void *context, 594 void *context)) 601 void *context)) 608 *context)) 620 void *context)) 628 void *context)) 639 void *context)) 660 void *context)) 792 void *context); [all …]
|
| /include/linux/spi/ |
| A D | eeprom.h | 34 void *context; member
|