/openbmc/linux/include/linux/ |
H A D | nvmem-provider.h | 127 nvmem_reg_write_t reg_write; member
|
H A D | regmap.h | 411 int (*reg_write)(void *context, unsigned int reg, unsigned int val); member 568 regmap_hw_reg_write reg_write; member
|
/openbmc/linux/sound/i2c/other/ |
H A D | ak4113.c | 29 static void reg_write(struct ak4113 *ak4113, unsigned char reg, in reg_write() function
|
H A D | ak4114.c | 27 static void reg_write(struct ak4114 *ak4114, unsigned char reg, unsigned char val) in reg_write() function
|
/openbmc/u-boot/drivers/spi/ |
H A D | mxc_spi.c | 35 #define reg_write(a, v) writel(v, a) macro
|
/openbmc/linux/drivers/media/pci/tw686x/ |
H A D | tw686x.h | 150 static inline void reg_write(struct tw686x_dev *dev, unsigned int reg, in reg_write() function
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tc90522.c | 46 reg_write(struct tc90522_state *state, const struct reg_val *regs, int num) in reg_write() function
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 25 void (*reg_write)(struct regmap_mmio_context *ctx, member
|
H A D | internal.h | 110 int (*reg_write)(void *context, unsigned int reg, unsigned int val); member
|
/openbmc/linux/drivers/firewire/ |
H A D | nosy.c | 216 reg_write(struct pcilynx *lynx, int offset, u32 data) in reg_write() function
|
/openbmc/linux/sound/firewire/ |
H A D | isight.c | 301 static int reg_write(struct isight *isight, int offset, __be32 value) in reg_write() function
|
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | core.c | 31 #define reg_write(r, v) writel(v, hci->base_regs + (r)) macro
|
/openbmc/linux/drivers/media/i2c/ |
H A D | mt9m001.c | 120 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write() function
|
H A D | rj54n1cb0c.c | 446 static int reg_write(struct i2c_client *client, const u16 reg, in reg_write() function
|
H A D | mt9m111.c | 139 #define reg_write(reg, val) mt9m111_reg_write(client, MT9M111_##reg, (val)) macro
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_workarounds.c | 405 static u32 reg_write(u32 old, u32 new, u32 rsvd) in reg_write() function
|
/openbmc/linux/drivers/media/pci/sta2x11/ |
H A D | sta2x11_vip.c | 204 static inline void reg_write(struct sta2x11_vip *vip, unsigned int reg, u32 val) in reg_write() function
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btmtksdio.c | 926 const struct reg_write_cmd reg_write = { in btmtksdio_mtk_reg_write() local
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | quartet.c | 394 static void reg_write(struct snd_ice1712 *ice, unsigned int reg, in reg_write() function
|
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | dw_drm_dsi.c | 314 u32 reg_write = 0x10000 + reg; in dsi_phy_tst_set() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/ |
H A D | dmub_srv.h | 318 void (*reg_write)(void *ctx, uint32_t address, uint32_t value); member
|
/openbmc/linux/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 179 void (*reg_write)(struct mtk_wed_device *dev, u32 reg, u32 val); member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 522 static inline ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_write() function
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smsc911x.c | 76 void (*reg_write)(struct smsc911x_data *pdata, u32 reg, u32 val); member
|
/openbmc/linux/drivers/media/platform/st/stm32/ |
H A D | stm32-dcmi.c | 185 static inline void reg_write(void __iomem *base, u32 reg, u32 val) in reg_write() function
|