Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/siox/
Dsiox.h9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev)
10 struct siox_master { struct
13 int (*pushpull)(struct siox_master *smaster, argument
37 static inline void *siox_master_get_devdata(struct siox_master *smaster) in siox_master_get_devdata() argument
42 struct siox_master *siox_master_alloc(struct device *dev, size_t size);
43 static inline void siox_master_put(struct siox_master *smaster) in siox_master_put()
48 int siox_master_register(struct siox_master *smaster);
49 void siox_master_unregister(struct siox_master *smaster);
Dsiox-core.c41 static void siox_master_lock(struct siox_master *smaster) in siox_master_lock()
46 static void siox_master_unlock(struct siox_master *smaster) in siox_master_unlock()
128 static void siox_poll(struct siox_master *smaster) in siox_poll()
280 struct siox_master *smaster = data; in siox_poll_thread()
327 static int __siox_start(struct siox_master *smaster) in __siox_start()
344 static int siox_start(struct siox_master *smaster) in siox_start()
355 static int __siox_stop(struct siox_master *smaster) in __siox_stop()
373 static int siox_stop(struct siox_master *smaster) in siox_stop()
553 struct siox_master *smaster = to_siox_master(dev); in active_show()
562 struct siox_master *smaster = to_siox_master(dev); in active_store()
[all …]
Dsiox-bus-gpio.c28 static int siox_gpio_pushpull(struct siox_master *smaster, in siox_gpio_pushpull()
92 struct siox_master *smaster; in siox_gpio_probe()
147 struct siox_master *master = platform_get_drvdata(pdev); in siox_gpio_remove()
/linux-4.19.296/include/trace/events/
Dsiox.h10 TP_PROTO(const struct siox_master *smaster,
35 TP_PROTO(const struct siox_master *smaster,
/linux-4.19.296/include/linux/
Dsiox.h14 struct siox_master *smaster;