/drivers/net/ethernet/hisilicon/hns/ |
D | hnae.h | 474 struct hnae_buf_ops *bops; /* operation for the buffer */ member 481 u32 port_id, struct hnae_buf_ops *bops); 500 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local 503 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map() 507 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map() 514 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map() 533 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach() 539 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local 546 bops->free_buffer(ring, cb); in hnae_free_buffer_detach() 553 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local [all …]
|
D | hnae.c | 322 struct hnae_buf_ops *bops) in hnae_get_handle() argument 341 handle->bops = bops ? bops : &hnae_bops; in hnae_get_handle()
|
/drivers/staging/iio/adc/ |
D | ad7606_ring.c | 57 ret = st->bops->read_block(st->dev, 1, buf); in ad7606_poll_bh_to_ring() 69 ret = st->bops->read_block(st->dev, in ad7606_poll_bh_to_ring() 74 ret = st->bops->read_block(st->dev, in ad7606_poll_bh_to_ring()
|
D | ad7606.h | 69 const struct ad7606_bus_ops *bops; member 92 const struct ad7606_bus_ops *bops);
|
D | ad7606_core.c | 52 ret = st->bops->read_block(st->dev, 1, st->data); in ad7606_scan_direct() 61 ret = st->bops->read_block(st->dev, in ad7606_scan_direct() 66 ret = st->bops->read_block(st->dev, in ad7606_scan_direct() 468 const struct ad7606_bus_ops *bops) in ad7606_probe() argument 482 st->bops = bops; in ad7606_probe()
|
/drivers/misc/ |
D | ad525x_dpot-i2c.c | 45 static const struct ad_dpot_bus_ops bops = { variable 59 .bops = &bops, in ad_dpot_i2c_probe()
|
D | ad525x_dpot-spi.c | 74 static const struct ad_dpot_bus_ops bops = { variable 86 .bops = &bops, in ad_dpot_spi_probe()
|
D | ad525x_dpot.c | 99 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8() 104 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8() 109 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16() 114 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8() 119 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val); in dpot_write_r8d8() 124 return dpot->bdata.bops->write_r8d16(dpot->bdata.client, reg, val); in dpot_write_r8d16()
|
D | ad525x_dpot.h | 208 const struct ad_dpot_bus_ops *bops; member
|
/drivers/input/touchscreen/ |
D | ad7879.c | 108 const struct ad7879_bus_ops *bops; member 140 return ts->bops->read(ts->dev, reg); in ad7879_read() 145 return ts->bops->multi_read(ts->dev, first_reg, count, buf); in ad7879_multi_read() 150 return ts->bops->write(ts->dev, reg, val); in ad7879_write() 489 const struct ad7879_bus_ops *bops) in ad7879_probe() argument 516 ts->bops = bops; in ad7879_probe() 538 input_dev->id.bustype = bops->bustype; in ad7879_probe()
|
D | ad7879.h | 27 const struct ad7879_bus_ops *bops);
|
/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 97 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member 114 return (r >= (sizeof(brb->bops) / sizeof(*brb->bops))) ? 0 : r; in brb_next() 130 bop = brb->bops + brb->end; in brb_push() 146 bop = brb->bops + brb->begin; in brb_peek() 314 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count() 355 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
|
/drivers/input/misc/ |
D | adxl34x.c | 181 #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 242 ac->bops->read_block(ac->dev, DATAX0, DATAZ1 - DATAX0 + 1, buf); in adxl34x_get_triple() 693 const struct adxl34x_bus_ops *bops) in adxl34x_probe() argument 729 ac->bops = bops; in adxl34x_probe() 754 input_dev->id.bustype = bops->bustype; in adxl34x_probe()
|
D | cma3000_d0x.c | 285 const struct cma3000_bus_ops *bops) in cma3000_init() argument 315 data->bus_ops = bops; in cma3000_init() 335 input_dev->id.bustype = bops->bustype; in cma3000_init()
|
D | cma3000_d0x.h | 37 const struct cma3000_bus_ops *bops);
|
D | adxl34x.h | 27 const struct adxl34x_bus_ops *bops);
|