Symbol: siox_device
drivers/gpio/gpio-siox.c
217
static int gpio_siox_probe(struct siox_device *sdevice)
drivers/gpio/gpio-siox.c
27
static int gpio_siox_set_data(struct siox_device *sdevice, u8 status, u8 buf[])
drivers/gpio/gpio-siox.c
38
static int gpio_siox_get_data(struct siox_device *sdevice, const u8 buf[])
drivers/siox/siox-core.c
105
bool siox_device_synced(struct siox_device *sdevice)
drivers/siox/siox-core.c
119
bool siox_device_connected(struct siox_device *sdevice)
drivers/siox/siox-core.c
130
struct siox_device *sdevice;
drivers/siox/siox-core.c
358
struct siox_device *sdevice;
drivers/siox/siox-core.c
387
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
397
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
407
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
417
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
434
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
451
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
468
struct siox_device *sdev = to_siox_device(dev);
drivers/siox/siox-core.c
492
ATTRIBUTE_GROUPS(siox_device);
drivers/siox/siox-core.c
496
struct siox_device *sdevice = to_siox_device(dev);
drivers/siox/siox-core.c
518
struct siox_device *sdevice = to_siox_device(dev);
drivers/siox/siox-core.c
527
struct siox_device *sdevice = to_siox_device(dev);
drivers/siox/siox-core.c
535
struct siox_device *sdevice = to_siox_device(dev);
drivers/siox/siox-core.c
587
static struct siox_device *siox_device_add(struct siox_master *smaster,
drivers/siox/siox-core.c
68
static bool siox_device_counter_error(struct siox_device *sdevice,
drivers/siox/siox-core.c
74
static bool siox_device_type_error(struct siox_device *sdevice, u8 status_clean)
drivers/siox/siox-core.c
778
struct siox_device *sdevice;
drivers/siox/siox-core.c
781
struct siox_device, node);
drivers/siox/siox-core.c
817
static struct siox_device *siox_device_add(struct siox_master *smaster,
drivers/siox/siox-core.c
821
struct siox_device *sdevice;
drivers/siox/siox-core.c
901
struct siox_device *sdevice;
drivers/siox/siox-core.c
910
sdevice = container_of(smaster->devices.prev, struct siox_device, node);
drivers/siox/siox-core.c
97
static bool siox_device_wdg_error(struct siox_device *sdevice, u8 status_clean)
include/linux/siox.h
34
bool siox_device_synced(struct siox_device *sdevice);
include/linux/siox.h
35
bool siox_device_connected(struct siox_device *sdevice);
include/linux/siox.h
38
int (*probe)(struct siox_device *sdevice);
include/linux/siox.h
39
void (*remove)(struct siox_device *sdevice);
include/linux/siox.h
40
void (*shutdown)(struct siox_device *sdevice);
include/linux/siox.h
46
int (*set_data)(struct siox_device *sdevice, u8 status, u8 buf[]);
include/linux/siox.h
51
int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
include/linux/siox.h
8
#define to_siox_device(_dev) container_of((_dev), struct siox_device, dev)
include/trace/events/siox.h
11
const struct siox_device *sdevice,
include/trace/events/siox.h
36
const struct siox_device *sdevice,