/openbmc/linux/include/linux/ |
H A D | nvmem-consumer.h | 59 int nvmem_cell_read_u8(struct device *dev, const char *cell_id, u8 *val); 60 int nvmem_cell_read_u16(struct device *dev, const char *cell_id, u16 *val); 61 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val); 62 int nvmem_cell_read_u64(struct device *dev, const char *cell_id, u64 *val); 63 int nvmem_cell_read_variable_le_u32(struct device *dev, const char *cell_id, 65 int nvmem_cell_read_variable_le_u64(struct device *dev, const char *cell_id, 132 const char *cell_id, u16 *val) in nvmem_cell_read_u16() argument 138 const char *cell_id, u32 *val) in nvmem_cell_read_u32() argument 144 const char *cell_id, u64 *val) in nvmem_cell_read_u64() argument 150 const char *cell_id, in nvmem_cell_read_variable_le_u32() argument [all …]
|
/openbmc/linux/drivers/nvmem/ |
H A D | core.c | 634 if (strcmp(cell_id, iter->name) == 0) { in nvmem_find_cell_entry_by_name() 1768 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_common() 1798 int nvmem_cell_read_u8(struct device *dev, const char *cell_id, u8 *val) in nvmem_cell_read_u8() argument 1800 return nvmem_cell_read_common(dev, cell_id, val, sizeof(*val)); in nvmem_cell_read_u8() 1815 return nvmem_cell_read_common(dev, cell_id, val, sizeof(*val)); in nvmem_cell_read_u16() 1830 return nvmem_cell_read_common(dev, cell_id, val, sizeof(*val)); in nvmem_cell_read_u32() 1845 return nvmem_cell_read_common(dev, cell_id, val, sizeof(*val)); in nvmem_cell_read_u64() 1850 const char *cell_id, in nvmem_cell_read_variable_common() argument 1857 cell = nvmem_cell_get(dev, cell_id); in nvmem_cell_read_variable_common() 1898 buf = nvmem_cell_read_variable_common(dev, cell_id, sizeof(*val), &len); in nvmem_cell_read_variable_le_u32() [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_dvbt.h | 68 u16 cell_id; member
|
H A D | cxd2880_dvbt2.h | 308 u16 cell_id; member
|
H A D | cxd2880_tnrdmd_dvbt_mon.c | 284 info->cell_id = (rdata[3] << 8) | rdata[4]; in cxd2880_tnrdmd_dvbt_mon_tps_info()
|
H A D | cxd2880_tnrdmd_dvbt2_mon.c | 274 l1_pre->cell_id = (data[18] << 8); in cxd2880_tnrdmd_dvbt2_mon_l1_pre() 275 l1_pre->cell_id |= (data[19]); in cxd2880_tnrdmd_dvbt2_mon_l1_pre()
|
/openbmc/linux/drivers/media/common/siano/ |
H A D | smsdvb.h | 73 u32 cell_id; member
|
H A D | smscoreapi.h | 747 u32 cell_id; /* TPS Cell ID in bits 15..0, bits 31..16 zero; member 937 u32 cell_id; /* TPS Cell ID in bits 15..0, bits 31..16 zero; member 1038 u32 cell_id; member
|
H A D | smsdvb-debugfs.c | 86 n += sysfs_emit_at(buf, n, "cell_id = %d\n", p->cell_id); in smsdvb_print_dvb_stats()
|
/openbmc/linux/drivers/thermal/ |
H A D | sprd_thermal.c | 121 static int sprd_thm_cal_read(struct device_node *np, const char *cell_id, in sprd_thm_cal_read() argument 128 cell = of_nvmem_cell_get(np, cell_id); in sprd_thm_cal_read()
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1125 u16 cell_id; /*< Cell id */ member
|