Searched refs:set_gadget_data (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | raw_gadget.c | 291 set_gadget_data(gadget, dev); in gadget_bind() 295 set_gadget_data(gadget, NULL); in gadget_bind() 316 set_gadget_data(gadget, NULL); in gadget_bind() 329 set_gadget_data(gadget, NULL); in gadget_unbind()
|
H A D | inode.c | 1652 set_gadget_data (gadget, NULL); in gadgetfs_unbind() 1676 set_gadget_data (gadget, dev); in gadgetfs_bind()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | gadget.h | 517 static inline void set_gadget_data(struct usb_gadget *gadget, void *data) in set_gadget_data() function
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | composite.c | 976 set_gadget_data(gadget, NULL); in composite_unbind() 991 set_gadget_data(gadget, cdev); in composite_bind()
|
H A D | ether.c | 1797 set_gadget_data(gadget, NULL); in eth_unbind() 2274 set_gadget_data(gadget, dev); in eth_bind()
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 460 static inline void set_gadget_data(struct usb_gadget *gadget, void *data) in set_gadget_data() function
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | configfs.c | 1690 set_gadget_data(gadget, cdev); in configfs_composite_bind() 1841 set_gadget_data(gadget, NULL); in configfs_composite_unbind()
|
H A D | composite.c | 2372 set_gadget_data(gadget, NULL); in __composite_unbind() 2548 set_gadget_data(gadget, cdev); in composite_bind()
|