Searched refs:bops (Results 1 – 14 of 14) sorted by relevance
| /drivers/iio/adc/ |
| A D | ad7606_spi.c | 404 .bops = &ad7606_spi_bops, 409 .bops = &ad7606_spi_bops, 414 .bops = &ad7606_spi_bops, 419 .bops = &ad7606_spi_bops, 424 .bops = &ad7606b_spi_bops, 429 .bops = &ad7606b_spi_bops, 434 .bops = &ad7606c_18_spi_bops, 439 .bops = &ad7607_spi_bops, 444 .bops = &ad7608_spi_bops, 449 .bops = &ad7608_spi_bops, [all …]
|
| A D | ad7606.c | 538 ret = st->bops->reg_read(st, reg); in ad7606_reg_access() 1191 if (!st->bops->update_scan_mode) in ad7606_update_scan_mode() 1256 readval = st->bops->reg_read(st, addr); in ad7606_write_mask() 1331 if (st->bops->sw_mode_config) { in ad7616_sw_mode_setup() 1332 ret = st->bops->sw_mode_config(indio_dev); in ad7616_sw_mode_setup() 1365 if (!st->bops->sw_mode_config) in ad7606b_sw_mode_setup() 1368 return st->bops->sw_mode_config(indio_dev); in ad7606b_sw_mode_setup() 1492 const struct ad7606_bus_ops *bops) in ad7606_probe() argument 1510 st->bops = bops; in ad7606_probe() 1562 if (st->bops->offload_config) { in ad7606_probe() [all …]
|
| A D | ad7606.h | 144 const struct ad7606_bus_ops *bops; member 221 const struct ad7606_bus_ops *bops; member 226 const struct ad7606_bus_ops *bops);
|
| /drivers/net/ethernet/hisilicon/hns/ |
| A D | hnae.h | 560 struct hnae_buf_ops *bops; /* operation for the buffer */ member 569 struct hnae_buf_ops *bops); 589 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local 592 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map() 596 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map() 603 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map() 622 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach() 628 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local 635 bops->free_buffer(ring, cb); in hnae_free_buffer_detach() 642 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local [all …]
|
| A D | hnae.c | 328 struct hnae_buf_ops *bops) in hnae_get_handle() argument 347 handle->bops = bops ? bops : &hnae_bops; in hnae_get_handle()
|
| /drivers/misc/ |
| A D | ad525x_dpot-i2c.c | 44 static const struct ad_dpot_bus_ops bops = { variable 58 .bops = &bops, in ad_dpot_i2c_probe()
|
| A D | ad525x_dpot-spi.c | 73 static const struct ad_dpot_bus_ops bops = { variable 85 .bops = &bops, in ad_dpot_spi_probe()
|
| A D | ad525x_dpot.c | 98 return dpot->bdata.bops->read_d8(dpot->bdata.client); in dpot_read_d8() 103 return dpot->bdata.bops->read_r8d8(dpot->bdata.client, reg); in dpot_read_r8d8() 108 return dpot->bdata.bops->read_r8d16(dpot->bdata.client, reg); in dpot_read_r8d16() 113 return dpot->bdata.bops->write_d8(dpot->bdata.client, val); in dpot_write_d8() 118 return dpot->bdata.bops->write_r8d8(dpot->bdata.client, reg, val); in dpot_write_r8d8() 123 return dpot->bdata.bops->write_r8d16(dpot->bdata.client, reg, val); in dpot_write_r8d16()
|
| A D | ad525x_dpot.h | 207 const struct ad_dpot_bus_ops *bops; member
|
| /drivers/input/misc/ |
| A 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() 684 const struct adxl34x_bus_ops *bops) in adxl34x_probe() argument 720 ac->bops = bops; in adxl34x_probe() 743 input_dev->id.bustype = bops->bustype; in adxl34x_probe()
|
| A D | cma3000_d0x.c | 266 const struct cma3000_bus_ops *bops) in cma3000_init() argument 296 data->bus_ops = bops; in cma3000_init() 316 input_dev->id.bustype = bops->bustype; in cma3000_init()
|
| A D | adxl34x.h | 25 const struct adxl34x_bus_ops *bops);
|
| A D | cma3000_d0x.h | 26 const struct cma3000_bus_ops *bops);
|
| /drivers/md/persistent-data/ |
| A D | dm-space-map-metadata.c | 100 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member 118 return r >= ARRAY_SIZE(brb->bops) ? 0 : r; in brb_next() 134 bop = brb->bops + brb->end; in brb_push() 151 bop = brb->bops + brb->begin; in brb_peek() 317 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count() 358 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
|
Completed in 43 milliseconds