Lines Matching refs:seq_printf
29 seq_printf(s, "speed = %d\n", gadget->speed); in ci_device_show()
30 seq_printf(s, "max_speed = %d\n", gadget->max_speed); in ci_device_show()
31 seq_printf(s, "is_otg = %d\n", gadget->is_otg); in ci_device_show()
32 seq_printf(s, "is_a_peripheral = %d\n", gadget->is_a_peripheral); in ci_device_show()
33 seq_printf(s, "b_hnp_enable = %d\n", gadget->b_hnp_enable); in ci_device_show()
34 seq_printf(s, "a_hnp_support = %d\n", gadget->a_hnp_support); in ci_device_show()
35 seq_printf(s, "a_alt_hnp_support = %d\n", gadget->a_alt_hnp_support); in ci_device_show()
36 seq_printf(s, "name = %s\n", in ci_device_show()
42 seq_printf(s, "gadget function = %s\n", in ci_device_show()
44 seq_printf(s, "gadget max speed = %d\n", ci->driver->max_speed); in ci_device_show()
65 seq_printf(s, "mode = %u\n", mode); in ci_port_test_show()
128 seq_printf(s, "not in gadget mode\n"); in ci_qheads_show()
137 seq_printf(s, "EP=%02i: RX=%08X TX=%08X\n", in ci_qheads_show()
140 seq_printf(s, " %04X: %08X %08X\n", j, in ci_qheads_show()
162 seq_printf(s, "not in gadget mode\n"); in ci_requests_show()
170 seq_printf(s, "EP=%02i: TD=%08X %s\n", in ci_requests_show()
177 seq_printf(s, " %04X: %08X\n", j, in ci_requests_show()
198 seq_printf(s, "OTG state: %s\n\n", in ci_otg_show()
202 seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); in ci_otg_show()
204 seq_printf(s, "a_bus_req: %d\n", fsm->a_bus_req); in ci_otg_show()
206 seq_printf(s, "a_srp_det: %d\n", fsm->a_srp_det); in ci_otg_show()
208 seq_printf(s, "a_vbus_vld: %d\n", fsm->a_vbus_vld); in ci_otg_show()
210 seq_printf(s, "b_conn: %d\n", fsm->b_conn); in ci_otg_show()
212 seq_printf(s, "adp_change: %d\n", fsm->adp_change); in ci_otg_show()
214 seq_printf(s, "power_up: %d\n", fsm->power_up); in ci_otg_show()
216 seq_printf(s, "a_bus_resume: %d\n", fsm->a_bus_resume); in ci_otg_show()
218 seq_printf(s, "a_bus_suspend: %d\n", fsm->a_bus_suspend); in ci_otg_show()
220 seq_printf(s, "a_conn: %d\n", fsm->a_conn); in ci_otg_show()
222 seq_printf(s, "b_bus_req: %d\n", fsm->b_bus_req); in ci_otg_show()
224 seq_printf(s, "b_bus_suspend: %d\n", fsm->b_bus_suspend); in ci_otg_show()
226 seq_printf(s, "b_se0_srp: %d\n", fsm->b_se0_srp); in ci_otg_show()
228 seq_printf(s, "b_ssend_srp: %d\n", fsm->b_ssend_srp); in ci_otg_show()
230 seq_printf(s, "b_sess_vld: %d\n", fsm->b_sess_vld); in ci_otg_show()
232 seq_printf(s, "b_srp_done: %d\n", fsm->b_srp_done); in ci_otg_show()
234 seq_printf(s, "drv_vbus: %d\n", fsm->drv_vbus); in ci_otg_show()
236 seq_printf(s, "loc_conn: %d\n", fsm->loc_conn); in ci_otg_show()
238 seq_printf(s, "loc_sof: %d\n", fsm->loc_sof); in ci_otg_show()
240 seq_printf(s, "adp_prb: %d\n", fsm->adp_prb); in ci_otg_show()
242 seq_printf(s, "id: %d\n", fsm->id); in ci_otg_show()
244 seq_printf(s, "protocol: %d\n", fsm->protocol); in ci_otg_show()
255 seq_printf(s, "%s\n", ci_role(ci)->name); in ci_role_show()
314 seq_printf(s, "USBINTR reg: %08x\n", tmp_reg); in ci_registers_show()
317 seq_printf(s, "USBSTS reg: %08x\n", tmp_reg); in ci_registers_show()
320 seq_printf(s, "USBMODE reg: %08x\n", tmp_reg); in ci_registers_show()
323 seq_printf(s, "USBCMD reg: %08x\n", tmp_reg); in ci_registers_show()
326 seq_printf(s, "PORTSC reg: %08x\n", tmp_reg); in ci_registers_show()
330 seq_printf(s, "OTGSC reg: %08x\n", tmp_reg); in ci_registers_show()