Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Dprop.c36 if (dir == DPLL_PIN_DIRECTION_INPUT) { in zl3073x_pin_check_freq()
91 if (dir == DPLL_PIN_DIRECTION_INPUT) { in zl3073x_prop_pin_package_label_set()
136 if (dir == DPLL_PIN_DIRECTION_INPUT) in zl3073x_prop_pin_fwnode_get()
206 if (dir == DPLL_PIN_DIRECTION_INPUT) { in zl3073x_pin_props_get()
H A Ddpll.c81 return pin->dir == DPLL_PIN_DIRECTION_INPUT; in zl3073x_dpll_is_input_pin()
1818 if (dir == DPLL_PIN_DIRECTION_INPUT) { in zl3073x_dpll_pin_is_registrable()
1891 pin = zl3073x_dpll_pin_alloc(zldpll, DPLL_PIN_DIRECTION_INPUT, in zl3073x_dpll_nco_pin_register()
1944 dir = DPLL_PIN_DIRECTION_INPUT; in zl3073x_dpll_pins_register()
/linux/include/uapi/linux/
H A Ddpll.h156 DPLL_PIN_DIRECTION_INPUT = 1, enumerator
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c393 if (sma->direction == DPLL_PIN_DIRECTION_INPUT) in ice_dpll_sw_pin_frequency_set()
433 if (sma->direction == DPLL_PIN_DIRECTION_INPUT) { in ice_dpll_sw_pin_frequency_get()
662 p->direction = DPLL_PIN_DIRECTION_INPUT; in ice_dpll_sw_pins_update()
671 p->direction = DPLL_PIN_DIRECTION_INPUT; in ice_dpll_sw_pins_update()
1227 if (direction == DPLL_PIN_DIRECTION_INPUT) { in ice_dpll_sma_direction_set()
1423 if (p->direction == DPLL_PIN_DIRECTION_INPUT) { in ice_dpll_sw_pin_state_get()
1482 if (sma->direction == DPLL_PIN_DIRECTION_INPUT) { in ice_dpll_sma_pin_state_set()
1586 if (p->input && p->direction == DPLL_PIN_DIRECTION_INPUT) in ice_dpll_sw_input_prio_get()
1605 if (!p->input || p->direction != DPLL_PIN_DIRECTION_INPUT) in ice_dpll_sw_input_prio_set()
1637 *direction = DPLL_PIN_DIRECTION_INPUT; in ice_dpll_input_direction()
[all …]
/linux/drivers/ptp/
H A Dptp_ocp.c4958 DPLL_PIN_DIRECTION_INPUT : in ptp_ocp_dpll_direction_get()
4977 mode = direction == DPLL_PIN_DIRECTION_INPUT ? in ptp_ocp_dpll_direction_set()