[go: nahoru, domu]

Searched refs:bops (Results 1 - 14 of 14) sorted by relevance

/drivers/input/misc/
H A Dadxl34x.h27 const struct adxl34x_bus_ops *bops);
H A Dcma3000_d0x.h37 const struct cma3000_bus_ops *bops);
H A Dcma3000_d0x.c285 const struct cma3000_bus_ops *bops)
315 data->bus_ops = bops;
335 input_dev->id.bustype = bops->bustype;
284 cma3000_init(struct device *dev, int irq, const struct cma3000_bus_ops *bops) argument
H A Dadxl34x.c181 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg))
182 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val))
209 const struct adxl34x_bus_ops *bops; member in struct:adxl34x
242 ac->bops->read_block(ac->dev, DATAX0, DATAZ1 - DATAX0 + 1, buf);
693 const struct adxl34x_bus_ops *bops)
729 ac->bops = bops;
754 input_dev->id.bustype = bops->bustype;
691 adxl34x_probe(struct device *dev, int irq, bool fifo_delay_default, const struct adxl34x_bus_ops *bops) argument
/drivers/staging/iio/adc/
H A Dad7606.h69 const struct ad7606_bus_ops *bops; member in struct:ad7606_state
92 const struct ad7606_bus_ops *bops);
H A Dad7606_ring.c57 ret = st->bops->read_block(st->dev, 1, buf);
69 ret = st->bops->read_block(st->dev,
74 ret = st->bops->read_block(st->dev,
H A Dad7606_core.c52 ret = st->bops->read_block(st->dev, 1, st->data);
61 ret = st->bops->read_block(st->dev,
66 ret = st->bops->read_block(st->dev,
465 const struct ad7606_bus_ops *bops)
479 st->bops = bops;
462 ad7606_probe(struct device *dev, int irq, void __iomem *base_address, unsigned id, const struct ad7606_bus_ops *bops) argument
/drivers/misc/
H A Dad525x_dpot-i2c.c45 static const struct ad_dpot_bus_ops bops = { variable in typeref:struct:ad_dpot_bus_ops
59 .bops = &bops,
H A Dad525x_dpot-spi.c70 static const struct ad_dpot_bus_ops bops = { variable in typeref:struct:ad_dpot_bus_ops
82 .bops = &bops,
H A Dad525x_dpot.c99 return dpot->bdata.bops->read_d8(dpot->bdata.client);
104 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg);
109 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg);
114 return dpot->bdata.bops->write_d8(dpot->bdata.client, val);
119 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val);
124 return dpot->bdata.bops->write_r8d16(dpot->bdata.client, reg, val);
H A Dad525x_dpot.h208 const struct ad_dpot_bus_ops *bops; member in struct:ad_dpot_bus_data
/drivers/input/touchscreen/
H A Dad7879.h27 const struct ad7879_bus_ops *bops);
H A Dad7879.c108 const struct ad7879_bus_ops *bops; member in struct:ad7879
140 return ts->bops->read(ts->dev, reg);
145 return ts->bops->multi_read(ts->dev, first_reg, count, buf);
150 return ts->bops->write(ts->dev, reg, val);
491 const struct ad7879_bus_ops *bops)
518 ts->bops = bops;
540 input_dev->id.bustype = bops->bustype;
490 ad7879_probe(struct device *dev, u8 devid, unsigned int irq, const struct ad7879_bus_ops *bops) argument
/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c97 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member in struct:bop_ring_buffer
114 return (r >= (sizeof(brb->bops) / sizeof(*brb->bops))) ? 0 : r;
130 bop = brb->bops + brb->end;
146 bop = brb->bops + brb->begin;
296 struct block_op *op = smm->uncommitted.bops + i;
337 struct block_op *op = smm->uncommitted.bops + i;

Completed in 130 milliseconds