Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7606.c538 ret = st->bops->reg_read(st, reg); in ad7606_reg_access()
544 return st->bops->reg_write(st, reg, writeval); in ad7606_reg_access()
628 return st->bops->read_block(st->dev, num, &st->data); in ad7606_read_samples()
724 ret = st->bops->reg_read(st, AD7606_CALIB_OFFSET(ch)); in ad7606_get_calib_offset()
739 ret = st->bops->reg_read(st, AD7606_CALIB_PHASE(ch)); in ad7606_get_calib_phase()
868 return st->bops->reg_write(st, AD7606_CALIB_OFFSET(ch), offset); in ad7606_set_calib_offset()
892 return st->bops->reg_write(st, AD7606_CALIB_PHASE(ch), wreg); in ad7606_set_calib_phase()
1191 if (!st->bops->update_scan_mode) in ad7606_update_scan_mode()
1194 return st->bops->update_scan_mode(indio_dev, scan_mask); in ad7606_update_scan_mode()
1256 readval = st->bops->reg_read(st, addr); in ad7606_write_mask()
[all …]
H A Dad7606.h144 const struct ad7606_bus_ops *bops; member
221 const struct ad7606_bus_ops *bops; member
226 const struct ad7606_bus_ops *bops);
/linux/drivers/misc/
H A Dad525x_dpot-i2c.c44 static const struct ad_dpot_bus_ops bops = { variable
58 .bops = &bops, in ad_dpot_i2c_probe()
H A Dad525x_dpot-spi.c73 static const struct ad_dpot_bus_ops bops = { variable
85 .bops = &bops, in ad_dpot_spi_probe()
H A Dad525x_dpot.c99 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()
H A Dad525x_dpot.h207 const struct ad_dpot_bus_ops *bops; member
/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c100 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()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c327 struct hnae_buf_ops *bops) in hnae_get_handle() argument
346 handle->bops = bops ? bops : &hnae_bops; in hnae_get_handle()
/linux/drivers/input/misc/
H A Dcma3000_d0x.c267 const struct cma3000_bus_ops *bops) in cma3000_init() argument
297 data->bus_ops = bops; in cma3000_init()
317 input_dev->id.bustype = bops->bustype; in cma3000_init()
H A Dadxl34x.h25 const struct adxl34x_bus_ops *bops);
H A Dcma3000_d0x.h26 const struct cma3000_bus_ops *bops);
/linux/arch/mips/kernel/
H A 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/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h19 u64 bops; member
/linux/net/netfilter/
H A Dnf_tables_api.c4589 const struct nft_set_ops *ops, *bops; in nft_select_set_ops() local
4597 bops = NULL; in nft_select_set_ops()
4626 } else if (est.size < best.size || !bops) { in nft_select_set_ops()
4634 bops = ops; in nft_select_set_ops()
4638 if (bops != NULL) in nft_select_set_ops()
4639 return bops; in nft_select_set_ops()