Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-ir.c446 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
450 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
451 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
459 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
463 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
464 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()