Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/typec/ucsi/
Ducsi_ccg.c207 #define DEV_CMD_PENDING 1 macro
577 set_bit(DEV_CMD_PENDING, &uc->flags); in ucsi_ccg_sync_write()
599 clear_bit(DEV_CMD_PENDING, &uc->flags); in ucsi_ccg_sync_write()
632 if (test_bit(DEV_CMD_PENDING, &uc->flags) && in ccg_irq_handler()
696 if (test_bit(DEV_CMD_PENDING, &uc->flags)) { in ccg_process_response()
698 clear_bit(DEV_CMD_PENDING, &uc->flags); in ccg_process_response()
750 set_bit(DEV_CMD_PENDING, &uc->flags); in ccg_send_command()
768 clear_bit(DEV_CMD_PENDING, &uc->flags); in ccg_send_command()