Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/typec/ucsi/
Ducsi_ccg.c202 #define DEV_CMD_PENDING 1 macro
565 set_bit(DEV_CMD_PENDING, &uc->flags); in ucsi_ccg_sync_write()
587 clear_bit(DEV_CMD_PENDING, &uc->flags); in ucsi_ccg_sync_write()
620 if (test_bit(DEV_CMD_PENDING, &uc->flags) && in ccg_irq_handler()
674 if (test_bit(DEV_CMD_PENDING, &uc->flags)) { in ccg_process_response()
676 clear_bit(DEV_CMD_PENDING, &uc->flags); in ccg_process_response()
728 set_bit(DEV_CMD_PENDING, &uc->flags); in ccg_send_command()
746 clear_bit(DEV_CMD_PENDING, &uc->flags); in ccg_send_command()