Home
last modified time | relevance | path

Searched refs:the_device (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c1661 static struct dev_data *the_device; variable
1666 struct dev_data *dev = the_device; in gadgetfs_bind()
2017 if (the_device) { in gadgetfs_fill_super()
2062 the_device = dev; in gadgetfs_fill_super()
2097 if (the_device) { in gadgetfs_kill_sb()
2098 put_dev (the_device); in gadgetfs_kill_sb()
2099 the_device = NULL; in gadgetfs_kill_sb()