Home
last modified time | relevance | path

Searched refs:pin_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.h36 enum pin_type { enum
45 enum pin_type type;
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c137 * @pin_type: type of pin being configured
150 enum ice_dpll_pin_type pin_type, const u32 freq, in ice_dpll_pin_freq_set() argument
156 switch (pin_type) { in ice_dpll_pin_freq_set()
191 * @pin_type: type of pin being configured
205 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_set() argument
216 ret = ice_dpll_pin_freq_set(pf, p, pin_type, frequency, extack); in ice_dpll_frequency_set()
280 * @pin_type: type of pin being configured
293 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_get() argument
442 * @pin_type: type of pin being enabled
454 u8 dpll_idx, enum ice_dpll_pin_type pin_type, in ice_dpll_pin_enable() argument
503 ice_dpll_pin_disable(struct ice_hw * hw,struct ice_dpll_pin * pin,enum ice_dpll_pin_type pin_type,struct netlink_ext_ack * extack) ice_dpll_pin_disable() argument
699 ice_dpll_pin_state_update(struct ice_pf * pf,struct ice_dpll_pin * pin,enum ice_dpll_pin_type pin_type,struct netlink_ext_ack * extack) ice_dpll_pin_state_update() argument
973 ice_dpll_pin_state_set(const struct dpll_pin * pin,void * pin_priv,const struct dpll_device * dpll,void * dpll_priv,bool enable,struct netlink_ext_ack * extack,enum ice_dpll_pin_type pin_type) ice_dpll_pin_state_set() argument
1081 ice_dpll_pin_state_get(const struct dpll_pin * pin,void * pin_priv,const struct dpll_device * dpll,void * dpll_priv,enum dpll_pin_state * state,struct netlink_ext_ack * extack,enum ice_dpll_pin_type pin_type) ice_dpll_pin_state_get() argument
3930 enum ice_dpll_pin_type pin_type; ice_dpll_init_info_pins_generic() local
3993 ice_dpll_init_info_direct_pins(struct ice_pf * pf,enum ice_dpll_pin_type pin_type) ice_dpll_init_info_direct_pins() argument
4223 ice_dpll_init_pins_info(struct ice_pf * pf,enum ice_dpll_pin_type pin_type) ice_dpll_init_pins_info() argument
[all...]
/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c805 const char *pin_type; in sppctl_pin_dbg_show() local
812 pin_type = "GPIO"; in sppctl_pin_dbg_show()
814 pin_type = " IOP"; in sppctl_pin_dbg_show()
816 pin_type = " MUX"; in sppctl_pin_dbg_show()
817 seq_printf(s, " %s", pin_type); in sppctl_pin_dbg_show()
827 u8 pin_num, pin_type, pin_func; in sppctl_dt_node_to_map() local
876 pin_type = FIELD_GET(GENMASK(23, 16), dt_pin); in sppctl_dt_node_to_map()
880 if (pin_type == SPPCTL_PCTL_G_GPIO) { in sppctl_dt_node_to_map()
895 } else if (pin_type == SPPCTL_PCTL_G_IOPP) { in sppctl_dt_node_to_map()
/linux/sound/soc/sof/
H A Dipc4-topology.c2666 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument
2678 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2694 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2720 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats()
3342 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id() argument
3352 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id()
3370 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
3390 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
3400 bool pin_type) in sof_ipc4_put_queue_id() argument
3406 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_put_queue_id()
H A Dtopology.c1324 bool pin_type) in sof_free_pin_binding() argument
1330 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_free_pin_binding()
1347 struct snd_soc_tplg_private *priv, bool pin_type) in sof_parse_pin_binding() argument
1357 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding()
1381 if (pin_type == SOF_PIN_TYPE_INPUT) in sof_parse_pin_binding()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c2006 enum bcm281xx_pin_type pin_type; in bcm281xx_pinctrl_pin_config_set() local
2013 pin_type = pin_type_get(pctldev, pin); in bcm281xx_pinctrl_pin_config_set()
2016 switch (pin_type) { in bcm281xx_pinctrl_pin_config_set()