Lines Matching full:usecs
129 if (!strcmp(token, "tx-custom-low-usecs")) { in cec_pin_error_inj_parse_line()
130 u32 usecs; in cec_pin_error_inj_parse_line() local
132 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
134 pin->tx_custom_low_usecs = usecs; in cec_pin_error_inj_parse_line()
137 if (!strcmp(token, "tx-custom-high-usecs")) { in cec_pin_error_inj_parse_line()
138 u32 usecs; in cec_pin_error_inj_parse_line() local
140 if (kstrtou32(p, 0, &usecs) || usecs > 10000000) in cec_pin_error_inj_parse_line()
142 pin->tx_custom_high_usecs = usecs; in cec_pin_error_inj_parse_line()
285 …seq_puts(sf, "# tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse\n"… in cec_pin_error_inj_show()
286 …seq_puts(sf, "# tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse\n… in cec_pin_error_inj_show()
308 seq_puts(sf, "# <usecs> microseconds (0-10000000, default 1000)\n"); in cec_pin_error_inj_show()
340 seq_printf(sf, "tx-custom-low-usecs %u\n", in cec_pin_error_inj_show()
343 seq_printf(sf, "tx-custom-high-usecs %u\n", in cec_pin_error_inj_show()