Lines Matching refs:st_pio_control

231 struct st_pio_control {  struct
320 struct st_pio_control pc;
366 static struct st_pio_control *st_get_pio_control( in st_get_pio_control()
382 static void st_pinconf_set_config(struct st_pio_control *pc, in st_pinconf_set_config()
416 static void st_pctl_set_function(struct st_pio_control *pc, in st_pctl_set_function()
433 static unsigned int st_pctl_get_pin_function(struct st_pio_control *pc, int pin) in st_pctl_get_pin_function()
516 struct st_pio_control *pc, unsigned long config, int pin) in st_pinconf_set_retime_packed()
546 struct st_pio_control *pc, unsigned long config, int pin) in st_pinconf_set_retime_dedicated()
572 static void st_pinconf_get_direction(struct st_pio_control *pc, in st_pinconf_get_direction()
597 struct st_pio_control *pc, int pin, unsigned long *config) in st_pinconf_get_retime_packed()
630 struct st_pio_control *pc, int pin, unsigned long *config) in st_pinconf_get_retime_dedicated()
730 struct st_pio_control pc = bank->pc; in st_gpio_get_direction()
898 struct st_pio_control *pc; in st_pmx_set_mux()
937 struct st_pio_control *pc, int pin, unsigned long *config) in st_pinconf_get_retime()
948 struct st_pio_control *pc, int pin, unsigned long config) in st_pinconf_set_retime()
963 struct st_pio_control *pc = st_get_pio_control(pctldev, pin_id); in st_pinconf_set()
979 struct st_pio_control *pc = st_get_pio_control(pctldev, pin_id); in st_pinconf_get()
991 struct st_pio_control *pc; in st_pinconf_dbg_show()
1046 int bank, struct st_pio_control *pc) in st_pctl_dt_setup_retime_packed()
1082 int bank, struct st_pio_control *pc) in st_pctl_dt_setup_retime_dedicated()
1106 int bank, struct st_pio_control *pc) in st_pctl_dt_setup_retime()
1141 struct st_pio_control *pc = &info->banks[bank].pc; in st_parse_syscfgs()