Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Danx7411.c53 #define STATUS_LEN 2 macro
907 u8 buf[STATUS_LEN]; in anx7411_work_func()
917 ret = anx7411_reg_block_read(ctx->spi_client, INT_STS, STATUS_LEN, buf); in anx7411_work_func()
926 ret = anx7411_reg_block_read(ctx->tcpc_client, ALERT_0, STATUS_LEN, buf); in anx7411_work_func()
/linux/drivers/usb/storage/
H A Drealtek_cr.c134 #define STATUS_LEN(chip) ((chip)->status_len) macro
1005 if (STATUS_LEN(chip) == 16) { in init_realtek_cr()