Searched refs:qcom_tlmm_softc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018_hw.h | 34 struct qcom_tlmm_softc *sc, int pin, int function); 36 struct qcom_tlmm_softc *sc, int pin, int *function); 39 struct qcom_tlmm_softc *sc, int pin); 41 struct qcom_tlmm_softc *sc, int pin); 43 struct qcom_tlmm_softc *sc, int pin, bool *is_output); 46 struct qcom_tlmm_softc *sc, 49 struct qcom_tlmm_softc *sc, 52 struct qcom_tlmm_softc *sc, 55 struct qcom_tlmm_softc *sc, 59 struct qcom_tlmm_softc *sc, uint32_t pin, [all …]
|
H A D | qcom_tlmm_ipq4018_hw.c | 68 qcom_tlmm_ipq4018_hw_pin_set_function(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_set_function() 96 qcom_tlmm_ipq4018_hw_pin_get_function(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_get_function() 121 qcom_tlmm_ipq4018_hw_pin_set_oe_output(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_set_oe_output() 146 qcom_tlmm_ipq4018_hw_pin_set_oe_input(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_set_oe_input() 170 qcom_tlmm_ipq4018_hw_pin_get_oe_state(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_get_oe_state() 192 qcom_tlmm_ipq4018_hw_pin_set_output_value(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_set_output_value() 218 qcom_tlmm_ipq4018_hw_pin_get_output_value(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_get_output_value() 241 qcom_tlmm_ipq4018_hw_pin_get_input_value(struct qcom_tlmm_softc *sc, in qcom_tlmm_ipq4018_hw_pin_get_input_value() 264 struct qcom_tlmm_softc *sc, uint32_t pin) in qcom_tlmm_ipq4018_hw_pin_toggle_output_value() 292 struct qcom_tlmm_softc *sc, uint32_t pin, in qcom_tlmm_ipq4018_hw_pin_set_pupd_config() [all …]
|
H A D | qcom_tlmm_pin.c | 60 qcom_tlmm_pin_lookup(struct qcom_tlmm_softc *sc, int pin) in qcom_tlmm_pin_lookup() 69 qcom_tlmm_pin_configure(struct qcom_tlmm_softc *sc, in qcom_tlmm_pin_configure() 123 struct qcom_tlmm_softc *sc; in qcom_tlmm_get_bus() 133 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_max() 142 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_getcaps() 159 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_getflags() 213 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_getname() 230 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_setflags() 247 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_set() 263 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_pin_get() [all …]
|
H A D | qcom_tlmm_pinmux.c | 99 qcom_tlmm_pinctrl_search_spin(struct qcom_tlmm_softc *sc, char *pin_name) in qcom_tlmm_pinctrl_search_spin() 115 qcom_tlmm_pinctrl_config_spin(struct qcom_tlmm_softc *sc, in qcom_tlmm_pinctrl_config_spin() 126 qcom_tlmm_pinctrl_search_gmux(struct qcom_tlmm_softc *sc, char *pin_name) in qcom_tlmm_pinctrl_search_gmux() 157 qcom_tlmm_pinctrl_read_node(struct qcom_tlmm_softc *sc, in qcom_tlmm_pinctrl_read_node() 204 qcom_tlmm_pinctrl_config_gmux(struct qcom_tlmm_softc *sc, char *pin_name, in qcom_tlmm_pinctrl_config_gmux() 446 qcom_tlmm_pinctrl_config_node(struct qcom_tlmm_softc *sc, in qcom_tlmm_pinctrl_config_node() 471 qcom_tlmm_pinctrl_process_node(struct qcom_tlmm_softc *sc, in qcom_tlmm_pinctrl_process_node() 513 struct qcom_tlmm_softc *sc; in qcom_tlmm_pinctrl_configure()
|
H A D | qcom_tlmm_ipq4018.c | 266 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_ipq4018_detach() 291 struct qcom_tlmm_softc *sc = device_get_softc(dev); in qcom_tlmm_ipq4018_attach() 388 sizeof(struct qcom_tlmm_softc),
|
H A D | qcom_tlmm_debug.h | 39 extern void qcom_tlmm_debug_sysctl_attach(struct qcom_tlmm_softc *sc);
|
H A D | qcom_tlmm_debug.c | 55 qcom_tlmm_debug_sysctl_attach(struct qcom_tlmm_softc *sc) in qcom_tlmm_debug_sysctl_attach()
|
H A D | qcom_tlmm_var.h | 144 struct qcom_tlmm_softc { struct
|