Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 7 of 7) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/
A Dusbh_msc_scsi.c53 switch (msc->bot.cmd_state) { in usbh_msc_scsi_inquiry()
68 msc->bot.pbuf = (uint8_t *)(void *)msc->bot.data; in usbh_msc_scsi_inquiry()
114 switch (msc->bot.cmd_state) { in usbh_msc_test_unitready()
154 switch (msc->bot.cmd_state) { in usbh_msc_read_capacity10()
166 msc->bot.pbuf = (uint8_t *)(void *)msc->bot.data; in usbh_msc_read_capacity10()
203 switch (msc->bot.cmd_state) { in usbh_msc_mode_sense6()
217 msc->bot.pbuf = (uint8_t *)(void *)msc->bot.data; in usbh_msc_mode_sense6()
254 switch (msc->bot.cmd_state) { in usbh_msc_request_sense()
269 msc->bot.pbuf = (uint8_t *)(void *)msc->bot.data; in usbh_msc_request_sense()
307 switch (msc->bot.cmd_state) { in usbh_msc_write10()
[all …]
A Dusbh_msc_bbb.c54 msc->bot.state = BOT_SEND_CBW; in usbh_msc_bot_init()
55 msc->bot.cmd_state = BOT_CMD_SEND; in usbh_msc_bot_init()
73 switch (msc->bot.state) { in usbh_msc_bot_process()
75 msc->bot.cbw.field.bCBWLUN = lun; in usbh_msc_bot_process()
76 msc->bot.state = BOT_SEND_CBW_WAIT; in usbh_msc_bot_process()
99 msc->bot.state = BOT_SEND_CBW; in usbh_msc_bot_process()
109 msc->bot.pbuf, in usbh_msc_bot_process()
113 msc->bot.state = BOT_DATA_IN_WAIT; in usbh_msc_bot_process()
138 msc->bot.state = BOT_ERROR_IN; in usbh_msc_bot_process()
146 msc->bot.pbuf, in usbh_msc_bot_process()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_ase_type.h63 unsigned int bot:12; member
A Dde_fcc_type.h65 unsigned int bot:13; member
A Dde_ase.c156 ase_dev[sel][chno]->win1.bits.bot = window.y + window.h - 1; in de_ase_set_window()
A Dde_fcc.c161 fcc_dev[sel][chno]->fcc_win1.bits.bot = window.y + window.h - 1; in de_fcc_set_window()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Include/
A Dusbh_msc_core.h101 bot_handle bot; member

Completed in 12 milliseconds