Symbol: gbphy_device
drivers/staging/greybus/gbphy.c
105
gbphy_dev_match_id(const struct gbphy_device *gbphy_dev,
drivers/staging/greybus/gbphy.c
123
struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.c
136
struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.c
175
struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.c
221
static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle,
drivers/staging/greybus/gbphy.c
224
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/gbphy.c
260
struct gbphy_device *gbphy_dev, *temp;
drivers/staging/greybus/gbphy.c
279
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/gbphy.c
32
struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.c
47
struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.c
76
const struct gbphy_device *gbphy_dev = to_gbphy_dev(dev);
drivers/staging/greybus/gbphy.h
102
static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev) { return 0; }
drivers/staging/greybus/gbphy.h
103
static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev) {}
drivers/staging/greybus/gbphy.h
104
static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev) {}
drivers/staging/greybus/gbphy.h
105
static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev) {}
drivers/staging/greybus/gbphy.h
18
#define to_gbphy_dev(d) container_of(d, struct gbphy_device, dev)
drivers/staging/greybus/gbphy.h
20
static inline void *gb_gbphy_get_data(struct gbphy_device *gdev)
drivers/staging/greybus/gbphy.h
25
static inline void gb_gbphy_set_data(struct gbphy_device *gdev, void *data)
drivers/staging/greybus/gbphy.h
39
int (*probe)(struct gbphy_device *device,
drivers/staging/greybus/gbphy.h
41
void (*remove)(struct gbphy_device *device);
drivers/staging/greybus/gbphy.h
69
static inline int gbphy_runtime_get_sync(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/gbphy.h
84
static inline void gbphy_runtime_put_autosuspend(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/gbphy.h
92
static inline void gbphy_runtime_get_noresume(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/gbphy.h
97
static inline void gbphy_runtime_put_noidle(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/gpio.c
35
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/gpio.c
495
static int gb_gpio_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/gpio.c
592
static void gb_gpio_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/gpio.c
65
struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
drivers/staging/greybus/gpio.c
88
struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
drivers/staging/greybus/i2c.c
19
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/i2c.c
230
static int gb_i2c_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/i2c.c
291
static void gb_i2c_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/pwm.c
118
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/pwm.c
141
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/pwm.c
163
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/pwm.c
244
static int gb_pwm_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/pwm.c
299
static void gb_pwm_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/pwm.c
48
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/pwm.c
70
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/pwm.c
93
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/sdio.c
21
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/sdio.c
762
static int gb_sdio_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/sdio.c
844
static void gb_sdio_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/spi.c
17
static int gb_spi_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/spi.c
50
static void gb_spi_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/uart.c
44
struct gbphy_device *gbphy_dev;
drivers/staging/greybus/uart.c
804
static int gb_uart_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/uart.c
919
static void gb_uart_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/usb.c
158
static int gb_usb_probe(struct gbphy_device *gbphy_dev,
drivers/staging/greybus/usb.c
219
static void gb_usb_remove(struct gbphy_device *gbphy_dev)
drivers/staging/greybus/usb.c
35
struct gbphy_device *gbphy_dev;