gbphy_device       32 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device       47 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device       76 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device      105 drivers/staging/greybus/gbphy.c gbphy_dev_match_id(struct gbphy_device *gbphy_dev,
gbphy_device      123 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device      136 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device      175 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
gbphy_device      223 drivers/staging/greybus/gbphy.c static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle,
gbphy_device      226 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev;
gbphy_device      262 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev, *temp;
gbphy_device      281 drivers/staging/greybus/gbphy.c 	struct gbphy_device *gbphy_dev;
gbphy_device       18 drivers/staging/greybus/gbphy.h #define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev)
gbphy_device       20 drivers/staging/greybus/gbphy.h static inline void *gb_gbphy_get_data(struct gbphy_device *gdev)
gbphy_device       25 drivers/staging/greybus/gbphy.h static inline void gb_gbphy_set_data(struct gbphy_device *gdev, void *data)
gbphy_device       39 drivers/staging/greybus/gbphy.h 	int (*probe)(struct gbphy_device *,
gbphy_device       41 drivers/staging/greybus/gbphy.h 	void (*remove)(struct gbphy_device *);
gbphy_device       69 drivers/staging/greybus/gbphy.h static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev)
gbphy_device       84 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev)
gbphy_device       92 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev)
gbphy_device       97 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev)
gbphy_device      102 drivers/staging/greybus/gbphy.h static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) { return 0; }
gbphy_device      103 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) {}
gbphy_device      104 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) {}
gbphy_device      105 drivers/staging/greybus/gbphy.h static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) {}
gbphy_device       35 drivers/staging/greybus/gpio.c 	struct gbphy_device	*gbphy_dev;
gbphy_device       63 drivers/staging/greybus/gpio.c 	struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
gbphy_device       86 drivers/staging/greybus/gpio.c 	struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
gbphy_device      504 drivers/staging/greybus/gpio.c static int gb_gpio_probe(struct gbphy_device *gbphy_dev,
gbphy_device      600 drivers/staging/greybus/gpio.c static void gb_gpio_remove(struct gbphy_device *gbphy_dev)
gbphy_device       19 drivers/staging/greybus/i2c.c 	struct gbphy_device	*gbphy_dev;
gbphy_device      245 drivers/staging/greybus/i2c.c static int gb_i2c_probe(struct gbphy_device *gbphy_dev,
gbphy_device      307 drivers/staging/greybus/i2c.c static void gb_i2c_remove(struct gbphy_device *gbphy_dev)
gbphy_device       45 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device       70 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device       95 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device      122 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device      148 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device      173 drivers/staging/greybus/pwm.c 	struct gbphy_device *gbphy_dev;
gbphy_device      247 drivers/staging/greybus/pwm.c static int gb_pwm_probe(struct gbphy_device *gbphy_dev,
gbphy_device      306 drivers/staging/greybus/pwm.c static void gb_pwm_remove(struct gbphy_device *gbphy_dev)
gbphy_device       21 drivers/staging/greybus/sdio.c 	struct gbphy_device	*gbphy_dev;
gbphy_device      760 drivers/staging/greybus/sdio.c static int gb_sdio_probe(struct gbphy_device *gbphy_dev,
gbphy_device      842 drivers/staging/greybus/sdio.c static void gb_sdio_remove(struct gbphy_device *gbphy_dev)
gbphy_device       17 drivers/staging/greybus/spi.c static int gb_spi_probe(struct gbphy_device *gbphy_dev,
gbphy_device       50 drivers/staging/greybus/spi.c static void gb_spi_remove(struct gbphy_device *gbphy_dev)
gbphy_device       52 drivers/staging/greybus/uart.c 	struct gbphy_device *gbphy_dev;
gbphy_device      818 drivers/staging/greybus/uart.c static int gb_uart_probe(struct gbphy_device *gbphy_dev,
gbphy_device      934 drivers/staging/greybus/uart.c static void gb_uart_remove(struct gbphy_device *gbphy_dev)
gbphy_device       35 drivers/staging/greybus/usb.c 	struct gbphy_device *gbphy_dev;
gbphy_device      158 drivers/staging/greybus/usb.c static int gb_usb_probe(struct gbphy_device *gbphy_dev,
gbphy_device      219 drivers/staging/greybus/usb.c static void gb_usb_remove(struct gbphy_device *gbphy_dev)