Home
last modified time | relevance | path

Searched refs:setup_state (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/sgi-xp/
A Dxpc.h493 u8 setup_state; /* infrastructure setup state */ member
704 if (refs == 0 && part->setup_state == XPC_P_SS_WTEARDOWN) in xpc_part_deref()
714 setup = (part->setup_state == XPC_P_SS_SETUP); in xpc_part_ref()
A Dxpc_main.c463 part->setup_state = XPC_P_SS_SETUP; in xpc_setup_ch_structures()
492 DBUG_ON(part->setup_state != XPC_P_SS_SETUP); in xpc_teardown_ch_structures()
493 part->setup_state = XPC_P_SS_WTEARDOWN; in xpc_teardown_ch_structures()
506 part->setup_state = XPC_P_SS_TORNDOWN; in xpc_teardown_ch_structures()
921 part->setup_state = XPC_P_SS_UNSET; in xpc_setup_partitions()
/linux/drivers/usb/gadget/udc/
A Dtegra-xudc.c475 enum tegra_xudc_setup_state setup_state; member
1045 (xudc->setup_state == in tegra_xudc_req_done()
1266 (xudc->setup_state == in __tegra_xudc_ep_queue()
2094 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_gadget_start()
2225 switch (xudc->setup_state) { in tegra_xudc_ep0_req_done()
2227 xudc->setup_state = STATUS_STAGE_RECV; in tegra_xudc_ep0_req_done()
2235 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_ep0_req_done()
2608 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_handle_ep0_setup_packet()
2780 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_handle_transfer_event()
2809 xudc->setup_state = WAIT_FOR_SETUP; in tegra_xudc_reset()
[all …]
/linux/drivers/usb/gadget/function/
A Du_fs.h196 enum ffs_setup_state setup_state; member
A Df_fs.c100 cmpxchg(&ffs->setup_state, FFS_SETUP_CANCELLED, FFS_NO_SETUP); in ffs_setup_state_clear_cancelled()
348 ffs->setup_state = FFS_NO_SETUP; in __ffs_ep0_queue_wait()
357 ffs->setup_state = FFS_NO_SETUP; in __ffs_ep0_stall()
524 ffs->setup_state = FFS_SETUP_PENDING; in __ffs_ep0_read_events()
700 switch (ffs->setup_state) { in ffs_ep0_poll()
2177 if (ffs->setup_state == FFS_SETUP_PENDING) in ffs_data_closed()
2274 ffs->setup_state = FFS_NO_SETUP; in ffs_data_reset()
3181 if (ffs->setup_state == FFS_SETUP_PENDING) in __ffs_event_add()
3182 ffs->setup_state = FFS_SETUP_CANCELLED; in __ffs_event_add()

Completed in 25 milliseconds