Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dmax3421-hcd.c850 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) in max3421_handle_error() argument
884 __func__, hrsl); in max3421_handle_error()
912 __func__, hrsl); in max3421_handle_error()
918 __func__, hrsl); in max3421_handle_error()
1015 u8 result_code, hrsl; in max3421_host_transfer_done() local
1021 hrsl = spi_rd8(hcd, MAX3421_REG_HRSL); in max3421_host_transfer_done()
1022 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_host_transfer_done()
1031 max3421_handle_error(hcd, hrsl); in max3421_host_transfer_done()
1082 u8 hrsl, mode; in max3421_detect_conn() local
1084 hrsl = spi_rd8(hcd, MAX3421_REG_HRSL); in max3421_detect_conn()
[all …]