Home
last modified time | relevance | path

Searched defs:qe_pin (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/soc/fsl/qe/
Dgpio.c141 struct qe_pin { struct
156 * This function return qe_pin so that you could use it with the rest of argument
161 struct qe_pin *qe_pin; in qe_pin_request() local
220 void qe_pin_free(struct qe_pin *qe_pin) in qe_pin_free()
242 void qe_pin_set_dedicated(struct qe_pin *qe_pin) in qe_pin_set_dedicated()
286 void qe_pin_set_gpio(struct qe_pin *qe_pin) in qe_pin_set_gpio()
/linux-6.1.9/include/soc/fsl/qe/
Dqe.h186 static inline void qe_pin_free(struct qe_pin *qe_pin) {} in qe_pin_free()
187 static inline void qe_pin_set_gpio(struct qe_pin *qe_pin) {} in qe_pin_set_gpio()