Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx23885/
Dcx23888-ir.c432 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
436 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
437 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
445 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
449 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
450 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()
/linux-5.19.10/drivers/media/i2c/cx25840/
Dcx25840-ir.c412 u64 pulse_clocks; in txclk_tx_s_max_pulse_width() local
416 pulse_clocks = ns_to_pulse_clocks(ns); in txclk_tx_s_max_pulse_width()
417 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in txclk_tx_s_max_pulse_width()
425 u64 pulse_clocks; in rxclk_rx_s_max_pulse_width() local
429 pulse_clocks = ns_to_pulse_clocks(ns); in rxclk_rx_s_max_pulse_width()
430 *divider = pulse_clocks_to_clock_divider(pulse_clocks); in rxclk_rx_s_max_pulse_width()