Home
last modified time | relevance | path

Searched defs:reg_id (Results 1 – 25 of 25) sorted by relevance

/drivers/media/platform/s5p-tv/
Dmixer_reg.c22 static inline u32 vp_read(struct mxr_device *mdev, u32 reg_id) in vp_read()
27 static inline void vp_write(struct mxr_device *mdev, u32 reg_id, u32 val) in vp_write()
32 static inline void vp_write_mask(struct mxr_device *mdev, u32 reg_id, in vp_write_mask()
41 static inline u32 mxr_read(struct mxr_device *mdev, u32 reg_id) in mxr_read()
46 static inline void mxr_write(struct mxr_device *mdev, u32 reg_id, u32 val) in mxr_write()
51 static inline void mxr_write_mask(struct mxr_device *mdev, u32 reg_id, in mxr_write_mask()
459 int reg_id, const u8 *data, unsigned int size) in mxr_reg_vp_filter_set()
482 #define DUMPREG(reg_id) \ in mxr_reg_mxr_dump() argument
514 #define DUMPREG(reg_id) \ in mxr_reg_vp_dump() argument
Dsdo_drv.c76 void sdo_write_mask(struct sdo_device *sdev, u32 reg_id, u32 value, u32 mask) in sdo_write_mask()
84 void sdo_write(struct sdo_device *sdev, u32 reg_id, u32 value) in sdo_write()
90 u32 sdo_read(struct sdo_device *sdev, u32 reg_id) in sdo_read()
106 #define DBGREG(reg_id) \ in sdo_reg_debug() argument
Dhdmi_drv.c117 void hdmi_write(struct hdmi_device *hdev, u32 reg_id, u32 value) in hdmi_write()
123 void hdmi_write_mask(struct hdmi_device *hdev, u32 reg_id, u32 value, u32 mask) in hdmi_write_mask()
131 void hdmi_writeb(struct hdmi_device *hdev, u32 reg_id, u8 value) in hdmi_writeb()
137 void hdmi_writebn(struct hdmi_device *hdev, u32 reg_id, int n, u32 value) in hdmi_writebn()
151 static inline u32 hdmi_read(struct hdmi_device *hdev, u32 reg_id) in hdmi_read()
294 #define DUMPREG(reg_id) \ in hdmi_dumpregs() argument
/drivers/gpu/drm/exynos/
Dexynos_mixer.c142 static inline u32 vp_reg_read(struct mixer_resources *res, u32 reg_id) in vp_reg_read()
147 static inline void vp_reg_write(struct mixer_resources *res, u32 reg_id, in vp_reg_write()
153 static inline void vp_reg_writemask(struct mixer_resources *res, u32 reg_id, in vp_reg_writemask()
162 static inline u32 mixer_reg_read(struct mixer_resources *res, u32 reg_id) in mixer_reg_read()
167 static inline void mixer_reg_write(struct mixer_resources *res, u32 reg_id, in mixer_reg_write()
174 u32 reg_id, u32 val, u32 mask) in mixer_reg_writemask()
184 #define DUMPREG(reg_id) \ in mixer_regs_dump() argument
216 #define DUMPREG(reg_id) \ in vp_regs_dump() argument
250 int reg_id, const u8 *data, unsigned int size) in vp_filter_set()
Dexynos_hdmi.c610 static inline u32 hdmi_reg_read(struct hdmi_context *hdata, u32 reg_id) in hdmi_reg_read()
616 u32 reg_id, u8 value) in hdmi_reg_writeb()
622 u32 reg_id, u32 value, u32 mask) in hdmi_reg_writemask()
673 #define DUMPREG(reg_id) \ in hdmi_v13_regs_dump() argument
762 #define DUMPREG(reg_id) \ in hdmi_v14_regs_dump() argument
/drivers/regulator/
Ds5m8767.c169 static int s5m8767_get_register(struct s5m8767_info *s5m8767, int reg_id, in s5m8767_get_register()
213 static int s5m8767_get_vsel_reg(int reg_id, struct s5m8767_info *s5m8767) in s5m8767_get_vsel_reg()
303 int reg_id = rdev_get_id(rdev); in s5m8767_set_voltage_sel() local
350 int reg_id = rdev_get_id(rdev); in s5m8767_set_voltage_time_sel() local
Dmax14577.c289 int reg_id) in max14577_get_regmap()
Dvirtual.c290 char *reg_id = dev_get_platdata(&pdev->dev); in regulator_virtual_probe() local
/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c57 u64 *reg_id) in mlx4_QP_FLOW_STEERING_ATTACH()
977 struct mlx4_net_trans_rule *rule, u64 *reg_id) in mlx4_flow_attach()
1015 int mlx4_flow_detach(struct mlx4_dev *dev, u64 reg_id) in mlx4_flow_detach()
1028 int port, int qpn, u16 prio, u64 *reg_id) in mlx4_tunnel_steer_add()
1341 enum mlx4_protocol prot, u64 *reg_id) in mlx4_trans_to_dmfs_attach()
1380 enum mlx4_protocol prot, u64 *reg_id) in mlx4_multicast_attach()
1409 enum mlx4_protocol prot, u64 reg_id) in mlx4_multicast_detach()
Den_netdev.c116 u64 reg_id; /* Flow steering API id */ member
474 int qpn, u64 *reg_id) in mlx4_en_tunnel_steer_add()
493 unsigned char *mac, int *qpn, u64 *reg_id) in mlx4_en_uc_steer_add()
545 unsigned char *mac, int qpn, u64 reg_id) in mlx4_en_uc_steer_release()
578 u64 reg_id; in mlx4_en_get_qp() local
Dresource_tracker.c88 u64 reg_id; member
3735 enum mlx4_steer_type steer, u64 reg_id) in add_mcg_res()
3763 enum mlx4_steer_type steer, u64 *reg_id) in rem_mcg_res()
3785 enum mlx4_steer_type type, u64 *reg_id) in qp_attach()
3812 enum mlx4_steer_type type, u64 reg_id) in qp_detach()
3855 u64 reg_id = 0; in mlx4_QP_ATTACH_wrapper() local
Den_ethtool.c931 u64 reg_id; in mlx4_en_flow_replace() local
Dmlx4_en.h471 u64 reg_id; member
624 u64 reg_id; member
/drivers/gpu/drm/sti/
Dsti_mixer.c61 static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id) in sti_mixer_reg_read()
67 u32 reg_id, u32 val) in sti_mixer_reg_write()
/drivers/infiniband/hw/mlx4/
Dmain.c847 u64 reg_id; member
1017 u64 *reg_id) in __mlx4_ib_create_flow()
1097 static int __mlx4_ib_destroy_flow(struct mlx4_dev *dev, u64 reg_id) in __mlx4_ib_destroy_flow()
1110 u64 *reg_id) in mlx4_ib_tunnel_steer_add()
1222 u64 reg_id; in mlx4_ib_mcg_attach() local
1287 u64 reg_id = 0; in mlx4_ib_mcg_detach() local
Dmlx4_ib.h140 u64 reg_id[2]; member
295 u64 reg_id; member
/drivers/net/wireless/rt2x00/
Drt2500usb.c925 u8 reg_id; in rt2500usb_init_bbp() local
Drt2500pci.c1066 u8 reg_id; in rt2500pci_init_bbp() local
Drt2400pci.c928 u8 reg_id; in rt2400pci_init_bbp() local
Drt73usb.c1313 u8 reg_id; in rt73usb_init_bbp() local
Drt61pci.c1666 u8 reg_id; in rt61pci_init_bbp() local
Drt2800lib.c5659 u8 reg_id; in rt2800_init_bbp() local
/drivers/net/can/
Dflexcan.c697 u32 reg_ctrl, reg_id; in flexcan_read_fifo() local
/drivers/net/wireless/ath/ath5k/
Dphy.c194 u32 val, u8 reg_id, bool set) in ath5k_hw_rfb_op()
/drivers/scsi/lpfc/
Dlpfc_bsg.c57 uint32_t reg_id; member