Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c281 if (status != IUU_OPERATION_OK) in bulk_immediate()
301 if (status != IUU_OPERATION_OK) in read_immediate()
327 if (status != IUU_OPERATION_OK) in iuu_led()
331 return IUU_OPERATION_OK; in iuu_led()
523 if (status != IUU_OPERATION_OK) in iuu_clk()
547 if (status != IUU_OPERATION_OK) { in iuu_uart_flush()
755 if (status != IUU_OPERATION_OK) { in iuu_uart_on()
761 if (status != IUU_OPERATION_OK) in iuu_uart_on()
779 if (status != IUU_OPERATION_OK) in iuu_uart_off()
875 if (status != IUU_OPERATION_OK) in iuu_uart_baud()
[all …]
H A Diuu_phoenix.h81 #define IUU_OPERATION_OK 0x00 macro