Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/qe_lib/
Dgpio.c121 struct qe_pin { struct
136 * This function return qe_pin so that you could use it with the rest of argument
141 struct qe_pin *qe_pin; in qe_pin_request() local
202 void qe_pin_free(struct qe_pin *qe_pin) in qe_pin_free()
224 void qe_pin_set_dedicated(struct qe_pin *qe_pin) in qe_pin_set_dedicated()
264 void qe_pin_set_gpio(struct qe_pin *qe_pin) in qe_pin_set_gpio()
/arch/powerpc/include/asm/
Dqe.h143 static inline void qe_pin_free(struct qe_pin *qe_pin) {} in qe_pin_free()
144 static inline void qe_pin_set_gpio(struct qe_pin *qe_pin) {} in qe_pin_set_gpio()