| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | zynq_nand.c | 137 u8 end_cmd; member 149 u8 end_cmd; member 791 u8 end_cmd = 0; in zynq_nand_cmd_function() local 799 if (xnand->end_cmd == command) { in zynq_nand_cmd_function() 800 xnand->end_cmd = 0; in zynq_nand_cmd_function() 831 if (curr_cmd->end_cmd == NAND_CMD_NONE) in zynq_nand_cmd_function() 832 end_cmd = 0x0; in zynq_nand_cmd_function() 834 end_cmd = curr_cmd->end_cmd; in zynq_nand_cmd_function() 850 (end_cmd << END_CMD_SHIFT) | in zynq_nand_cmd_function() 862 (end_cmd << END_CMD_SHIFT) | in zynq_nand_cmd_function() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_write.c | 22 int err, start_cmd, end_cmd; in mmc_erase_t() local 41 end_cmd = SD_CMD_ERASE_WR_BLK_END; in mmc_erase_t() 45 end_cmd = MMC_CMD_ERASE_GROUP_END; in mmc_erase_t() 60 cmd.cmdidx = end_cmd; in mmc_erase_t()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_iol.c | 358 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 361 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_iol.c | 358 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 361 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_iol.c | 358 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 361 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_iol.c | 356 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 359 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 379 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 380 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_iol.c | 359 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 362 return rtw_IOL_append_cmds(xmit_frame, (u8*)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8*)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_iol.c | 358 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 361 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_iol.c | 358 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 361 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 381 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 382 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_iol.c | 357 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 360 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 380 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 381 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_iol.c | 351 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 354 return rtw_IOL_append_cmds(xmit_frame, (u8 *)&end_cmd, 8); in rtw_IOL_append_END_cmd() 374 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 375 return rtw_IOL_exec_cmd_array_sync(adapter, (u8 *)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_iol.c | 360 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_append_END_cmd() local 363 return rtw_IOL_append_cmds(xmit_frame, (u8*)&end_cmd, 8); in rtw_IOL_append_END_cmd() 382 IOL_CMD end_cmd = {0x0, IOL_CMD_END, 0x0, 0x0}; in rtw_IOL_exec_empty_cmds_sync() local 383 return rtw_IOL_exec_cmd_array_sync(adapter, (u8*)&end_cmd, 1, max_wating_ms); in rtw_IOL_exec_empty_cmds_sync()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | omap_hsmmc.c | 1006 int err, int end_cmd) in hsmmc_command_incomplete() argument 1008 if (end_cmd) { in hsmmc_command_incomplete() 1024 int end_cmd = 0, end_trans = 0; in omap_hsmmc_do_irq() local 1034 end_cmd = 1; in omap_hsmmc_do_irq() 1036 end_trans = !end_cmd; in omap_hsmmc_do_irq() 1040 hsmmc_command_incomplete(host, -ETIMEDOUT, end_cmd); in omap_hsmmc_do_irq() 1043 hsmmc_command_incomplete(host, -EILSEQ, end_cmd); in omap_hsmmc_do_irq() 1049 end_cmd = 1; in omap_hsmmc_do_irq() 1055 hsmmc_command_incomplete(host, error, end_cmd); in omap_hsmmc_do_irq() 1062 if (end_cmd || ((status & CC_EN) && host->cmd)) in omap_hsmmc_do_irq()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x.c | 217 u8 end_cmd = 0; in gt1x_ts_work_func() local 284 ret = gt1x_i2c_write(GTP_READ_COOR_ADDR, &end_cmd, 1); in gt1x_ts_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 143 u8 *end_cmd); 1394 u8 end_cmd = 0; in proc_cfg_param_88xx() local 1414 add_param_buf_88xx(adapter, param, info->buf_wptr, &end_cmd); in proc_cfg_param_88xx() 1422 if (rsvd_size > CFG_PARAM_H2C_INFO_SIZE && end_cmd == 0) in proc_cfg_param_88xx() 1449 if (end_cmd == 0) { in proc_cfg_param_88xx() 1551 u8 *end_cmd) in add_param_buf_88xx() argument 1556 *end_cmd = 0; in add_param_buf_88xx() 1591 *end_cmd = 1; in add_param_buf_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 143 u8 *end_cmd); 1402 u8 end_cmd = 0; in proc_cfg_param_88xx() local 1422 add_param_buf_88xx(adapter, param, info->buf_wptr, &end_cmd); in proc_cfg_param_88xx() 1430 if (rsvd_size > CFG_PARAM_H2C_INFO_SIZE && end_cmd == 0) in proc_cfg_param_88xx() 1457 if (end_cmd == 0) { in proc_cfg_param_88xx() 1559 u8 *end_cmd) in add_param_buf_88xx() argument 1564 *end_cmd = 0; in add_param_buf_88xx() 1599 *end_cmd = 1; in add_param_buf_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 144 u8 *end_cmd); 1403 u8 end_cmd = 0; in proc_cfg_param_88xx() local 1423 add_param_buf_88xx(adapter, param, info->buf_wptr, &end_cmd); in proc_cfg_param_88xx() 1431 if (rsvd_size > CFG_PARAM_H2C_INFO_SIZE && end_cmd == 0) in proc_cfg_param_88xx() 1458 if (end_cmd == 0) { in proc_cfg_param_88xx() 1560 u8 *end_cmd) in add_param_buf_88xx() argument 1565 *end_cmd = 0; in add_param_buf_88xx() 1600 *end_cmd = 1; in add_param_buf_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 143 u8 *end_cmd); 1402 u8 end_cmd = 0; in proc_cfg_param_88xx() local 1422 add_param_buf_88xx(adapter, param, info->buf_wptr, &end_cmd); in proc_cfg_param_88xx() 1430 if (rsvd_size > CFG_PARAM_H2C_INFO_SIZE && end_cmd == 0) in proc_cfg_param_88xx() 1457 if (end_cmd == 0) { in proc_cfg_param_88xx() 1559 u8 *end_cmd) in add_param_buf_88xx() argument 1564 *end_cmd = 0; in add_param_buf_88xx() 1599 *end_cmd = 1; in add_param_buf_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | null_blk_main.c | 686 static void end_cmd(struct nullb_cmd *cmd) in end_cmd() function 705 end_cmd(container_of(timer, struct nullb_cmd, timer)); in null_cmd_timer_expired() 719 end_cmd(blk_mq_rq_to_pdu(rq)); in null_complete_rq() 1319 end_cmd(cmd); in nullb_complete_cmd() 1324 end_cmd(cmd); in nullb_complete_cmd()
|