Searched refs:siox_master (Results 1 – 3 of 3) sorted by relevance
9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev)10 struct siox_master { struct13 int (*pushpull)(struct siox_master *smaster, argument37 static inline void *siox_master_get_devdata(struct siox_master *smaster) in siox_master_get_devdata() argument42 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 struct siox_master *devm_siox_master_alloc(struct device *dev, size_t size);50 int siox_master_register(struct siox_master *smaster);51 void siox_master_unregister(struct siox_master *smaster);53 int devm_siox_master_register(struct device *dev, struct siox_master *smaster);
128 static void siox_poll(struct siox_master *smaster) in siox_poll()280 struct siox_master *smaster = data; in siox_poll_thread()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()557 struct siox_master *smaster = to_siox_master(dev); in active_show()670 ATTRIBUTE_GROUPS(siox_master);687 struct siox_master *smaster; in siox_master_alloc()712 struct siox_master *smaster = data; in devm_siox_master_put()720 struct siox_master *smaster; in devm_siox_master_alloc()[all …]
28 static int siox_gpio_pushpull(struct siox_master *smaster, in siox_gpio_pushpull()92 struct siox_master *smaster; in siox_gpio_probe()
Completed in 10 milliseconds