Home
last modified time | relevance | path

Searched refs:cdev (Results 1 - 25 of 1273) sorted by relevance

12345678910>>...51

/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice_fsm.c38 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() argument
46 sch = to_subchannel(cdev->dev.parent); in ccw_timeout_log()
57 dev_name(&cdev->dev)); in ccw_timeout_log()
74 cdev->private->dma_area->iccws) in ccw_timeout_log()
85 cdev->private->state); in ccw_timeout_log()
92 &cdev->private->flags, sizeof(cdev->private->flags), 0); in ccw_timeout_log()
102 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local
104 spin_lock_irq(cdev in ccw_device_timeout()
115 ccw_device_set_timeout(struct ccw_device *cdev, int expires) ccw_device_set_timeout() argument
124 ccw_device_cancel_halt_clear(struct ccw_device *cdev) ccw_device_cancel_halt_clear() argument
140 ccw_device_update_sense_data(struct ccw_device *cdev) ccw_device_update_sense_data() argument
149 ccw_device_test_sense_data(struct ccw_device *cdev) ccw_device_test_sense_data() argument
189 ccw_device_recog_done(struct ccw_device *cdev, int state) ccw_device_recog_done() argument
259 ccw_device_sense_id_done(struct ccw_device *cdev, int err) ccw_device_sense_id_done() argument
285 ccw_device_notify(struct ccw_device *cdev, int event) ccw_device_notify() argument
308 ccw_device_oper_notify(struct ccw_device *cdev) ccw_device_oper_notify() argument
328 ccw_device_done(struct ccw_device *cdev, int state) ccw_device_done() argument
387 ccw_device_recognition(struct ccw_device *cdev) ccw_device_recognition() argument
411 ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) ccw_device_request_event() argument
428 ccw_device_report_path_events(struct ccw_device *cdev) ccw_device_report_path_events() argument
447 ccw_device_reset_path_events(struct ccw_device *cdev) ccw_device_reset_path_events() argument
473 ccw_device_handle_broken_paths(struct ccw_device *cdev) ccw_device_handle_broken_paths() argument
484 ccw_device_verify_done(struct ccw_device *cdev, int err) ccw_device_verify_done() argument
543 ccw_device_online(struct ccw_device *cdev) ccw_device_online() argument
566 ccw_device_disband_done(struct ccw_device *cdev, int err) ccw_device_disband_done() argument
586 ccw_device_offline(struct ccw_device *cdev) ccw_device_offline() argument
627 ccw_device_generic_notoper(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_generic_notoper() argument
639 ccw_device_offline_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_offline_verify() argument
651 ccw_device_online_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_online_verify() argument
689 ccw_device_boxed_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_boxed_verify() argument
706 ccw_device_call_handler(struct ccw_device *cdev) ccw_device_call_handler() argument
745 ccw_device_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_irq() argument
790 ccw_device_online_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_online_timeout() argument
814 ccw_device_w4sense(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_w4sense() argument
865 ccw_device_killing_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_killing_irq() argument
877 ccw_device_killing_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_killing_timeout() argument
893 ccw_device_kill_io(struct ccw_device *cdev) ccw_device_kill_io() argument
914 ccw_device_delay_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_delay_verify() argument
921 ccw_device_start_id(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_start_id() argument
933 ccw_device_trigger_reprobe(struct ccw_device *cdev) ccw_device_trigger_reprobe() argument
965 ccw_device_disabled_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_disabled_irq() argument
979 ccw_device_change_cmfstate(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_change_cmfstate() argument
986 ccw_device_update_cmfblock(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_update_cmfblock() argument
995 ccw_device_quiesce_done(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_quiesce_done() argument
1003 ccw_device_quiesce_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_quiesce_timeout() argument
1021 ccw_device_nop(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_nop() argument
[all...]
H A Ddevice_pgid.c29 static void verify_start(struct ccw_device *cdev);
34 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() argument
36 struct subchannel *sch = to_subchannel(cdev->dev.parent); in verify_done()
37 struct ccw_dev_id *id = &cdev->private->dev_id; in verify_done()
38 int mpath = cdev->private->flags.mpath; in verify_done()
39 int pgroup = cdev->private->flags.pgroup; in verify_done()
52 ccw_device_verify_done(cdev, rc); in verify_done()
58 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() argument
60 struct ccw_request *req = &cdev->private->req; in nop_build_cp()
61 struct ccw1 *cp = cdev in nop_build_cp()
73 nop_do(struct ccw_device *cdev) nop_do() argument
93 nop_filter(struct ccw_device *cdev, void *data, struct irb *irb, enum io_status status) nop_filter() argument
105 nop_callback(struct ccw_device *cdev, void *data, int rc) nop_callback() argument
135 spid_build_cp(struct ccw_device *cdev, u8 fn) spid_build_cp() argument
150 pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) pgid_wipeout_callback() argument
168 pgid_wipeout_start(struct ccw_device *cdev) pgid_wipeout_start() argument
195 spid_do(struct ccw_device *cdev) spid_do() argument
228 spid_callback(struct ccw_device *cdev, void *data, int rc) spid_callback() argument
267 spid_start(struct ccw_device *cdev) spid_start() argument
301 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument
333 pgid_to_donepm(struct ccw_device *cdev) pgid_to_donepm() argument
367 pgid_fill(struct ccw_device *cdev, struct pgid *pgid) pgid_fill() argument
379 snid_done(struct ccw_device *cdev, int rc) snid_done() argument
437 snid_build_cp(struct ccw_device *cdev) snid_build_cp() argument
454 snid_do(struct ccw_device *cdev) snid_do() argument
481 snid_callback(struct ccw_device *cdev, void *data, int rc) snid_callback() argument
511 verify_start(struct ccw_device *cdev) verify_start() argument
557 ccw_device_verify_start(struct ccw_device *cdev) ccw_device_verify_start() argument
575 disband_callback(struct ccw_device *cdev, void *data, int rc) disband_callback() argument
602 ccw_device_disband_start(struct ccw_device *cdev) ccw_device_disband_start() argument
629 stlck_build_cp(struct ccw_device *cdev, void *buf1, void *buf2) stlck_build_cp() argument
645 stlck_callback(struct ccw_device *cdev, void *data, int rc) stlck_callback() argument
662 ccw_device_stlck_start(struct ccw_device *cdev, void *data, void *buf1, void *buf2) ccw_device_stlck_start() argument
684 ccw_device_stlck(struct ccw_device *cdev) ccw_device_stlck() argument
[all...]
H A Ddevice.c63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local
70 found = ccw_device_id_match(ids, &cdev->id); in ccw_bus_match()
74 cdev->id.driver_info = found->driver_info; in ccw_bus_match()
106 const struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local
107 const struct ccw_device_id *id = &(cdev->id); in ccw_uevent()
200 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local
201 struct ccw_device_id *id = &(cdev->id); in devtype_show()
213 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local
214 struct ccw_device_id *id = &(cdev->id); in cutype_show()
223 struct ccw_device *cdev in modalias_show() local
235 struct ccw_device *cdev = to_ccwdev(dev); online_show() local
240 ccw_device_is_orphan(struct ccw_device *cdev) ccw_device_is_orphan() argument
245 ccw_device_unregister(struct ccw_device *cdev) ccw_device_unregister() argument
274 ccw_device_set_offline(struct ccw_device *cdev) ccw_device_set_offline() argument
351 ccw_device_set_online(struct ccw_device *cdev) ccw_device_set_online() argument
438 online_store_handle_offline(struct ccw_device *cdev) online_store_handle_offline() argument
451 online_store_recog_and_online(struct ccw_device *cdev) online_store_recog_and_online() argument
469 online_store_handle_online(struct ccw_device *cdev, int force) online_store_handle_online() argument
492 struct ccw_device *cdev = to_ccwdev(dev); online_store() local
542 struct ccw_device *cdev = to_ccwdev(dev); available_show() local
629 struct ccw_device *cdev = to_ccwdev(dev); match_dev_id() local
655 ccw_device_do_unbind_bind(struct ccw_device *cdev) ccw_device_do_unbind_bind() argument
671 struct ccw_device *cdev; ccw_device_release() local
685 struct ccw_device *cdev; io_subchannel_allocate_dev() local
732 io_subchannel_initialize_dev(struct subchannel *sch, struct ccw_device *cdev) io_subchannel_initialize_dev() argument
780 struct ccw_device *cdev; io_subchannel_create_ccwdev() local
796 struct ccw_device *cdev; sch_create_and_recog_new_device() local
812 io_subchannel_register(struct ccw_device *cdev) io_subchannel_register() argument
875 io_subchannel_recog_done(struct ccw_device *cdev) io_subchannel_recog_done() argument
901 io_subchannel_recog(struct ccw_device *cdev, struct subchannel *sch) io_subchannel_recog() argument
912 ccw_device_move_to_sch(struct ccw_device *cdev, struct subchannel *sch) ccw_device_move_to_sch() argument
975 ccw_device_move_to_orph(struct ccw_device *cdev) ccw_device_move_to_orph() argument
985 struct ccw_device *cdev; io_subchannel_irq() local
1028 struct ccw_device *cdev; io_subchannel_probe() local
1089 struct ccw_device *cdev; io_subchannel_remove() local
1109 struct ccw_device *cdev; io_subchannel_verify() local
1120 struct ccw_device *cdev; io_subchannel_terminate_path() local
1148 struct ccw_device *cdev = sch_get_cdev(sch); io_subchannel_chp_event() local
1203 struct ccw_device *cdev; io_subchannel_quiesce() local
1239 device_is_disconnected(struct ccw_device *cdev) device_is_disconnected() argument
1249 struct ccw_device *cdev = to_ccwdev(dev); recovery_check() local
1320 struct ccw_device *cdev = to_ccwdev(dev); purge_fn() local
1354 ccw_device_set_disconnected(struct ccw_device *cdev) ccw_device_set_disconnected() argument
1365 ccw_device_set_notoper(struct ccw_device *cdev) ccw_device_set_notoper() argument
1391 struct ccw_device *cdev; sch_get_action() local
1437 struct ccw_device *cdev; io_subchannel_sch_event() local
1558 ccw_device_set_int_class(struct ccw_device *cdev) ccw_device_set_int_class() argument
1571 ccw_device_enable_console(struct ccw_device *cdev) ccw_device_enable_console() argument
1613 struct ccw_device *cdev; ccw_device_create_console() local
1649 ccw_device_destroy_console(struct ccw_device *cdev) ccw_device_destroy_console() argument
1670 ccw_device_wait_idle(struct ccw_device *cdev) ccw_device_wait_idle() argument
1717 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_probe() local
1735 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_remove() local
1771 struct ccw_device *cdev; ccw_device_shutdown() local
1819 struct ccw_device *cdev; ccw_device_todo() local
1870 ccw_device_sched_todo(struct ccw_device *cdev, enum cdev_todo todo) ccw_device_sched_todo() argument
1894 ccw_device_siosl(struct ccw_device *cdev) ccw_device_siosl() argument
[all...]
H A Ddevice_ops.c31 * @cdev: device for which the options are to be set
39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() argument
47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
57 * @cdev: device for which the options are to be set
64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() argument
72 cdev in ccw_device_set_options()
91 ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) ccw_device_clear_options() argument
106 ccw_device_is_pathgroup(struct ccw_device *cdev) ccw_device_is_pathgroup() argument
118 ccw_device_is_multipath(struct ccw_device *cdev) ccw_device_is_multipath() argument
137 ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) ccw_device_clear() argument
191 ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, __u8 key, unsigned long flags, int expires) ccw_device_start_timeout_key() argument
271 ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, __u8 key, unsigned long flags) ccw_device_start_key() argument
305 ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, unsigned long flags) ccw_device_start() argument
343 ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, unsigned long flags, int expires) ccw_device_start_timeout() argument
370 ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) ccw_device_halt() argument
405 ccw_device_resume(struct ccw_device *cdev) ccw_device_resume() argument
436 ccw_device_get_ciw(struct ccw_device *cdev, __u32 ct) ccw_device_get_ciw() argument
455 ccw_device_get_path_mask(struct ccw_device *cdev) ccw_device_get_path_mask() argument
474 ccw_device_get_chp_desc(struct ccw_device *cdev, int chp_idx) ccw_device_get_chp_desc() argument
494 ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) ccw_device_get_util_str() argument
521 ccw_device_get_id(struct ccw_device *cdev, struct ccw_dev_id *dev_id) ccw_device_get_id() argument
539 ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, u8 key, int expires) ccw_device_tm_start_timeout_key() argument
588 ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, u8 key) ccw_device_tm_start_key() argument
605 ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm) ccw_device_tm_start() argument
624 ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, int expires) ccw_device_tm_start_timeout() argument
640 ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) ccw_device_get_mdc() argument
685 ccw_device_tm_intrg(struct ccw_device *cdev) ccw_device_tm_intrg() argument
705 ccw_device_get_schid(struct ccw_device *cdev, struct subchannel_id *schid) ccw_device_get_schid() argument
725 ccw_device_pnso(struct ccw_device *cdev, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) ccw_device_pnso() argument
741 ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid) ccw_device_get_cssid() argument
757 ccw_device_get_iid(struct ccw_device *cdev, u8 *iid) ccw_device_get_iid() argument
774 ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) ccw_device_get_chpid() argument
796 ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) ccw_device_get_chid() argument
826 ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size) ccw_device_dma_zalloc() argument
839 ccw_device_dma_free(struct ccw_device *cdev, void *cpu_addr, size_t size) ccw_device_dma_free() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice.c63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local
70 found = ccw_device_id_match(ids, &cdev->id); in ccw_bus_match()
74 cdev->id.driver_info = found->driver_info; in ccw_bus_match()
106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local
107 struct ccw_device_id *id = &(cdev->id); in ccw_uevent()
154 struct ccw_device *cdev; in io_subchannel_prepare() local
159 cdev = sch_get_cdev(sch); in io_subchannel_prepare()
160 if (cdev && !device_is_registered(&cdev->dev)) in io_subchannel_prepare()
214 struct ccw_device *cdev in devtype_show() local
227 struct ccw_device *cdev = to_ccwdev(dev); cutype_show() local
237 struct ccw_device *cdev = to_ccwdev(dev); modalias_show() local
249 struct ccw_device *cdev = to_ccwdev(dev); online_show() local
254 ccw_device_is_orphan(struct ccw_device *cdev) ccw_device_is_orphan() argument
259 ccw_device_unregister(struct ccw_device *cdev) ccw_device_unregister() argument
285 ccw_device_set_offline(struct ccw_device *cdev) ccw_device_set_offline() argument
362 ccw_device_set_online(struct ccw_device *cdev) ccw_device_set_online() argument
449 online_store_handle_offline(struct ccw_device *cdev) online_store_handle_offline() argument
462 online_store_recog_and_online(struct ccw_device *cdev) online_store_recog_and_online() argument
480 online_store_handle_online(struct ccw_device *cdev, int force) online_store_handle_online() argument
503 struct ccw_device *cdev = to_ccwdev(dev); online_store() local
553 struct ccw_device *cdev = to_ccwdev(dev); available_show() local
638 ccw_device_add(struct ccw_device *cdev) ccw_device_add() argument
648 struct ccw_device *cdev = to_ccwdev(dev); match_dev_id() local
674 ccw_device_do_unbind_bind(struct ccw_device *cdev) ccw_device_do_unbind_bind() argument
688 struct ccw_device *cdev; ccw_device_release() local
702 struct ccw_device *cdev; io_subchannel_allocate_dev() local
735 io_subchannel_initialize_dev(struct subchannel *sch, struct ccw_device *cdev) io_subchannel_initialize_dev() argument
781 struct ccw_device *cdev; io_subchannel_create_ccwdev() local
797 struct ccw_device *cdev; sch_create_and_recog_new_device() local
813 io_subchannel_register(struct ccw_device *cdev) io_subchannel_register() argument
877 ccw_device_call_sch_unregister(struct ccw_device *cdev) ccw_device_call_sch_unregister() argument
894 io_subchannel_recog_done(struct ccw_device *cdev) io_subchannel_recog_done() argument
920 io_subchannel_recog(struct ccw_device *cdev, struct subchannel *sch) io_subchannel_recog() argument
931 ccw_device_move_to_sch(struct ccw_device *cdev, struct subchannel *sch) ccw_device_move_to_sch() argument
994 ccw_device_move_to_orph(struct ccw_device *cdev) ccw_device_move_to_orph() argument
1004 struct ccw_device *cdev; io_subchannel_irq() local
1047 struct ccw_device *cdev; io_subchannel_probe() local
1114 struct ccw_device *cdev; io_subchannel_remove() local
1135 struct ccw_device *cdev; io_subchannel_verify() local
1144 struct ccw_device *cdev; io_subchannel_terminate_path() local
1172 struct ccw_device *cdev = sch_get_cdev(sch); io_subchannel_chp_event() local
1214 struct ccw_device *cdev; io_subchannel_quiesce() local
1250 device_is_disconnected(struct ccw_device *cdev) device_is_disconnected() argument
1260 struct ccw_device *cdev = to_ccwdev(dev); recovery_check() local
1331 struct ccw_device *cdev = to_ccwdev(dev); purge_fn() local
1363 ccw_device_set_disconnected(struct ccw_device *cdev) ccw_device_set_disconnected() argument
1374 ccw_device_set_notoper(struct ccw_device *cdev) ccw_device_set_notoper() argument
1400 struct ccw_device *cdev; sch_get_action() local
1446 struct ccw_device *cdev; io_subchannel_sch_event() local
1573 ccw_device_set_int_class(struct ccw_device *cdev) ccw_device_set_int_class() argument
1586 ccw_device_enable_console(struct ccw_device *cdev) ccw_device_enable_console() argument
1628 struct ccw_device *cdev; ccw_device_create_console() local
1664 ccw_device_destroy_console(struct ccw_device *cdev) ccw_device_destroy_console() argument
1685 ccw_device_wait_idle(struct ccw_device *cdev) ccw_device_wait_idle() argument
1699 ccw_device_force_console(struct ccw_device *cdev) ccw_device_force_console() argument
1740 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_probe() local
1758 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_remove() local
1796 struct ccw_device *cdev; ccw_device_shutdown() local
1806 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_pm_prepare() local
1822 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_pm_complete() local
1830 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_pm_freeze() local
1864 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_pm_thaw() local
1891 __ccw_device_pm_restore(struct ccw_device *cdev) __ccw_device_pm_restore() argument
1928 resume_handle_boxed(struct ccw_device *cdev) resume_handle_boxed() argument
1937 resume_handle_disc(struct ccw_device *cdev) resume_handle_disc() argument
1948 struct ccw_device *cdev = to_ccwdev(dev); ccw_device_pm_restore() local
2074 struct ccw_device *cdev; ccw_device_todo() local
2125 ccw_device_sched_todo(struct ccw_device *cdev, enum cdev_todo todo) ccw_device_sched_todo() argument
2149 ccw_device_siosl(struct ccw_device *cdev) ccw_device_siosl() argument
[all...]
H A Ddevice_fsm.c37 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() argument
45 sch = to_subchannel(cdev->dev.parent); in ccw_timeout_log()
56 dev_name(&cdev->dev)); in ccw_timeout_log()
73 cdev->private->dma_area->iccws) in ccw_timeout_log()
84 cdev->private->state); in ccw_timeout_log()
91 &cdev->private->flags, sizeof(cdev->private->flags), 0); in ccw_timeout_log()
101 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local
103 spin_lock_irq(cdev in ccw_device_timeout()
114 ccw_device_set_timeout(struct ccw_device *cdev, int expires) ccw_device_set_timeout() argument
129 ccw_device_cancel_halt_clear(struct ccw_device *cdev) ccw_device_cancel_halt_clear() argument
145 ccw_device_update_sense_data(struct ccw_device *cdev) ccw_device_update_sense_data() argument
154 ccw_device_test_sense_data(struct ccw_device *cdev) ccw_device_test_sense_data() argument
194 ccw_device_recog_done(struct ccw_device *cdev, int state) ccw_device_recog_done() argument
270 ccw_device_sense_id_done(struct ccw_device *cdev, int err) ccw_device_sense_id_done() argument
296 ccw_device_notify(struct ccw_device *cdev, int event) ccw_device_notify() argument
319 ccw_device_oper_notify(struct ccw_device *cdev) ccw_device_oper_notify() argument
339 ccw_device_done(struct ccw_device *cdev, int state) ccw_device_done() argument
398 ccw_device_recognition(struct ccw_device *cdev) ccw_device_recognition() argument
422 ccw_device_request_event(struct ccw_device *cdev, enum dev_event e) ccw_device_request_event() argument
439 ccw_device_report_path_events(struct ccw_device *cdev) ccw_device_report_path_events() argument
458 ccw_device_reset_path_events(struct ccw_device *cdev) ccw_device_reset_path_events() argument
484 ccw_device_handle_broken_paths(struct ccw_device *cdev) ccw_device_handle_broken_paths() argument
495 ccw_device_verify_done(struct ccw_device *cdev, int err) ccw_device_verify_done() argument
554 ccw_device_online(struct ccw_device *cdev) ccw_device_online() argument
577 ccw_device_disband_done(struct ccw_device *cdev, int err) ccw_device_disband_done() argument
597 ccw_device_offline(struct ccw_device *cdev) ccw_device_offline() argument
638 ccw_device_generic_notoper(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_generic_notoper() argument
650 ccw_device_offline_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_offline_verify() argument
662 ccw_device_online_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_online_verify() argument
700 ccw_device_boxed_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_boxed_verify() argument
717 ccw_device_call_handler(struct ccw_device *cdev) ccw_device_call_handler() argument
756 ccw_device_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_irq() argument
801 ccw_device_online_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_online_timeout() argument
825 ccw_device_w4sense(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_w4sense() argument
876 ccw_device_killing_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_killing_irq() argument
888 ccw_device_killing_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_killing_timeout() argument
904 ccw_device_kill_io(struct ccw_device *cdev) ccw_device_kill_io() argument
925 ccw_device_delay_verify(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_delay_verify() argument
932 ccw_device_start_id(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_start_id() argument
944 ccw_device_trigger_reprobe(struct ccw_device *cdev) ccw_device_trigger_reprobe() argument
976 ccw_device_disabled_irq(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_disabled_irq() argument
990 ccw_device_change_cmfstate(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_change_cmfstate() argument
997 ccw_device_update_cmfblock(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_update_cmfblock() argument
1006 ccw_device_quiesce_done(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_quiesce_done() argument
1014 ccw_device_quiesce_timeout(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_quiesce_timeout() argument
1032 ccw_device_nop(struct ccw_device *cdev, enum dev_event dev_event) ccw_device_nop() argument
[all...]
H A Ddevice_pgid.c28 static void verify_start(struct ccw_device *cdev);
33 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() argument
35 struct subchannel *sch = to_subchannel(cdev->dev.parent); in verify_done()
36 struct ccw_dev_id *id = &cdev->private->dev_id; in verify_done()
37 int mpath = cdev->private->flags.mpath; in verify_done()
38 int pgroup = cdev->private->flags.pgroup; in verify_done()
51 ccw_device_verify_done(cdev, rc); in verify_done()
57 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() argument
59 struct ccw_request *req = &cdev->private->req; in nop_build_cp()
60 struct ccw1 *cp = cdev in nop_build_cp()
72 nop_do(struct ccw_device *cdev) nop_do() argument
92 nop_filter(struct ccw_device *cdev, void *data, struct irb *irb, enum io_status status) nop_filter() argument
104 nop_callback(struct ccw_device *cdev, void *data, int rc) nop_callback() argument
134 spid_build_cp(struct ccw_device *cdev, u8 fn) spid_build_cp() argument
149 pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) pgid_wipeout_callback() argument
167 pgid_wipeout_start(struct ccw_device *cdev) pgid_wipeout_start() argument
194 spid_do(struct ccw_device *cdev) spid_do() argument
227 spid_callback(struct ccw_device *cdev, void *data, int rc) spid_callback() argument
266 spid_start(struct ccw_device *cdev) spid_start() argument
300 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument
332 pgid_to_donepm(struct ccw_device *cdev) pgid_to_donepm() argument
366 pgid_fill(struct ccw_device *cdev, struct pgid *pgid) pgid_fill() argument
378 snid_done(struct ccw_device *cdev, int rc) snid_done() argument
436 snid_build_cp(struct ccw_device *cdev) snid_build_cp() argument
453 snid_do(struct ccw_device *cdev) snid_do() argument
480 snid_callback(struct ccw_device *cdev, void *data, int rc) snid_callback() argument
510 verify_start(struct ccw_device *cdev) verify_start() argument
556 ccw_device_verify_start(struct ccw_device *cdev) ccw_device_verify_start() argument
574 disband_callback(struct ccw_device *cdev, void *data, int rc) disband_callback() argument
601 ccw_device_disband_start(struct ccw_device *cdev) ccw_device_disband_start() argument
628 stlck_build_cp(struct ccw_device *cdev, void *buf1, void *buf2) stlck_build_cp() argument
644 stlck_callback(struct ccw_device *cdev, void *data, int rc) stlck_callback() argument
661 ccw_device_stlck_start(struct ccw_device *cdev, void *data, void *buf1, void *buf2) ccw_device_stlck_start() argument
683 ccw_device_stlck(struct ccw_device *cdev) ccw_device_stlck() argument
[all...]
H A Ddevice_ops.c31 * @cdev: device for which the options are to be set
39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() argument
47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
57 * @cdev: device for which the options are to be set
64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() argument
72 cdev in ccw_device_set_options()
91 ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) ccw_device_clear_options() argument
106 ccw_device_is_pathgroup(struct ccw_device *cdev) ccw_device_is_pathgroup() argument
118 ccw_device_is_multipath(struct ccw_device *cdev) ccw_device_is_multipath() argument
137 ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) ccw_device_clear() argument
191 ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, __u8 key, unsigned long flags, int expires) ccw_device_start_timeout_key() argument
271 ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, __u8 key, unsigned long flags) ccw_device_start_key() argument
305 ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, unsigned long flags) ccw_device_start() argument
343 ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, unsigned long intparm, __u8 lpm, unsigned long flags, int expires) ccw_device_start_timeout() argument
370 ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) ccw_device_halt() argument
405 ccw_device_resume(struct ccw_device *cdev) ccw_device_resume() argument
436 ccw_device_get_ciw(struct ccw_device *cdev, __u32 ct) ccw_device_get_ciw() argument
455 ccw_device_get_path_mask(struct ccw_device *cdev) ccw_device_get_path_mask() argument
474 ccw_device_get_chp_desc(struct ccw_device *cdev, int chp_idx) ccw_device_get_chp_desc() argument
494 ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx) ccw_device_get_util_str() argument
521 ccw_device_get_id(struct ccw_device *cdev, struct ccw_dev_id *dev_id) ccw_device_get_id() argument
539 ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, u8 key, int expires) ccw_device_tm_start_timeout_key() argument
588 ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, u8 key) ccw_device_tm_start_key() argument
605 ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm) ccw_device_tm_start() argument
624 ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw, unsigned long intparm, u8 lpm, int expires) ccw_device_tm_start_timeout() argument
640 ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) ccw_device_get_mdc() argument
685 ccw_device_tm_intrg(struct ccw_device *cdev) ccw_device_tm_intrg() argument
705 ccw_device_get_schid(struct ccw_device *cdev, struct subchannel_id *schid) ccw_device_get_schid() argument
725 ccw_device_pnso(struct ccw_device *cdev, struct chsc_pnso_area *pnso_area, u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) ccw_device_pnso() argument
741 ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid) ccw_device_get_cssid() argument
757 ccw_device_get_iid(struct ccw_device *cdev, u8 *iid) ccw_device_get_iid() argument
774 ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid) ccw_device_get_chpid() argument
796 ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid) ccw_device_get_chid() argument
826 ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size) ccw_device_dma_zalloc() argument
839 ccw_device_dma_free(struct ccw_device *cdev, void *cpu_addr, size_t size) ccw_device_dma_free() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Daudio.c30 #define MAKE_CHECKBYTE(cdev,stream,i) \
31 (stream << 1) | (~(i / (cdev->n_streams * BYTES_PER_SAMPLE_USB)) & 1)
51 activate_substream(struct snd_usb_caiaqdev *cdev, in activate_substream() argument
54 spin_lock(&cdev->spinlock); in activate_substream()
57 cdev->sub_playback[sub->number] = sub; in activate_substream()
59 cdev->sub_capture[sub->number] = sub; in activate_substream()
61 spin_unlock(&cdev->spinlock); in activate_substream()
65 deactivate_substream(struct snd_usb_caiaqdev *cdev, in deactivate_substream() argument
69 spin_lock_irqsave(&cdev->spinlock, flags); in deactivate_substream()
72 cdev in deactivate_substream()
89 stream_start(struct snd_usb_caiaqdev *cdev) stream_start() argument
120 stream_stop(struct snd_usb_caiaqdev *cdev) stream_stop() argument
143 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_substream_open() local
155 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_substream_close() local
172 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_hw_free() local
189 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_pcm_prepare() local
273 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_trigger() local
298 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_pointer() local
330 check_for_elapsed_periods(struct snd_usb_caiaqdev *cdev, struct snd_pcm_substream **subs) check_for_elapsed_periods() argument
353 read_in_urb_mode0(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode0() argument
381 read_in_urb_mode2(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode2() argument
428 read_in_urb_mode3(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode3() argument
484 read_in_urb(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb() argument
516 fill_out_urb_mode_0(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb_mode_0() argument
550 fill_out_urb_mode_3(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb_mode_3() argument
593 fill_out_urb(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb() argument
611 struct snd_usb_caiaqdev *cdev; read_completed() local
687 struct snd_usb_caiaqdev *cdev = info->cdev; write_completed() local
697 alloc_urbs(struct snd_usb_caiaqdev *cdev, int dir, int *ret) alloc_urbs() argument
771 snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_audio_init() argument
872 snd_usb_caiaq_audio_free(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_audio_free() argument
[all...]
H A Ddevice.c149 struct snd_usb_caiaqdev *cdev = urb->context; in usb_ep1_command_reply_dispatch() local
152 if (urb->status || !cdev) { in usb_ep1_command_reply_dispatch()
159 memcpy(&cdev->spec, buf+1, sizeof(struct caiaq_device_spec)); in usb_ep1_command_reply_dispatch()
160 cdev->spec.fw_version = le16_to_cpu(cdev->spec.fw_version); in usb_ep1_command_reply_dispatch()
163 cdev->spec.fw_version, in usb_ep1_command_reply_dispatch()
164 cdev->spec.num_analog_audio_in, in usb_ep1_command_reply_dispatch()
165 cdev->spec.num_analog_audio_out, in usb_ep1_command_reply_dispatch()
166 cdev->spec.num_midi_in, in usb_ep1_command_reply_dispatch()
167 cdev in usb_ep1_command_reply_dispatch()
204 snd_usb_caiaq_send_command(struct snd_usb_caiaqdev *cdev, unsigned char command, const unsigned char *buffer, int len) snd_usb_caiaq_send_command() argument
226 snd_usb_caiaq_send_command_bank(struct snd_usb_caiaqdev *cdev, unsigned char command, unsigned char bank, const unsigned char *buffer, int len) snd_usb_caiaq_send_command_bank() argument
251 snd_usb_caiaq_set_audio_params(struct snd_usb_caiaqdev *cdev, int rate, int depth, int bpp) snd_usb_caiaq_set_audio_params() argument
299 snd_usb_caiaq_set_auto_msg(struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp) snd_usb_caiaq_set_auto_msg() argument
307 setup_card(struct snd_usb_caiaqdev *cdev) setup_card() argument
400 struct snd_usb_caiaqdev *cdev; create_card() local
426 init_card(struct snd_usb_caiaqdev *cdev) init_card() argument
540 struct snd_usb_caiaqdev *cdev; snd_disconnect() local
[all...]
H A Dinput.c190 static inline void snd_caiaq_input_report_abs(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_report_abs() argument
194 input_report_abs(cdev->input_dev, axis, in snd_caiaq_input_report_abs()
198 static void snd_caiaq_input_read_analog(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_read_analog() argument
202 struct input_dev *input_dev = cdev->input_dev; in snd_caiaq_input_read_analog()
204 switch (cdev->chip.usb_id) { in snd_caiaq_input_read_analog()
206 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 2); in snd_caiaq_input_read_analog()
207 snd_caiaq_input_report_abs(cdev, ABS_Y, buf, 0); in snd_caiaq_input_read_analog()
208 snd_caiaq_input_report_abs(cdev, ABS_Z, buf, 1); in snd_caiaq_input_read_analog()
213 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 0); in snd_caiaq_input_read_analog()
214 snd_caiaq_input_report_abs(cdev, ABS_ in snd_caiaq_input_read_analog()
232 snd_caiaq_input_read_erp(struct snd_usb_caiaqdev *cdev, const char *buf, unsigned int len) snd_caiaq_input_read_erp() argument
290 snd_caiaq_input_read_io(struct snd_usb_caiaqdev *cdev, unsigned char *buf, unsigned int len) snd_caiaq_input_read_io() argument
327 snd_usb_caiaq_tks4_dispatch(struct snd_usb_caiaqdev *cdev, const unsigned char *buf, unsigned int len) snd_usb_caiaq_tks4_dispatch() argument
473 snd_usb_caiaq_maschine_dispatch(struct snd_usb_caiaqdev *cdev, const unsigned char *buf, unsigned int len) snd_usb_caiaq_maschine_dispatch() argument
492 struct snd_usb_caiaqdev *cdev = urb->context; snd_usb_caiaq_ep4_reply_dispatch() local
534 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); snd_usb_caiaq_input_open() local
553 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); snd_usb_caiaq_input_close() local
567 snd_usb_caiaq_input_dispatch(struct snd_usb_caiaqdev *cdev, char *buf, unsigned int len) snd_usb_caiaq_input_dispatch() argument
587 snd_usb_caiaq_input_init(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_input_init() argument
832 snd_usb_caiaq_input_free(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_input_free() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/caiaq/
H A Daudio.c30 #define MAKE_CHECKBYTE(cdev,stream,i) \
31 (stream << 1) | (~(i / (cdev->n_streams * BYTES_PER_SAMPLE_USB)) & 1)
51 activate_substream(struct snd_usb_caiaqdev *cdev, in activate_substream() argument
54 spin_lock(&cdev->spinlock); in activate_substream()
57 cdev->sub_playback[sub->number] = sub; in activate_substream()
59 cdev->sub_capture[sub->number] = sub; in activate_substream()
61 spin_unlock(&cdev->spinlock); in activate_substream()
65 deactivate_substream(struct snd_usb_caiaqdev *cdev, in deactivate_substream() argument
69 spin_lock_irqsave(&cdev->spinlock, flags); in deactivate_substream()
72 cdev in deactivate_substream()
89 stream_start(struct snd_usb_caiaqdev *cdev) stream_start() argument
120 stream_stop(struct snd_usb_caiaqdev *cdev) stream_stop() argument
143 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_substream_open() local
155 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_substream_close() local
172 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_hw_free() local
189 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); snd_usb_caiaq_pcm_prepare() local
273 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_trigger() local
298 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); snd_usb_caiaq_pcm_pointer() local
330 check_for_elapsed_periods(struct snd_usb_caiaqdev *cdev, struct snd_pcm_substream **subs) check_for_elapsed_periods() argument
353 read_in_urb_mode0(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode0() argument
381 read_in_urb_mode2(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode2() argument
428 read_in_urb_mode3(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb_mode3() argument
484 read_in_urb(struct snd_usb_caiaqdev *cdev, const struct urb *urb, const struct usb_iso_packet_descriptor *iso) read_in_urb() argument
516 fill_out_urb_mode_0(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb_mode_0() argument
550 fill_out_urb_mode_3(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb_mode_3() argument
593 fill_out_urb(struct snd_usb_caiaqdev *cdev, struct urb *urb, const struct usb_iso_packet_descriptor *iso) fill_out_urb() argument
611 struct snd_usb_caiaqdev *cdev; read_completed() local
687 struct snd_usb_caiaqdev *cdev = info->cdev; write_completed() local
697 alloc_urbs(struct snd_usb_caiaqdev *cdev, int dir, int *ret) alloc_urbs() argument
771 snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_audio_init() argument
872 snd_usb_caiaq_audio_free(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_audio_free() argument
[all...]
H A Ddevice.c135 struct snd_usb_caiaqdev *cdev = urb->context; in usb_ep1_command_reply_dispatch() local
138 if (urb->status || !cdev) { in usb_ep1_command_reply_dispatch()
145 memcpy(&cdev->spec, buf+1, sizeof(struct caiaq_device_spec)); in usb_ep1_command_reply_dispatch()
146 cdev->spec.fw_version = le16_to_cpu(cdev->spec.fw_version); in usb_ep1_command_reply_dispatch()
149 cdev->spec.fw_version, in usb_ep1_command_reply_dispatch()
150 cdev->spec.num_analog_audio_in, in usb_ep1_command_reply_dispatch()
151 cdev->spec.num_analog_audio_out, in usb_ep1_command_reply_dispatch()
152 cdev->spec.num_midi_in, in usb_ep1_command_reply_dispatch()
153 cdev in usb_ep1_command_reply_dispatch()
190 snd_usb_caiaq_send_command(struct snd_usb_caiaqdev *cdev, unsigned char command, const unsigned char *buffer, int len) snd_usb_caiaq_send_command() argument
212 snd_usb_caiaq_send_command_bank(struct snd_usb_caiaqdev *cdev, unsigned char command, unsigned char bank, const unsigned char *buffer, int len) snd_usb_caiaq_send_command_bank() argument
237 snd_usb_caiaq_set_audio_params(struct snd_usb_caiaqdev *cdev, int rate, int depth, int bpp) snd_usb_caiaq_set_audio_params() argument
285 snd_usb_caiaq_set_auto_msg(struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp) snd_usb_caiaq_set_auto_msg() argument
293 setup_card(struct snd_usb_caiaqdev *cdev) setup_card() argument
386 struct snd_usb_caiaqdev *cdev; create_card() local
412 init_card(struct snd_usb_caiaqdev *cdev) init_card() argument
526 struct snd_usb_caiaqdev *cdev; snd_disconnect() local
[all...]
H A Dinput.c190 static inline void snd_caiaq_input_report_abs(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_report_abs() argument
194 input_report_abs(cdev->input_dev, axis, in snd_caiaq_input_report_abs()
198 static void snd_caiaq_input_read_analog(struct snd_usb_caiaqdev *cdev, in snd_caiaq_input_read_analog() argument
202 struct input_dev *input_dev = cdev->input_dev; in snd_caiaq_input_read_analog()
204 switch (cdev->chip.usb_id) { in snd_caiaq_input_read_analog()
206 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 2); in snd_caiaq_input_read_analog()
207 snd_caiaq_input_report_abs(cdev, ABS_Y, buf, 0); in snd_caiaq_input_read_analog()
208 snd_caiaq_input_report_abs(cdev, ABS_Z, buf, 1); in snd_caiaq_input_read_analog()
213 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 0); in snd_caiaq_input_read_analog()
214 snd_caiaq_input_report_abs(cdev, ABS_ in snd_caiaq_input_read_analog()
232 snd_caiaq_input_read_erp(struct snd_usb_caiaqdev *cdev, const char *buf, unsigned int len) snd_caiaq_input_read_erp() argument
290 snd_caiaq_input_read_io(struct snd_usb_caiaqdev *cdev, unsigned char *buf, unsigned int len) snd_caiaq_input_read_io() argument
327 snd_usb_caiaq_tks4_dispatch(struct snd_usb_caiaqdev *cdev, const unsigned char *buf, unsigned int len) snd_usb_caiaq_tks4_dispatch() argument
473 snd_usb_caiaq_maschine_dispatch(struct snd_usb_caiaqdev *cdev, const unsigned char *buf, unsigned int len) snd_usb_caiaq_maschine_dispatch() argument
492 struct snd_usb_caiaqdev *cdev = urb->context; snd_usb_caiaq_ep4_reply_dispatch() local
534 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); snd_usb_caiaq_input_open() local
553 struct snd_usb_caiaqdev *cdev = input_get_drvdata(idev); snd_usb_caiaq_input_close() local
567 snd_usb_caiaq_input_dispatch(struct snd_usb_caiaqdev *cdev, char *buf, unsigned int len) snd_usb_caiaq_input_dispatch() argument
587 snd_usb_caiaq_input_init(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_input_init() argument
832 snd_usb_caiaq_input_free(struct snd_usb_caiaqdev *cdev) snd_usb_caiaq_input_free() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Ddsp.c29 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev) in catpt_dma_request_config_chan() argument
39 chan = dma_request_channel(mask, catpt_dma_filter, cdev->dev); in catpt_dma_request_config_chan()
41 dev_err(cdev->dev, "request channel failed\n"); in catpt_dma_request_config_chan()
54 dev_err(cdev->dev, "slave config failed: %d\n", ret); in catpt_dma_request_config_chan()
62 static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy() argument
73 dev_err(cdev->dev, "prep dma memcpy failed\n"); in catpt_dma_memcpy()
78 catpt_updatel_shim(cdev, HMDC, in catpt_dma_memcpy()
84 dev_err(cdev->dev, "submit tx failed: %d\n", ret); in catpt_dma_memcpy()
93 catpt_updatel_shim(cdev, HMDC, in catpt_dma_memcpy()
99 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struc argument
107 catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t dst_addr, dma_addr_t src_addr, size_t size) catpt_dma_memcpy_fromdsp() argument
115 catpt_dmac_probe(struct catpt_dev *cdev) catpt_dmac_probe() argument
143 catpt_dmac_remove(struct catpt_dev *cdev) catpt_dmac_remove() argument
154 catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, unsigned long mask, unsigned long new) catpt_dsp_set_srampge() argument
189 catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, unsigned long mask) catpt_dsp_update_srampge() argument
217 catpt_dsp_stall(struct catpt_dev *cdev, bool stall) catpt_dsp_stall() argument
229 catpt_dsp_reset(struct catpt_dev *cdev, bool reset) catpt_dsp_reset() argument
241 lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) lpt_dsp_pll_shutdown() argument
249 wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) wpt_dsp_pll_shutdown() argument
257 catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) catpt_dsp_select_lpclock() argument
313 catpt_dsp_update_lpclock(struct catpt_dev *cdev) catpt_dsp_update_lpclock() argument
325 catpt_dsp_set_regs_defaults(struct catpt_dev *cdev) catpt_dsp_set_regs_defaults() argument
357 lpt_dsp_power_down(struct catpt_dev *cdev) lpt_dsp_power_down() argument
379 lpt_dsp_power_up(struct catpt_dev *cdev) lpt_dsp_power_up() argument
403 wpt_dsp_power_down(struct catpt_dev *cdev) wpt_dsp_power_down() argument
448 wpt_dsp_power_up(struct catpt_dev *cdev) wpt_dsp_power_up() argument
502 catpt_coredump(struct catpt_dev *cdev) catpt_coredump() argument
[all...]
H A Ddevice.c33 struct catpt_dev *cdev = dev_get_drvdata(dev); in catpt_suspend() local
37 chan = catpt_dma_request_config_chan(cdev); in catpt_suspend()
41 memset(&cdev->dx_ctx, 0, sizeof(cdev->dx_ctx)); in catpt_suspend()
42 ret = catpt_ipc_enter_dxstate(cdev, CATPT_DX_STATE_D3, &cdev->dx_ctx); in catpt_suspend()
48 ret = catpt_dsp_stall(cdev, true); in catpt_suspend()
52 ret = catpt_store_memdumps(cdev, chan); in catpt_suspend()
54 dev_err(cdev->dev, "store memdumps failed: %d\n", ret); in catpt_suspend()
58 ret = catpt_store_module_states(cdev, cha in catpt_suspend()
77 struct catpt_dev *cdev = dev_get_drvdata(dev); catpt_resume() local
136 catpt_register_board(struct catpt_dev *cdev) catpt_register_board() argument
161 catpt_probe_components(struct catpt_dev *cdev) catpt_probe_components() argument
212 catpt_dev_init(struct catpt_dev *cdev, struct device *dev, const struct catpt_spec *spec) catpt_dev_init() argument
240 struct catpt_dev *cdev; catpt_acpi_probe() local
290 struct catpt_dev *cdev = platform_get_drvdata(pdev); catpt_acpi_remove() local
[all...]
H A Dloader.c89 int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_streams_context() argument
93 list_for_each_entry(stream, &cdev->stream_list, node) { in catpt_store_streams_context()
99 dev_dbg(cdev->dev, "storing stream %d ctx: off 0x%08x size %d\n", in catpt_store_streams_context()
102 ret = catpt_dma_memcpy_fromdsp(cdev, chan, in catpt_store_streams_context()
103 cdev->dxbuf_paddr + off, in catpt_store_streams_context()
104 cdev->lpe_base + off, in catpt_store_streams_context()
107 dev_err(cdev->dev, "memcpy fromdsp failed: %d\n", ret); in catpt_store_streams_context()
115 int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_module_states() argument
119 for (i = 0; i < ARRAY_SIZE(cdev->modules); i++) { in catpt_store_module_states()
124 type = &cdev in catpt_store_module_states()
145 catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) catpt_store_memdumps() argument
179 catpt_restore_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) catpt_restore_streams_context() argument
205 catpt_restore_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) catpt_restore_memdumps() argument
238 catpt_restore_fwimage(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk) catpt_restore_fwimage() argument
289 catpt_load_block(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk, bool alloc) catpt_load_block() argument
328 catpt_restore_basefw(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *basefw) catpt_restore_basefw() argument
371 catpt_restore_module(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *mod) catpt_restore_module() argument
412 catpt_load_module(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *mod) catpt_load_module() argument
459 catpt_restore_firmware(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_hdr *fw) catpt_restore_firmware() argument
505 catpt_load_firmware(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_hdr *fw) catpt_load_firmware() argument
541 catpt_load_image(struct catpt_dev *cdev, struct dma_chan *chan, const char *name, const char *signature, bool restore) catpt_load_image() argument
581 catpt_load_images(struct catpt_dev *cdev, bool restore) catpt_load_images() argument
609 catpt_boot_firmware(struct catpt_dev *cdev, bool restore) catpt_boot_firmware() argument
638 catpt_first_boot_firmware(struct catpt_dev *cdev) catpt_first_boot_firmware() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Ddevice.c33 struct catpt_dev *cdev = dev_get_drvdata(dev); in catpt_suspend() local
37 chan = catpt_dma_request_config_chan(cdev); in catpt_suspend()
41 memset(&cdev->dx_ctx, 0, sizeof(cdev->dx_ctx)); in catpt_suspend()
42 ret = catpt_ipc_enter_dxstate(cdev, CATPT_DX_STATE_D3, &cdev->dx_ctx); in catpt_suspend()
48 ret = catpt_dsp_stall(cdev, true); in catpt_suspend()
52 ret = catpt_store_memdumps(cdev, chan); in catpt_suspend()
54 dev_err(cdev->dev, "store memdumps failed: %d\n", ret); in catpt_suspend()
58 ret = catpt_store_module_states(cdev, cha in catpt_suspend()
77 struct catpt_dev *cdev = dev_get_drvdata(dev); catpt_resume() local
136 catpt_register_board(struct catpt_dev *cdev) catpt_register_board() argument
161 catpt_probe_components(struct catpt_dev *cdev) catpt_probe_components() argument
212 catpt_dev_init(struct catpt_dev *cdev, struct device *dev, const struct catpt_spec *spec) catpt_dev_init() argument
240 struct catpt_dev *cdev; catpt_acpi_probe() local
298 struct catpt_dev *cdev = platform_get_drvdata(pdev); catpt_acpi_remove() local
[all...]
H A Ddsp.c29 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev) in catpt_dma_request_config_chan() argument
39 chan = dma_request_channel(mask, catpt_dma_filter, cdev->dev); in catpt_dma_request_config_chan()
41 dev_err(cdev->dev, "request channel failed\n"); in catpt_dma_request_config_chan()
54 dev_err(cdev->dev, "slave config failed: %d\n", ret); in catpt_dma_request_config_chan()
62 static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy() argument
73 dev_err(cdev->dev, "prep dma memcpy failed\n"); in catpt_dma_memcpy()
78 catpt_updatel_shim(cdev, HMDC, in catpt_dma_memcpy()
84 dev_err(cdev->dev, "submit tx failed: %d\n", ret); in catpt_dma_memcpy()
93 catpt_updatel_shim(cdev, HMDC, in catpt_dma_memcpy()
99 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struc argument
107 catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t dst_addr, dma_addr_t src_addr, size_t size) catpt_dma_memcpy_fromdsp() argument
115 catpt_dmac_probe(struct catpt_dev *cdev) catpt_dmac_probe() argument
143 catpt_dmac_remove(struct catpt_dev *cdev) catpt_dmac_remove() argument
154 catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, unsigned long mask, unsigned long new) catpt_dsp_set_srampge() argument
189 catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, unsigned long mask) catpt_dsp_update_srampge() argument
217 catpt_dsp_stall(struct catpt_dev *cdev, bool stall) catpt_dsp_stall() argument
229 catpt_dsp_reset(struct catpt_dev *cdev, bool reset) catpt_dsp_reset() argument
241 lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) lpt_dsp_pll_shutdown() argument
249 wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable) wpt_dsp_pll_shutdown() argument
257 catpt_dsp_select_lpclock(struct catpt_dev *cdev, bool lp, bool waiti) catpt_dsp_select_lpclock() argument
313 catpt_dsp_update_lpclock(struct catpt_dev *cdev) catpt_dsp_update_lpclock() argument
325 catpt_dsp_set_regs_defaults(struct catpt_dev *cdev) catpt_dsp_set_regs_defaults() argument
357 catpt_dsp_power_down(struct catpt_dev *cdev) catpt_dsp_power_down() argument
402 catpt_dsp_power_up(struct catpt_dev *cdev) catpt_dsp_power_up() argument
456 catpt_coredump(struct catpt_dev *cdev) catpt_coredump() argument
[all...]
H A Dloader.c89 int catpt_store_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_streams_context() argument
93 list_for_each_entry(stream, &cdev->stream_list, node) { in catpt_store_streams_context()
99 dev_dbg(cdev->dev, "storing stream %d ctx: off 0x%08x size %d\n", in catpt_store_streams_context()
102 ret = catpt_dma_memcpy_fromdsp(cdev, chan, in catpt_store_streams_context()
103 cdev->dxbuf_paddr + off, in catpt_store_streams_context()
104 cdev->lpe_base + off, in catpt_store_streams_context()
107 dev_err(cdev->dev, "memcpy fromdsp failed: %d\n", ret); in catpt_store_streams_context()
115 int catpt_store_module_states(struct catpt_dev *cdev, struct dma_chan *chan) in catpt_store_module_states() argument
119 for (i = 0; i < ARRAY_SIZE(cdev->modules); i++) { in catpt_store_module_states()
124 type = &cdev in catpt_store_module_states()
145 catpt_store_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) catpt_store_memdumps() argument
179 catpt_restore_streams_context(struct catpt_dev *cdev, struct dma_chan *chan) catpt_restore_streams_context() argument
205 catpt_restore_memdumps(struct catpt_dev *cdev, struct dma_chan *chan) catpt_restore_memdumps() argument
238 catpt_restore_fwimage(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk) catpt_restore_fwimage() argument
289 catpt_load_block(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_block_hdr *blk, bool alloc) catpt_load_block() argument
328 catpt_restore_basefw(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *basefw) catpt_restore_basefw() argument
371 catpt_restore_module(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *mod) catpt_restore_module() argument
412 catpt_load_module(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_mod_hdr *mod) catpt_load_module() argument
459 catpt_restore_firmware(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_hdr *fw) catpt_restore_firmware() argument
505 catpt_load_firmware(struct catpt_dev *cdev, struct dma_chan *chan, dma_addr_t paddr, struct catpt_fw_hdr *fw) catpt_load_firmware() argument
541 catpt_load_image(struct catpt_dev *cdev, struct dma_chan *chan, const char *name, const char *signature, bool restore) catpt_load_image() argument
581 catpt_load_images(struct catpt_dev *cdev, bool restore) catpt_load_images() argument
609 catpt_boot_firmware(struct catpt_dev *cdev, bool restore) catpt_boot_firmware() argument
638 catpt_first_boot_firmware(struct catpt_dev *cdev) catpt_first_boot_firmware() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H A Dm_can.c323 static inline u32 m_can_read(struct m_can_classdev *cdev, enum m_can_reg reg) in m_can_read() argument
325 return cdev->ops->read_reg(cdev, reg); in m_can_read()
328 static inline void m_can_write(struct m_can_classdev *cdev, enum m_can_reg reg, in m_can_write() argument
331 cdev->ops->write_reg(cdev, reg, val); in m_can_write()
335 m_can_fifo_read(struct m_can_classdev *cdev, in m_can_fifo_read() argument
338 u32 addr_offset = cdev->mcfg[MRAM_RXF0].off + fgi * RXF0_ELEMENT_SIZE + in m_can_fifo_read()
344 return cdev->ops->read_fifo(cdev, addr_offse in m_can_fifo_read()
348 m_can_fifo_write(struct m_can_classdev *cdev, u32 fpi, unsigned int offset, const void *val, size_t val_count) m_can_fifo_write() argument
360 m_can_fifo_write_no_off(struct m_can_classdev *cdev, u32 fpi, u32 val) m_can_fifo_write_no_off() argument
367 m_can_txe_fifo_read(struct m_can_classdev *cdev, u32 fgi, u32 offset, u32 *val) m_can_txe_fifo_read() argument
380 m_can_tx_fifo_full(struct m_can_classdev *cdev) m_can_tx_fifo_full() argument
385 m_can_config_endisable(struct m_can_classdev *cdev, bool enable) m_can_config_endisable() argument
419 m_can_enable_all_interrupts(struct m_can_classdev *cdev) m_can_enable_all_interrupts() argument
432 m_can_disable_all_interrupts(struct m_can_classdev *cdev) m_can_disable_all_interrupts() argument
445 m_can_get_timestamp(struct m_can_classdev *cdev) m_can_get_timestamp() argument
458 struct m_can_classdev *cdev = netdev_priv(net); m_can_clean() local
478 m_can_receive_skb(struct m_can_classdev *cdev, struct sk_buff *skb, u32 timestamp) m_can_receive_skb() argument
498 struct m_can_classdev *cdev = netdev_priv(dev); m_can_read_fifo() local
563 struct m_can_classdev *cdev = netdev_priv(dev); m_can_do_rx_poll() local
603 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_lost_msg() local
632 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_lec_err() local
691 struct m_can_classdev *cdev = netdev_priv(dev); __m_can_get_berr_counter() local
701 m_can_clk_start(struct m_can_classdev *cdev) m_can_clk_start() argument
709 m_can_clk_stop(struct m_can_classdev *cdev) m_can_clk_stop() argument
718 struct m_can_classdev *cdev = netdev_priv(dev); m_can_get_berr_counter() local
735 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_state_change() local
810 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_state_errors() local
861 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_protocol_error() local
898 struct m_can_classdev *cdev = netdev_priv(dev); m_can_handle_bus_errors() local
933 struct m_can_classdev *cdev = netdev_priv(dev); m_can_rx_handler() local
982 struct m_can_classdev *cdev = netdev_priv(dev); m_can_rx_peripheral() local
999 struct m_can_classdev *cdev = netdev_priv(dev); m_can_poll() local
1022 m_can_tx_update_stats(struct m_can_classdev *cdev, unsigned int msg_mark, u32 timestamp) m_can_tx_update_stats() argument
1051 struct m_can_classdev *cdev = netdev_priv(dev); m_can_echo_tx_event() local
1091 struct m_can_classdev *cdev = netdev_priv(dev); m_can_isr() local
1203 struct m_can_classdev *cdev = netdev_priv(dev); m_can_set_bittiming() local
1279 struct m_can_classdev *cdev = netdev_priv(dev); m_can_chip_config() local
1420 struct m_can_classdev *cdev = netdev_priv(dev); m_can_start() local
1455 m_can_check_core_release(struct m_can_classdev *cdev) m_can_check_core_release() argument
1483 m_can_niso_supported(struct m_can_classdev *cdev) m_can_niso_supported() argument
1514 m_can_dev_setup(struct m_can_classdev *cdev) m_can_dev_setup() argument
1584 struct m_can_classdev *cdev = netdev_priv(dev); m_can_stop() local
1598 struct m_can_classdev *cdev = netdev_priv(dev); m_can_close() local
1625 struct m_can_classdev *cdev = netdev_priv(dev); m_can_next_echo_skb_occupied() local
1637 m_can_tx_handler(struct m_can_classdev *cdev) m_can_tx_handler() argument
1771 struct m_can_classdev *cdev = container_of(ws, struct m_can_classdev, m_can_tx_work_queue() local
1780 struct m_can_classdev *cdev = netdev_priv(dev); m_can_start_xmit() local
1813 struct m_can_classdev *cdev = container_of(timer, struct hrtimer_callback() local
1825 struct m_can_classdev *cdev = netdev_priv(dev); m_can_open() local
1917 m_can_check_mram_cfg(struct m_can_classdev *cdev, u32 mram_max_size) m_can_check_mram_cfg() argument
1933 m_can_of_parse_mram(struct m_can_classdev *cdev, const u32 *mram_config_vals) m_can_of_parse_mram() argument
1971 m_can_init_ram(struct m_can_classdev *cdev) m_can_init_ram() argument
1993 m_can_class_get_clocks(struct m_can_classdev *cdev) m_can_class_get_clocks() argument
2056 m_can_class_register(struct m_can_classdev *cdev) m_can_class_register() argument
2109 m_can_class_unregister(struct m_can_classdev *cdev) m_can_class_unregister() argument
2119 struct m_can_classdev *cdev = dev_get_drvdata(dev); m_can_class_suspend() local
2139 struct m_can_classdev *cdev = dev_get_drvdata(dev); m_can_class_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c257 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() argument
259 struct pci_dev *pdev = cdev->pdev; in qed_free_pci()
261 if (cdev->doorbells && cdev->db_size) in qed_free_pci()
262 iounmap(cdev->doorbells); in qed_free_pci()
263 if (cdev->regview) in qed_free_pci()
264 iounmap(cdev->regview); in qed_free_pci()
276 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() argument
281 cdev->pdev = pdev; in qed_init_pci()
285 DP_NOTICE(cdev, "Canno in qed_init_pci()
376 qed_fill_dev_info(struct qed_dev *cdev, struct qed_dev_info *dev_info) qed_fill_dev_info() argument
456 qed_free_cdev(struct qed_dev *cdev) qed_free_cdev() argument
463 struct qed_dev *cdev; qed_alloc_cdev() local
475 qed_set_power_state(struct qed_dev *cdev, pci_power_t state) qed_set_power_state() argument
488 struct qed_dev *cdev; qed_probe() local
530 qed_remove(struct qed_dev *cdev) qed_remove() argument
544 qed_disable_msix(struct qed_dev *cdev) qed_disable_msix() argument
556 qed_enable_msix(struct qed_dev *cdev, struct qed_int_params *int_params) qed_enable_msix() argument
606 qed_set_int_mode(struct qed_dev *cdev, bool force_mode) qed_set_int_mode() argument
668 qed_simd_handler_config(struct qed_dev *cdev, void *token, int index, void(*handler)(void *)) qed_simd_handler_config() argument
678 qed_simd_handler_clean(struct qed_dev *cdev, int index) qed_simd_handler_clean() argument
695 struct qed_dev *cdev = (struct qed_dev *)dev_instance; qed_single_int() local
745 struct qed_dev *cdev = hwfn->cdev; qed_slowpath_irq_req() local
796 struct qed_dev *cdev = p_hwfn->cdev; qed_slowpath_irq_sync() local
809 qed_slowpath_irq_free(struct qed_dev *cdev) qed_slowpath_irq_free() argument
827 qed_nic_stop(struct qed_dev *cdev) qed_nic_stop() argument
850 qed_nic_setup(struct qed_dev *cdev) qed_nic_setup() argument
874 qed_set_int_fp(struct qed_dev *cdev, u16 cnt) qed_set_int_fp() argument
892 qed_get_int_fp(struct qed_dev *cdev, struct qed_int_info *info) qed_get_int_fp() argument
915 qed_slowpath_setup_int(struct qed_dev *cdev, enum qed_int_mode int_mode) qed_slowpath_setup_int() argument
987 qed_slowpath_vf_setup_int(struct qed_dev *cdev) qed_slowpath_vf_setup_int() argument
1046 qed_alloc_stream_mem(struct qed_dev *cdev) qed_alloc_stream_mem() argument
1067 qed_free_stream_mem(struct qed_dev *cdev) qed_free_stream_mem() argument
1082 qed_update_pf_params(struct qed_dev *cdev, struct qed_pf_params *params) qed_update_pf_params() argument
1152 qed_slowpath_wq_stop(struct qed_dev *cdev) qed_slowpath_wq_stop() argument
1206 qed_slowpath_wq_start(struct qed_dev *cdev) qed_slowpath_wq_start() argument
1235 qed_slowpath_start(struct qed_dev *cdev, struct qed_slowpath_params *params) qed_slowpath_start() argument
1395 qed_slowpath_stop(struct qed_dev *cdev) qed_slowpath_stop() argument
1430 qed_set_name(struct qed_dev *cdev, char name[NAME_SIZE]) qed_set_name() argument
1439 qed_sb_init(struct qed_dev *cdev, struct qed_sb_info *sb_info, void *sb_virt_addr, dma_addr_t sb_phy_addr, u16 sb_id, enum qed_sb_type type) qed_sb_init() argument
1479 qed_sb_release(struct qed_dev *cdev, struct qed_sb_info *sb_info, u16 sb_id, enum qed_sb_type type) qed_sb_release() argument
1506 qed_can_link_change(struct qed_dev *cdev) qed_can_link_change() argument
1652 qed_set_link(struct qed_dev *cdev, struct qed_link_params *params) qed_set_link() argument
2181 qed_get_current_link(struct qed_dev *cdev, struct qed_link_output *if_link) qed_get_current_link() argument
2227 qed_drain(struct qed_dev *cdev) qed_drain() argument
2252 qed_nvm_flash_image_access_crc(struct qed_dev *cdev, struct qed_nvm_image_att *nvm_image, u32 *crc) qed_nvm_flash_image_access_crc() argument
2301 qed_nvm_flash_image_access(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_access() argument
2403 qed_nvm_flash_image_file_start(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_file_start() argument
2439 qed_nvm_flash_image_file_data(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_file_data() argument
2471 qed_nvm_flash_image_validate(struct qed_dev *cdev, const struct firmware *image, const u8 **data) qed_nvm_flash_image_validate() argument
2526 qed_nvm_flash_cfg_write(struct qed_dev *cdev, const u8 **data) qed_nvm_flash_cfg_write() argument
2593 qed_nvm_flash_cfg_len(struct qed_dev *cdev, u32 cmd) qed_nvm_flash_cfg_len() argument
2617 qed_nvm_flash_cfg_read(struct qed_dev *cdev, u8 **data, u32 cmd, u32 entity_id) qed_nvm_flash_cfg_read() argument
2641 qed_nvm_flash(struct qed_dev *cdev, const char *name) qed_nvm_flash() argument
2727 qed_nvm_get_image(struct qed_dev *cdev, enum qed_nvm_images type, u8 *buf, u16 len) qed_nvm_get_image() argument
2777 qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, void *handle) qed_set_coalesce() argument
2783 qed_set_led(struct qed_dev *cdev, enum qed_led_mode mode) qed_set_led() argument
2800 qed_recovery_process(struct qed_dev *cdev) qed_recovery_process() argument
2817 qed_update_wol(struct qed_dev *cdev, bool enabled) qed_update_wol() argument
2841 qed_update_drv_state(struct qed_dev *cdev, bool active) qed_update_drv_state() argument
2863 qed_update_mac(struct qed_dev *cdev, const u8 *mac) qed_update_mac() argument
2887 qed_update_mtu(struct qed_dev *cdev, u16 mtu) qed_update_mtu() argument
2912 qed_get_sb_info(struct qed_dev *cdev, struct qed_sb_info *sb, u16 qid, struct qed_sb_info_dbg *sb_dbg) qed_get_sb_info() argument
2935 qed_read_module_eeprom(struct qed_dev *cdev, char *buf, u8 dev_addr, u32 offset, u32 len) qed_read_module_eeprom() argument
2957 qed_set_grc_config(struct qed_dev *cdev, u32 cfg_id, u32 val) qed_set_grc_config() argument
2977 qed_mfw_report(struct qed_dev *cdev, char *fmt, ...) qed_mfw_report() argument
2998 qed_get_affin_hwfn_idx(struct qed_dev *cdev) qed_get_affin_hwfn_idx() argument
3003 qed_get_esl_status(struct qed_dev *cdev, bool *esl_active) qed_get_esl_status() argument
3085 qed_get_protocol_stats(struct qed_dev *cdev, enum qed_mcp_protocol_type type, union qed_mcp_protocol_stats *stats) qed_get_protocol_stats() argument
3131 qed_fill_generic_tlv_data(struct qed_dev *cdev, struct qed_mfw_tlv_generic *tlv) qed_fill_generic_tlv_data() argument
3174 struct qed_dev *cdev = hwfn->cdev; qed_mfw_fill_tlv_data() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c267 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() argument
269 struct device *dev = &cdev->pdev->dev; in qed_set_coherency_mask()
273 DP_NOTICE(cdev, in qed_set_coherency_mask()
278 DP_NOTICE(cdev, "Can't request 64b/32b DMA addresses\n"); in qed_set_coherency_mask()
285 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() argument
287 struct pci_dev *pdev = cdev->pdev; in qed_free_pci()
291 if (cdev->doorbells && cdev->db_size) in qed_free_pci()
292 iounmap(cdev->doorbells); in qed_free_pci()
293 if (cdev in qed_free_pci()
306 qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) qed_init_pci() argument
409 qed_fill_dev_info(struct qed_dev *cdev, struct qed_dev_info *dev_info) qed_fill_dev_info() argument
489 qed_free_cdev(struct qed_dev *cdev) qed_free_cdev() argument
496 struct qed_dev *cdev; qed_alloc_cdev() local
508 qed_set_power_state(struct qed_dev *cdev, pci_power_t state) qed_set_power_state() argument
521 struct qed_dev *cdev; qed_probe() local
563 qed_remove(struct qed_dev *cdev) qed_remove() argument
577 qed_disable_msix(struct qed_dev *cdev) qed_disable_msix() argument
589 qed_enable_msix(struct qed_dev *cdev, struct qed_int_params *int_params) qed_enable_msix() argument
639 qed_set_int_mode(struct qed_dev *cdev, bool force_mode) qed_set_int_mode() argument
701 qed_simd_handler_config(struct qed_dev *cdev, void *token, int index, void(*handler)(void *)) qed_simd_handler_config() argument
711 qed_simd_handler_clean(struct qed_dev *cdev, int index) qed_simd_handler_clean() argument
728 struct qed_dev *cdev = (struct qed_dev *)dev_instance; qed_single_int() local
778 struct qed_dev *cdev = hwfn->cdev; qed_slowpath_irq_req() local
829 struct qed_dev *cdev = p_hwfn->cdev; qed_slowpath_irq_sync() local
842 qed_slowpath_irq_free(struct qed_dev *cdev) qed_slowpath_irq_free() argument
861 qed_nic_stop(struct qed_dev *cdev) qed_nic_stop() argument
884 qed_nic_setup(struct qed_dev *cdev) qed_nic_setup() argument
908 qed_set_int_fp(struct qed_dev *cdev, u16 cnt) qed_set_int_fp() argument
926 qed_get_int_fp(struct qed_dev *cdev, struct qed_int_info *info) qed_get_int_fp() argument
949 qed_slowpath_setup_int(struct qed_dev *cdev, enum qed_int_mode int_mode) qed_slowpath_setup_int() argument
1021 qed_slowpath_vf_setup_int(struct qed_dev *cdev) qed_slowpath_vf_setup_int() argument
1080 qed_alloc_stream_mem(struct qed_dev *cdev) qed_alloc_stream_mem() argument
1101 qed_free_stream_mem(struct qed_dev *cdev) qed_free_stream_mem() argument
1116 qed_update_pf_params(struct qed_dev *cdev, struct qed_pf_params *params) qed_update_pf_params() argument
1185 qed_slowpath_wq_stop(struct qed_dev *cdev) qed_slowpath_wq_stop() argument
1234 qed_slowpath_wq_start(struct qed_dev *cdev) qed_slowpath_wq_start() argument
1263 qed_slowpath_start(struct qed_dev *cdev, struct qed_slowpath_params *params) qed_slowpath_start() argument
1423 qed_slowpath_stop(struct qed_dev *cdev) qed_slowpath_stop() argument
1458 qed_set_name(struct qed_dev *cdev, char name[NAME_SIZE]) qed_set_name() argument
1467 qed_sb_init(struct qed_dev *cdev, struct qed_sb_info *sb_info, void *sb_virt_addr, dma_addr_t sb_phy_addr, u16 sb_id, enum qed_sb_type type) qed_sb_init() argument
1507 qed_sb_release(struct qed_dev *cdev, struct qed_sb_info *sb_info, u16 sb_id, enum qed_sb_type type) qed_sb_release() argument
1534 qed_can_link_change(struct qed_dev *cdev) qed_can_link_change() argument
1680 qed_set_link(struct qed_dev *cdev, struct qed_link_params *params) qed_set_link() argument
2209 qed_get_current_link(struct qed_dev *cdev, struct qed_link_output *if_link) qed_get_current_link() argument
2255 qed_drain(struct qed_dev *cdev) qed_drain() argument
2280 qed_nvm_flash_image_access_crc(struct qed_dev *cdev, struct qed_nvm_image_att *nvm_image, u32 *crc) qed_nvm_flash_image_access_crc() argument
2329 qed_nvm_flash_image_access(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_access() argument
2431 qed_nvm_flash_image_file_start(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_file_start() argument
2467 qed_nvm_flash_image_file_data(struct qed_dev *cdev, const u8 **data, bool *check_resp) qed_nvm_flash_image_file_data() argument
2499 qed_nvm_flash_image_validate(struct qed_dev *cdev, const struct firmware *image, const u8 **data) qed_nvm_flash_image_validate() argument
2554 qed_nvm_flash_cfg_write(struct qed_dev *cdev, const u8 **data) qed_nvm_flash_cfg_write() argument
2621 qed_nvm_flash_cfg_len(struct qed_dev *cdev, u32 cmd) qed_nvm_flash_cfg_len() argument
2645 qed_nvm_flash_cfg_read(struct qed_dev *cdev, u8 **data, u32 cmd, u32 entity_id) qed_nvm_flash_cfg_read() argument
2669 qed_nvm_flash(struct qed_dev *cdev, const char *name) qed_nvm_flash() argument
2755 qed_nvm_get_image(struct qed_dev *cdev, enum qed_nvm_images type, u8 *buf, u16 len) qed_nvm_get_image() argument
2805 qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, void *handle) qed_set_coalesce() argument
2811 qed_set_led(struct qed_dev *cdev, enum qed_led_mode mode) qed_set_led() argument
2828 qed_recovery_process(struct qed_dev *cdev) qed_recovery_process() argument
2845 qed_update_wol(struct qed_dev *cdev, bool enabled) qed_update_wol() argument
2869 qed_update_drv_state(struct qed_dev *cdev, bool active) qed_update_drv_state() argument
2891 qed_update_mac(struct qed_dev *cdev, u8 *mac) qed_update_mac() argument
2915 qed_update_mtu(struct qed_dev *cdev, u16 mtu) qed_update_mtu() argument
2939 qed_read_module_eeprom(struct qed_dev *cdev, char *buf, u8 dev_addr, u32 offset, u32 len) qed_read_module_eeprom() argument
2961 qed_set_grc_config(struct qed_dev *cdev, u32 cfg_id, u32 val) qed_set_grc_config() argument
2981 qed_get_affin_hwfn_idx(struct qed_dev *cdev) qed_get_affin_hwfn_idx() argument
3043 qed_get_protocol_stats(struct qed_dev *cdev, enum qed_mcp_protocol_type type, union qed_mcp_protocol_stats *stats) qed_get_protocol_stats() argument
3087 qed_fill_generic_tlv_data(struct qed_dev *cdev, struct qed_mfw_tlv_generic *tlv) qed_fill_generic_tlv_data() argument
3130 struct qed_dev *cdev = hwfn->cdev; qed_mfw_fill_tlv_data() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c164 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
199 cdev = get_gadget_data(g); in config_ep_by_speed_and_alt()
201 WARNING(cdev, in config_ep_by_speed_and_alt()
261 ERROR(cdev, "ep0 bMaxBurst must be 0\n"); in config_ep_by_speed_and_alt()
315 DBG(config->cdev, "adding '%s'/%p to config '%s'/%p\n", in usb_add_function()
357 DBG(config->cdev, "adding '%s'/%p --> %d\n", in usb_add_function()
399 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local
403 spin_lock_irqsave(&cdev->lock, flags); in usb_function_deactivate()
405 if (cdev in usb_function_deactivate()
430 struct usb_composite_dev *cdev = function->config->cdev; usb_function_activate() local
614 config_desc(struct usb_composite_dev *cdev, unsigned w_value) config_desc() argument
677 count_configs(struct usb_composite_dev *cdev, unsigned type) count_configs() argument
725 bos_desc(struct usb_composite_dev *cdev) bos_desc() argument
909 device_qual(struct usb_composite_dev *cdev) device_qual() argument
928 reset_config(struct usb_composite_dev *cdev) reset_config() argument
947 set_config(struct usb_composite_dev *cdev, const struct usb_ctrlrequest *ctrl, unsigned number) set_config() argument
1064 usb_add_config_only(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_add_config_only() argument
1104 usb_add_config(struct usb_composite_dev *cdev, struct usb_configuration *config, int (*bind)(struct usb_configuration *)) usb_add_config() argument
1177 remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) remove_config() argument
1205 usb_remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_remove_config() argument
1268 get_string(struct usb_composite_dev *cdev, void *buf, u16 language, int id) get_string() argument
1383 usb_string_id(struct usb_composite_dev *cdev) usb_string_id() argument
1412 usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) usb_string_ids_tab() argument
1496 usb_gstrings_attach(struct usb_composite_dev *cdev, struct usb_gadget_strings **sp, unsigned n_strings) usb_gstrings_attach() argument
1574 struct usb_composite_dev *cdev; composite_setup_complete() local
1601 composite_ep0_queue(struct usb_composite_dev *cdev, struct usb_request *req, gfp_t gfp_flags) composite_ep0_queue() argument
1779 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_setup() local
2299 struct usb_composite_dev *cdev = get_gadget_data(gadget); __composite_disconnect() local
2337 struct usb_composite_dev *cdev = get_gadget_data(gadget); suspended_show() local
2345 struct usb_composite_dev *cdev = get_gadget_data(gadget); __composite_unbind() local
2418 composite_dev_prepare(struct usb_composite_driver *composite, struct usb_composite_dev *cdev) composite_dev_prepare() argument
2465 composite_os_desc_req_prepare(struct usb_composite_dev *cdev, struct usb_ep *ep0) composite_os_desc_req_prepare() argument
2489 composite_dev_cleanup(struct usb_composite_dev *cdev) composite_dev_cleanup() argument
2538 struct usb_composite_dev *cdev; composite_bind() local
2588 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_suspend() local
2612 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_resume() local
2731 usb_composite_setup_continue(struct usb_composite_dev *cdev) usb_composite_setup_continue() argument
2765 usb_composite_overwrite_options(struct usb_composite_dev *cdev, struct usb_composite_overwrite *covr) usb_composite_overwrite_options() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c247 struct usb_composite_dev *cdev; in config_ep_by_speed_and_alt() local
249 cdev = get_gadget_data(g); in config_ep_by_speed_and_alt()
250 ERROR(cdev, "ep0 bMaxBurst must be 0\n"); in config_ep_by_speed_and_alt()
305 DBG(config->cdev, "adding '%s'/%p to config '%s'/%p\n", in usb_add_function()
347 DBG(config->cdev, "adding '%s'/%p --> %d\n", in usb_add_function()
389 struct usb_composite_dev *cdev = function->config->cdev; in usb_function_deactivate() local
393 spin_lock_irqsave(&cdev->lock, flags); in usb_function_deactivate()
395 if (cdev->deactivations == 0) { in usb_function_deactivate()
396 spin_unlock_irqrestore(&cdev in usb_function_deactivate()
420 struct usb_composite_dev *cdev = function->config->cdev; usb_function_activate() local
551 config_desc(struct usb_composite_dev *cdev, unsigned w_value) config_desc() argument
614 count_configs(struct usb_composite_dev *cdev, unsigned type) count_configs() argument
662 bos_desc(struct usb_composite_dev *cdev) bos_desc() argument
783 device_qual(struct usb_composite_dev *cdev) device_qual() argument
802 reset_config(struct usb_composite_dev *cdev) reset_config() argument
818 set_config(struct usb_composite_dev *cdev, const struct usb_ctrlrequest *ctrl, unsigned number) set_config() argument
929 usb_add_config_only(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_add_config_only() argument
969 usb_add_config(struct usb_composite_dev *cdev, struct usb_configuration *config, int (*bind)(struct usb_configuration *)) usb_add_config() argument
1038 remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) remove_config() argument
1066 usb_remove_config(struct usb_composite_dev *cdev, struct usb_configuration *config) usb_remove_config() argument
1129 get_string(struct usb_composite_dev *cdev, void *buf, u16 language, int id) get_string() argument
1244 usb_string_id(struct usb_composite_dev *cdev) usb_string_id() argument
1273 usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str) usb_string_ids_tab() argument
1357 usb_gstrings_attach(struct usb_composite_dev *cdev, struct usb_gadget_strings **sp, unsigned n_strings) usb_gstrings_attach() argument
1435 struct usb_composite_dev *cdev; composite_setup_complete() local
1462 composite_ep0_queue(struct usb_composite_dev *cdev, struct usb_request *req, gfp_t gfp_flags) composite_ep0_queue() argument
1640 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_setup() local
2066 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_disconnect() local
2087 struct usb_composite_dev *cdev = get_gadget_data(gadget); suspended_show() local
2095 struct usb_composite_dev *cdev = get_gadget_data(gadget); __composite_unbind() local
2168 composite_dev_prepare(struct usb_composite_driver *composite, struct usb_composite_dev *cdev) composite_dev_prepare() argument
2215 composite_os_desc_req_prepare(struct usb_composite_dev *cdev, struct usb_ep *ep0) composite_os_desc_req_prepare() argument
2239 composite_dev_cleanup(struct usb_composite_dev *cdev) composite_dev_cleanup() argument
2288 struct usb_composite_dev *cdev; composite_bind() local
2338 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_suspend() local
2362 struct usb_composite_dev *cdev = get_gadget_data(gadget); composite_resume() local
2472 usb_composite_setup_continue(struct usb_composite_dev *cdev) usb_composite_setup_continue() argument
2506 usb_composite_overwrite_options(struct usb_composite_dev *cdev, struct usb_composite_overwrite *covr) usb_composite_overwrite_options() argument
[all...]

Completed in 23 milliseconds

12345678910>>...51