Home
last modified time | relevance | path

Searched refs:qe_pin (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H A Dgpio.c141 struct qe_pin { struct
156 * This function return qe_pin so that you could use it with the rest of
159 struct qe_pin *qe_pin_request(struct device_node *np, int index) in qe_pin_request()
161 struct qe_pin *qe_pin; in qe_pin_request() local
167 qe_pin = kzalloc(sizeof(*qe_pin), GFP_KERNEL); in qe_pin_request()
168 if (!qe_pin) { in qe_pin_request()
194 qe_pin->controller = qe_gc; in qe_pin_request()
195 qe_pin in qe_pin_request()
220 qe_pin_free(struct qe_pin *qe_pin) qe_pin_free() argument
242 qe_pin_set_dedicated(struct qe_pin *qe_pin) qe_pin_set_dedicated() argument
286 qe_pin_set_gpio(struct qe_pin *qe_pin) qe_pin_set_gpio() argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H A Dgpio.c139 struct qe_pin { struct
154 * This function return qe_pin so that you could use it with the rest of
157 struct qe_pin *qe_pin_request(struct device *dev, int index) in qe_pin_request()
159 struct qe_pin *qe_pin; in qe_pin_request() local
165 qe_pin = kzalloc(sizeof(*qe_pin), GFP_KERNEL); in qe_pin_request()
166 if (!qe_pin) { in qe_pin_request()
192 qe_pin->controller = gpiochip_get_data(gc); in qe_pin_request()
198 qe_pin in qe_pin_request()
221 qe_pin_free(struct qe_pin *qe_pin) qe_pin_free() argument
235 qe_pin_set_dedicated(struct qe_pin *qe_pin) qe_pin_set_dedicated() argument
279 qe_pin_set_gpio(struct qe_pin *qe_pin) qe_pin_set_gpio() argument
[all...]
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Dqe.h177 struct qe_pin;
179 extern struct qe_pin *qe_pin_request(struct device_node *np, int index);
180 extern void qe_pin_free(struct qe_pin *qe_pin);
181 extern void qe_pin_set_gpio(struct qe_pin *qe_pin);
182 extern void qe_pin_set_dedicated(struct qe_pin *pin);
184 static inline struct qe_pin *qe_pin_request(struct device_node *np, int index) in qe_pin_request()
188 static inline void qe_pin_free(struct qe_pin *qe_pin) {} in qe_pin_free() argument
189 qe_pin_set_gpio(struct qe_pin *qe_pin) qe_pin_set_gpio() argument
[all...]
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Dqe.h176 struct qe_pin;
178 extern struct qe_pin *qe_pin_request(struct device *dev, int index);
179 extern void qe_pin_free(struct qe_pin *qe_pin);
180 extern void qe_pin_set_gpio(struct qe_pin *qe_pin);
181 extern void qe_pin_set_dedicated(struct qe_pin *pin);
183 static inline struct qe_pin *qe_pin_request(struct device *dev, int index) in qe_pin_request()
187 static inline void qe_pin_free(struct qe_pin *qe_pin) {} in qe_pin_free() argument
188 qe_pin_set_gpio(struct qe_pin *qe_pin) qe_pin_set_gpio() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfhci.h244 struct qe_pin *pins[NUM_PINS];
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci.h245 struct qe_pin *pins[NUM_PINS];

Completed in 9 milliseconds