Searched refs:sdevice (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/trace/events/
H A Dsiox.h11 const struct siox_device *sdevice,
13 TP_ARGS(smaster, sdevice, devno, bufoffset),
18 __dynamic_array(u8, buf, sdevice->inbytes)
23 __entry->inbytes = sdevice->inbytes;
25 smaster->buf + bufoffset, sdevice->inbytes);
36 const struct siox_device *sdevice,
39 TP_ARGS(smaster, sdevice, devno, status_clean, bufoffset),
45 __dynamic_array(u8, buf, sdevice->outbytes)
51 __entry->outbytes = sdevice->outbytes;
53 smaster->buf + bufoffset, sdevice
[all...]
/linux-master/include/linux/
H A Dsiox.h34 bool siox_device_synced(struct siox_device *sdevice);
35 bool siox_device_connected(struct siox_device *sdevice);
38 int (*probe)(struct siox_device *sdevice);
39 void (*remove)(struct siox_device *sdevice);
40 void (*shutdown)(struct siox_device *sdevice);
46 int (*set_data)(struct siox_device *sdevice, u8 status, u8 buf[]);
51 int (*get_data)(struct siox_device *sdevice, const u8 buf[]);
/linux-master/drivers/siox/
H A Dsiox-core.c68 static bool siox_device_counter_error(struct siox_device *sdevice, argument
74 static bool siox_device_type_error(struct siox_device *sdevice, u8 status_clean) argument
83 if (sdevice->statustype) {
84 if (statustype != sdevice->statustype)
97 static bool siox_device_wdg_error(struct siox_device *sdevice, u8 status_clean) argument
105 bool siox_device_synced(struct siox_device *sdevice) argument
107 if (siox_device_type_error(sdevice, sdevice->status_read_clean))
110 return !siox_device_counter_error(sdevice, sdevice
119 siox_device_connected(struct siox_device *sdevice) argument
130 struct siox_device *sdevice; local
358 struct siox_device *sdevice; local
496 struct siox_device *sdevice = to_siox_device(dev); local
518 struct siox_device *sdevice = to_siox_device(dev); local
527 struct siox_device *sdevice = to_siox_device(dev); local
535 struct siox_device *sdevice = to_siox_device(dev); local
778 struct siox_device *sdevice; local
821 struct siox_device *sdevice; local
901 struct siox_device *sdevice; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-siox.c27 static int gpio_siox_set_data(struct siox_device *sdevice, u8 status, u8 buf[]) argument
29 struct gpio_siox_ddata *ddata = dev_get_drvdata(&sdevice->dev);
38 static int gpio_siox_get_data(struct siox_device *sdevice, const u8 buf[]) argument
40 struct gpio_siox_ddata *ddata = dev_get_drvdata(&sdevice->dev);
216 static int gpio_siox_probe(struct siox_device *sdevice) argument
220 struct device *dev = &sdevice->dev;
/linux-master/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c149 unsigned short svendor, unsigned short sdevice)
155 sdevice == PCI_SUBDEVICE_ID_QEMU));
148 intel_is_virt_pch(unsigned short id, unsigned short svendor, unsigned short sdevice) argument
/linux-master/drivers/scsi/
H A Dstorvsc_drv.c1561 static int storvsc_device_alloc(struct scsi_device *sdevice) argument
1572 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES;
1577 static int storvsc_device_configure(struct scsi_device *sdevice) argument
1579 blk_queue_rq_timeout(sdevice->request_queue, (storvsc_timeout * HZ));
1582 sdevice->no_report_opcodes = 1;
1583 sdevice->no_write_same = 1;
1590 if (!strncmp(sdevice->vendor, "Msft", 4)) {
1594 sdevice->scsi_level = SCSI_SPC_3;
1599 sdevice->no_write_same = 0;
H A Dvirtio_scsi.c668 static int virtscsi_device_alloc(struct scsi_device *sdevice) argument
684 sdevice->sdev_bflags = BLIST_TRY_VPD_PAGES;

Completed in 149 milliseconds