Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23888-ir.c461 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
465 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
466 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
474 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
478 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
479 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-ir.c441 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
445 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
446 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
454 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
458 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
459 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()