Home
last modified time | relevance | path

Searched refs:fs_table (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_shub.c59 .fs_table = {
114 .fs_table = {
592 const struct st_lsm6dsx_fs_table_entry *fs_table; in st_lsm6dsx_shub_set_full_scale() local
595 fs_table = &sensor->ext_info.settings->fs_table; in st_lsm6dsx_shub_set_full_scale()
596 if (!fs_table->reg.addr) in st_lsm6dsx_shub_set_full_scale()
599 for (i = 0; i < fs_table->fs_len; i++) { in st_lsm6dsx_shub_set_full_scale()
600 if (fs_table->fs_avl[i].gain == gain) in st_lsm6dsx_shub_set_full_scale()
604 if (i == fs_table->fs_len) in st_lsm6dsx_shub_set_full_scale()
607 err = st_lsm6dsx_shub_write_with_mask(sensor, fs_table->reg.addr, in st_lsm6dsx_shub_set_full_scale()
608 fs_table->reg.mask, in st_lsm6dsx_shub_set_full_scale()
[all …]
Dst_lsm6dsx_core.c154 .fs_table = {
256 .fs_table = {
422 .fs_table = {
597 .fs_table = {
813 .fs_table = {
1018 .fs_table = {
1197 .fs_table = {
1394 const struct st_lsm6dsx_fs_table_entry *fs_table; in st_lsm6dsx_set_full_scale() local
1398 fs_table = &sensor->hw->settings->fs_table[sensor->id]; in st_lsm6dsx_set_full_scale()
1399 for (i = 0; i < fs_table->fs_len; i++) { in st_lsm6dsx_set_full_scale()
[all …]
Dst_lsm6dsx.h249 struct st_lsm6dsx_fs_table_entry fs_table; member
309 struct st_lsm6dsx_fs_table_entry fs_table[2]; member
/kernel/linux/linux-5.10/fs/coda/
Dsysctl.c42 static struct ctl_table fs_table[] = { variable
54 fs_table_header = register_sysctl_table(fs_table); in coda_sysctl_init()
/kernel/linux/linux-5.10/kernel/
Dsysctl.c3210 static struct ctl_table fs_table[] = { variable
3460 .child = fs_table,
/kernel/linux/linux-5.10/fs/quota/
Ddquot.c2946 static struct ctl_table fs_table[] = { variable
2959 .child = fs_table,