Searched refs:mcb_device (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dmcb.h18 struct mcb_device;
39 int (*get_irq)(struct mcb_device *dev);
48 * struct mcb_device - MEN Chameleon Bus device
63 struct mcb_device { struct
78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev)
92 int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id);
93 void (*remove)(struct mcb_device *mdev);
94 void (*shutdown)(struct mcb_device *mdev);
102 static inline void *mcb_get_drvdata(struct mcb_device *dev)
107 static inline void mcb_set_drvdata(struct mcb_device *de
[all...]
/linux-master/drivers/mcb/
H A Dmcb-core.c18 struct mcb_device *dev)
34 struct mcb_device *mdev = to_mcb_device(dev);
46 const struct mcb_device *mdev = to_mcb_device(dev);
59 struct mcb_device *mdev = to_mcb_device(dev);
85 struct mcb_device *mdev = to_mcb_device(dev);
99 struct mcb_device *mdev = to_mcb_device(dev);
210 struct mcb_device *mdev = to_mcb_device(dev);
217 * mcb_device_register() - Register a mcb_device
219 * @dev: The @mcb_device
221 * Register a specific @mcb_device a
[all...]
H A Dmcb-pci.c21 static int mcb_pci_get_irq(struct mcb_device *mdev)
H A Dmcb-parse.c42 struct mcb_device *mdev;
/linux-master/drivers/tty/serial/8250/
H A D8250_men_mcb.c59 static u32 men_lookup_uartclk(struct mcb_device *mdev)
115 static int read_serial_data(struct mcb_device *mdev,
164 static int init_serial_data(struct mcb_device *mdev,
182 static int serial_8250_men_mcb_probe(struct mcb_device *mdev,
238 static void serial_8250_men_mcb_remove(struct mcb_device *mdev)
/linux-master/drivers/iio/adc/
H A Dmen_z188_adc.c100 static int men_z188_probe(struct mcb_device *dev,
145 static void men_z188_remove(struct mcb_device *dev)
/linux-master/drivers/watchdog/
H A Dmenz69_wdt.c101 static int men_z069_probe(struct mcb_device *dev,
139 static void men_z069_remove(struct mcb_device *dev)
/linux-master/drivers/gpio/
H A Dgpio-menz127.c130 static int men_z127_probe(struct mcb_device *mdev,
185 static void men_z127_remove(struct mcb_device *mdev)
/linux-master/drivers/tty/serial/
H A Dmen_z135_uart.c121 struct mcb_device *mdev;
740 struct mcb_device *mdev = uart->mdev;
806 static int men_z135_probe(struct mcb_device *mdev,
861 static void men_z135_remove(struct mcb_device *mdev)

Completed in 129 milliseconds