Home
last modified time | relevance | path

Searched refs:bops (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/iio/adc/
Dad7606_spi.c138 st->d16[0] = cpu_to_be16(st->bops->rd_wr_cmd(addr, 0) << 8); in ad7606_spi_reg_read()
153 st->d16[0] = cpu_to_be16((st->bops->rd_wr_cmd(addr, 1) << 8) | in ad7606_spi_reg_write()
166 readval = st->bops->reg_read(st, addr); in ad7606_spi_write_mask()
173 return st->bops->reg_write(st, addr, readval); in ad7606_spi_write_mask()
200 return st->bops->write_mask(st, ch_addr, AD7616_RANGE_CH_MSK(ch_index), in ad7616_write_scale_sw()
208 return st->bops->write_mask(st, AD7616_CONFIGURATION_REGISTER, in ad7616_write_os_sw()
243 return st->bops->write_mask(st, in ad7616_sw_mode_config()
272 st->bops->reg_write(st, in ad7606B_sw_mode_config()
310 const struct ad7606_bus_ops *bops; in ad7606_spi_probe() local
314 bops = &ad7616_spi_bops; in ad7606_spi_probe()
[all …]
Dad7606.c73 ret = st->bops->reg_read(st, reg); in ad7606_reg_access()
79 ret = st->bops->reg_write(st, reg, writeval); in ad7606_reg_access()
103 ret = st->bops->read_block(st->dev, 1, data); in ad7606_read_samples()
116 return st->bops->read_block(st->dev, num, data); in ad7606_read_samples()
569 const struct ad7606_bus_ops *bops) in ad7606_probe() argument
584 st->bops = bops; in ad7606_probe()
649 if (st->bops->sw_mode_config) in ad7606_probe()
662 ret = st->bops->sw_mode_config(indio_dev); in ad7606_probe()
Dad7606.h96 const struct ad7606_bus_ops *bops; member
154 const struct ad7606_bus_ops *bops);
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhnae.h566 struct hnae_buf_ops *bops; /* operation for the buffer */ member
575 struct hnae_buf_ops *bops);
595 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local
598 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
602 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map()
609 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map()
628 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach()
634 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local
641 bops->free_buffer(ring, cb); in hnae_free_buffer_detach()
648 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local
[all …]
Dhnae.c326 struct hnae_buf_ops *bops) in hnae_get_handle() argument
345 handle->bops = bops ? bops : &hnae_bops; in hnae_get_handle()
/Linux-v5.4/drivers/misc/
Dad525x_dpot-i2c.c44 static const struct ad_dpot_bus_ops bops = { variable
58 .bops = &bops, in ad_dpot_i2c_probe()
Dad525x_dpot-spi.c73 static const struct ad_dpot_bus_ops bops = { variable
85 .bops = &bops, in ad_dpot_spi_probe()
Dad525x_dpot.c98 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()
Dad525x_dpot.h207 const struct ad_dpot_bus_ops *bops; member
/Linux-v5.4/drivers/input/misc/
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
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()
Dcma3000_d0x.h26 const struct cma3000_bus_ops *bops);
Dadxl34x.h27 const struct adxl34x_bus_ops *bops);
Dcma3000_d0x.c274 const struct cma3000_bus_ops *bops) in cma3000_init() argument
304 data->bus_ops = bops; in cma3000_init()
324 input_dev->id.bustype = bops->bustype; in cma3000_init()
/Linux-v5.4/drivers/md/persistent-data/
Ddm-space-map-metadata.c98 struct block_op bops[MAX_RECURSIVE_ALLOCATIONS + 1]; member
115 return r >= ARRAY_SIZE(brb->bops) ? 0 : r; in brb_next()
131 bop = brb->bops + brb->end; in brb_push()
147 bop = brb->bops + brb->begin; in brb_peek()
315 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_get_count()
356 struct block_op *op = smm->uncommitted.bops + i; in sm_metadata_count_is_more_than_one()
/Linux-v5.4/arch/mips/include/asm/
Dmips-r2-to-r6-emul.h19 u64 bops; member
/Linux-v5.4/arch/mips/kernel/
Dmips-r2-to-r6-emul.c787 MIPS_R2_STATS(bops); in clz_func()
812 MIPS_R2_STATS(bops); in clo_func()
839 MIPS_R2_STATS(bops); in dclz_func()
866 MIPS_R2_STATS(bops); in dclo_func()
2258 (unsigned long)__this_cpu_read(mipsr2emustats.bops), in mipsr2_emul_show()
2259 (unsigned long)__this_cpu_read(mipsr2bdemustats.bops)); in mipsr2_emul_show()
2318 __this_cpu_write((mipsr2emustats).bops, 0); in mipsr2_clear_show()
2319 __this_cpu_write((mipsr2bdemustats).bops, 0); in mipsr2_clear_show()
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c3003 const struct nft_set_ops *ops, *bops; in nft_select_set_ops() local
3020 bops = NULL; in nft_select_set_ops()
3048 } else if (est.size < best.size || !bops) { in nft_select_set_ops()
3058 if (bops != NULL) in nft_select_set_ops()
3059 module_put(to_set_type(bops)->owner); in nft_select_set_ops()
3061 bops = ops; in nft_select_set_ops()
3065 if (bops != NULL) in nft_select_set_ops()
3066 return bops; in nft_select_set_ops()