| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-designware.c | 99 int dw_pcie_read(void __iomem *addr, int size, u32 *val) in dw_pcie_read() 121 int dw_pcie_write(void __iomem *addr, int size, u32 val) in dw_pcie_write() 142 u32 val; in dw_pcie_read_dbi() local 155 void dw_pcie_write_dbi(struct dw_pcie *pci, u32 reg, size_t size, u32 val) in dw_pcie_write_dbi() 170 void dw_pcie_write_dbi2(struct dw_pcie *pci, u32 reg, size_t size, u32 val) in dw_pcie_write_dbi2() 187 u32 val; in dw_pcie_readl_atu() local 199 static void dw_pcie_writel_atu(struct dw_pcie *pci, u32 reg, u32 val) in dw_pcie_writel_atu() 221 u32 val) in dw_pcie_writel_ob_unroll() 233 u32 retries, val; in dw_pcie_prog_outbound_atu_unroll() local 272 u32 retries, val; in __dw_pcie_prog_outbound_atu() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_io.c | 60 #define rtw_le16_to_cpu(val) val argument 61 #define rtw_le32_to_cpu(val) val argument 62 #define rtw_cpu_to_le16(val) val argument 63 #define rtw_cpu_to_le32(val) val argument 65 #define rtw_le16_to_cpu(val) le16_to_cpu(val) argument 66 #define rtw_le32_to_cpu(val) le32_to_cpu(val) argument 67 #define rtw_cpu_to_le16(val) cpu_to_le16(val) argument 68 #define rtw_cpu_to_le32(val) cpu_to_le32(val) argument 118 int _rtw_write8(_adapter *adapter, u32 addr, u8 val) in _rtw_write8() 133 int _rtw_write16(_adapter *adapter, u32 addr, u16 val) in _rtw_write16() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_io.c | 55 #define rtw_le16_to_cpu(val) val argument 56 #define rtw_le32_to_cpu(val) val argument 57 #define rtw_cpu_to_le16(val) val argument 58 #define rtw_cpu_to_le32(val) val argument 60 #define rtw_le16_to_cpu(val) le16_to_cpu(val) argument 61 #define rtw_le32_to_cpu(val) le32_to_cpu(val) argument 62 #define rtw_cpu_to_le16(val) cpu_to_le16(val) argument 63 #define rtw_cpu_to_le32(val) cpu_to_le32(val) argument 107 int _rtw_write8(_adapter *adapter, u32 addr, u8 val) in _rtw_write8() 120 int _rtw_write16(_adapter *adapter, u32 addr, u16 val) in _rtw_write16() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_io.c | 60 #define rtw_le16_to_cpu(val) val argument 61 #define rtw_le32_to_cpu(val) val argument 62 #define rtw_cpu_to_le16(val) val argument 63 #define rtw_cpu_to_le32(val) val argument 65 #define rtw_le16_to_cpu(val) le16_to_cpu(val) argument 66 #define rtw_le32_to_cpu(val) le32_to_cpu(val) argument 67 #define rtw_cpu_to_le16(val) cpu_to_le16(val) argument 68 #define rtw_cpu_to_le32(val) cpu_to_le32(val) argument 118 int _rtw_write8(_adapter *adapter, u32 addr, u8 val) in _rtw_write8() 133 int _rtw_write16(_adapter *adapter, u32 addr, u16 val) in _rtw_write16() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | inpainting.hpp | 70 virtual void setRadius(int val) { radius_ = val; } in setRadius() 73 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() 81 virtual void setFrames(const std::vector<Mat> &val) { frames_ = &val; } in setFrames() 84 virtual void setMotions(const std::vector<Mat> &val) { motions_ = &val; } in setMotions() 87 virtual void setStabilizedFrames(const std::vector<Mat> &val) { stabilizedFrames_ = &val; } in setStabilizedFrames() 90 …virtual void setStabilizationMotions(const std::vector<Mat> &val) { stabilizationMotions_ = &val; } in setStabilizationMotions() 132 void setStdevThresh(float val) { stdevThresh_ = val; } in setStdevThresh() 146 void setOptFlowEstimator(Ptr<IDenseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOptFlowEstimator() 149 void setFlowErrorThreshold(float val) { flowErrorThreshold_ = val; } in setFlowErrorThreshold() 152 void setDistThreshold(float val) { distThresh_ = val; } in setDistThreshold() [all …]
|
| H A D | global_motion.hpp | 106 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() 136 void setRansacParams(const RansacParams &val) { ransacParams_ = val; } in setRansacParams() 139 void setMinInlierRatio(float val) { minInlierRatio_ = val; } in setMinInlierRatio() 180 virtual void setMotionModel(MotionModel val) { motionModel_ = val; } in setMotionModel() 208 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() 226 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() 229 void setDetector(Ptr<FeatureDetector> val) { detector_ = val; } in setDetector() 232 void setOpticalFlowEstimator(Ptr<ISparseOptFlowEstimator> val) { optFlowEstimator_ = val; } in setOpticalFlowEstimator() 235 void setOutlierRejector(Ptr<IOutlierRejector> val) { outlierRejector_ = val; } in setOutlierRejector() 260 …virtual void setMotionModel(MotionModel val) CV_OVERRIDE { motionEstimator_->setMotionModel(val); } in setMotionModel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | coex.c | 48 u8 val; in mac_coex_init() local 261 u32 val, ret, status; in mac_get_gnt() local 293 u32 val, ret; in mac_cfg_gnt() local 354 u16 val; in mac_cfg_plt() local 396 const u32 offset, u32 *val) in mac_read_coex_reg() 411 const u32 offset, const u32 val) in mac_write_coex_reg() 425 void mac_cfg_sb(struct mac_ax_adapter *adapter, u32 val) in mac_cfg_sb() 447 u8 val = MAC_REG_R8(R_AX_SYS_SDIO_CTRL + 3); in mac_cfg_ctrl_path() local 458 u8 val = MAC_REG_R8(R_AX_SYS_SDIO_CTRL + 3); in mac_get_ctrl_path() local 470 u8 val; in mac_get_bt_polt_cnt() local [all …]
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/ |
| H A D | omap.h | 59 #define OMAP2420_CORE_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0030) (val) argument 60 #define OMAP2430_CORE_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2030) (val) argument 61 #define OMAP3_CORE1_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2030) (val) argument 62 #define OMAP3430_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25d8) (val) argument 63 #define OMAP3630_CORE2_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x25a0) (val) argument 64 #define OMAP3_WKUP_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x2a00) (val) argument 65 #define DM814X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) argument 66 #define DM816X_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) argument 67 #define AM33XX_IOPAD(pa, val) OMAP_IOPAD_OFFSET((pa), 0x0800) (val) (0) argument 76 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | coex.c | 48 u8 val; in mac_coex_init() local 261 u32 val, ret, status; in mac_get_gnt() local 293 u32 val, ret; in mac_cfg_gnt() local 354 u16 val; in mac_cfg_plt() local 396 const u32 offset, u32 *val) in mac_read_coex_reg() 411 const u32 offset, const u32 val) in mac_write_coex_reg() 425 void mac_cfg_sb(struct mac_ax_adapter *adapter, u32 val) in mac_cfg_sb() 447 u8 val = MAC_REG_R8(R_AX_SYS_SDIO_CTRL + 3); in mac_cfg_ctrl_path() local 458 u8 val = MAC_REG_R8(R_AX_SYS_SDIO_CTRL + 3); in mac_get_ctrl_path() local 470 u8 val; in mac_get_bt_polt_cnt() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | d11_cfg.h | 24 #define D11REV_IS(var, val) ((var) == (val)) argument 25 #define D11REV_GE(var, val) ((var) >= (val)) argument 26 #define D11REV_GT(var, val) ((var) > (val)) argument 27 #define D11REV_LT(var, val) ((var) < (val)) argument 28 #define D11REV_LE(var, val) ((var) <= (val)) argument 30 #define D11MINORREV_IS(var, val) ((var) == (val)) argument 31 #define D11MINORREV_GE(var, val) ((var) >= (val)) argument 32 #define D11MINORREV_GT(var, val) ((var) > (val)) argument 33 #define D11MINORREV_LT(var, val) ((var) < (val)) argument 34 #define D11MINORREV_LE(var, val) ((var) <= (val)) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | warp_shuffle.hpp | 60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl() 68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() 76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl() 92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down() 100 …__device__ __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width … in shfl_down() 108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down() 124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up() 132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up() 140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | warp_shuffle.hpp | 60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl() 68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() 76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl() 92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down() 100 …__device__ __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width … in shfl_down() 108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down() 124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up() 132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up() 140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | warp_shuffle.hpp | 60 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl() 68 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() 76 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl() 92 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down() 100 …__device__ __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width … in shfl_down() 108 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down() 124 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up() 132 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up() 140 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iomap.c | 179 #define pio_write16be(val,port) outw(swab16(val),port) argument 180 #define pio_write32be(val,port) outl(swab32(val),port) argument 184 #define mmio_write16be(val,port) writew(swab16(val),port) argument 185 #define mmio_write32be(val,port) writel(swab32(val),port) argument 186 #define mmio_write64be(val,port) writeq(swab64(val),port) argument 189 void iowrite8(u8 val, void __iomem *addr) in iowrite8() 193 void iowrite16(u16 val, void __iomem *addr) in iowrite16() 197 void iowrite16be(u16 val, void __iomem *addr) in iowrite16be() 201 void iowrite32(u32 val, void __iomem *addr) in iowrite32() 205 void iowrite32be(u32 val, void __iomem *addr) in iowrite32be() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cfg.cpp | 60 static MPP_RET mpp_cfg_set(MppCfgInfoNode *info, void *cfg, void *val) in mpp_cfg_set() 69 static MPP_RET mpp_cfg_get(MppCfgInfoNode *info, void *cfg, void *val) in mpp_cfg_get() 75 static MPP_RET mpp_cfg_set_s32(MppCfgInfoNode *info, void *cfg, RK_S32 val) in mpp_cfg_set_s32() 90 static MPP_RET mpp_cfg_get_s32(MppCfgInfoNode *info, void *cfg, RK_S32 *val) in mpp_cfg_get_s32() 95 static MPP_RET mpp_cfg_set_u32(MppCfgInfoNode *info, void *cfg, RK_U32 val) in mpp_cfg_set_u32() 110 static MPP_RET mpp_cfg_get_u32(MppCfgInfoNode *info, void *cfg, RK_U32 *val) in mpp_cfg_get_u32() 115 static MPP_RET mpp_cfg_set_s64(MppCfgInfoNode *info, void *cfg, RK_S64 val) in mpp_cfg_set_s64() 130 static MPP_RET mpp_cfg_get_s64(MppCfgInfoNode *info, void *cfg, RK_S64 *val) in mpp_cfg_get_s64() 135 static MPP_RET mpp_cfg_set_u64(MppCfgInfoNode *info, void *cfg, RK_U64 val) in mpp_cfg_set_u64() 150 static MPP_RET mpp_cfg_get_u64(MppCfgInfoNode *info, void *cfg, RK_U64 *val) in mpp_cfg_get_u64() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | davinci-mcasp.h | 131 #define TXROT(val) (val) argument 133 #define TXSSZ(val) (val<<4) argument 134 #define TXPBIT(val) (val<<8) argument 135 #define TXPAD(val) (val<<13) argument 137 #define FSXDLY(val) (val<<16) argument 142 #define RXROT(val) (val) argument 144 #define RXSSZ(val) (val<<4) argument 145 #define RXPBIT(val) (val<<8) argument 146 #define RXPAD(val) (val<<13) argument 148 #define FSRDLY(val) (val<<16) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | iomap.c | 76 void iowrite8(u8 val, void __iomem *addr) in iowrite8() 80 void iowrite16(u16 val, void __iomem *addr) in iowrite16() 84 void iowrite16be(u16 val, void __iomem *addr) in iowrite16be() 88 void iowrite32(u32 val, void __iomem *addr) in iowrite32() 92 void iowrite32be(u32 val, void __iomem *addr) in iowrite32be() 102 void iowrite64(u64 val, void __iomem *addr) in iowrite64() 106 void iowrite64_lo_hi(u64 val, void __iomem *addr) in iowrite64_lo_hi() 110 void iowrite64_hi_lo(u64 val, void __iomem *addr) in iowrite64_hi_lo() 114 void iowrite64be(u64 val, void __iomem *addr) in iowrite64be() 118 void iowrite64be_lo_hi(u64 val, void __iomem *addr) in iowrite64be_lo_hi() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | virtio_byteorder.h | 16 static inline u16 __virtio16_to_cpu(bool little_endian, __virtio16 val) in __virtio16_to_cpu() 24 static inline __virtio16 __cpu_to_virtio16(bool little_endian, u16 val) in __cpu_to_virtio16() 32 static inline u32 __virtio32_to_cpu(bool little_endian, __virtio32 val) in __virtio32_to_cpu() 40 static inline __virtio32 __cpu_to_virtio32(bool little_endian, u32 val) in __cpu_to_virtio32() 48 static inline u64 __virtio64_to_cpu(bool little_endian, __virtio64 val) in __virtio64_to_cpu() 56 static inline __virtio64 __cpu_to_virtio64(bool little_endian, u64 val) in __cpu_to_virtio64()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-sun4i.c | 30 #define TIMER_IRQ_EN(val) BIT(val) argument 32 #define TIMER_CTL_REG(val) (0x10 * val + 0x10) argument 35 #define TIMER_CTL_CLK_SRC(val) (((val) & 0x3) << 2) argument 37 #define TIMER_CTL_CLK_PRES(val) (((val) & 0x7) << 4) argument 39 #define TIMER_INTVAL_REG(val) (0x10 * (val) + 0x14) argument 40 #define TIMER_CNTVAL_REG(val) (0x10 * (val) + 0x18) argument 60 u32 val = readl(base + TIMER_CTL_REG(timer)); in sun4i_clkevt_time_stop() local 74 u32 val = readl(base + TIMER_CTL_REG(timer)); in sun4i_clkevt_time_start() local 172 u32 val; in sun4i_timer_init() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/ |
| H A D | dsi.xml.h | 113 static inline uint32_t DSI_6G_HW_VERSION_MAJOR(uint32_t val) in DSI_6G_HW_VERSION_MAJOR() 119 static inline uint32_t DSI_6G_HW_VERSION_MINOR(uint32_t val) in DSI_6G_HW_VERSION_MINOR() 125 static inline uint32_t DSI_6G_HW_VERSION_STEP(uint32_t val) in DSI_6G_HW_VERSION_STEP() 180 static inline uint32_t DSI_VID_CFG0_VIRT_CHANNEL(uint32_t val) in DSI_VID_CFG0_VIRT_CHANNEL() 186 static inline uint32_t DSI_VID_CFG0_DST_FORMAT(enum dsi_vid_dst_format val) in DSI_VID_CFG0_DST_FORMAT() 192 static inline uint32_t DSI_VID_CFG0_TRAFFIC_MODE(enum dsi_traffic_mode val) in DSI_VID_CFG0_TRAFFIC_MODE() 209 static inline uint32_t DSI_VID_CFG1_RGB_SWAP(enum dsi_rgb_swap val) in DSI_VID_CFG1_RGB_SWAP() 217 static inline uint32_t DSI_ACTIVE_H_START(uint32_t val) in DSI_ACTIVE_H_START() 223 static inline uint32_t DSI_ACTIVE_H_END(uint32_t val) in DSI_ACTIVE_H_END() 231 static inline uint32_t DSI_ACTIVE_V_START(uint32_t val) in DSI_ACTIVE_V_START() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | es7243e.c | 590 u8 val = 0; in es7243e_micboost1_setting_get() local 610 u8 val = 0; in es7243e_micboost2_setting_get() local 630 u8 val = 0; in es7243e_adc1_mute_get() local 650 u8 val = 0; in es7243e_adc2_mute_get() local 660 u8 val = 0; in es7243e_adc1adc2_suspend_get() local 709 u8 val = 0; in es7243e_micboost3_setting_get() local 729 u8 val = 0; in es7243e_micboost4_setting_get() local 749 u8 val = 0; in es7243e_adc3_mute_get() local 769 u8 val = 0; in es7243e_adc4_mute_get() local 779 u8 val = 0; in es7243e_adc3adc4_suspend_get() local [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | ti_am335x_tscadc.h | 51 #define STEPENB(val) ((val) << 0) argument 52 #define ENB(val) (1 << (val)) argument 69 #define STEPCONFIG_MODE(val) ((val) << 0) argument 73 #define STEPCONFIG_AVG(val) ((val) << 2) argument 81 #define STEPCONFIG_RFP(val) ((val) << 12) argument 84 #define STEPCONFIG_INM(val) ((val) << 15) argument 87 #define STEPCONFIG_INP(val) ((val) << 19) argument 91 #define STEPCONFIG_RFM(val) ((val) << 23) argument 96 #define STEPDELAY_OPEN(val) ((val) << 0) argument 99 #define STEPDELAY_SAMPLE(val) ((val) << 24) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | bcm63xx_uart.c | 90 unsigned int val; in bcm_uart_tx_empty() local 101 unsigned int val; in bcm_uart_set_mctrl() local 125 unsigned int val, mctrl; in bcm_uart_get_mctrl() local 145 unsigned int val; in bcm_uart_stop_tx() local 161 unsigned int val; in bcm_uart_start_tx() local 177 unsigned int val; in bcm_uart_stop_rx() local 189 unsigned int val; in bcm_uart_enable_ms() local 202 unsigned int val; in bcm_uart_break_ctl() local 245 unsigned int val; in bcm_uart_do_rx() local 309 unsigned int val, max_count; in bcm_uart_do_tx() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-is-param.c | 320 void __is_set_isp_awb(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_awb() 347 void __is_set_isp_iso(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_iso() 361 void __is_set_isp_adjust(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_adjust() 408 void __is_set_isp_metering(struct fimc_is *is, u32 id, u32 val) in __is_set_isp_metering() 443 void __is_set_isp_afc(struct fimc_is *is, u32 cmd, u32 val) in __is_set_isp_afc() 457 void __is_set_drc_control(struct fimc_is *is, u32 val) in __is_set_drc_control() 469 void __is_set_fd_control(struct fimc_is *is, u32 val) in __is_set_fd_control() 484 void __is_set_fd_config_maxface(struct fimc_is *is, u32 val) in __is_set_fd_config_maxface() 504 void __is_set_fd_config_rollangle(struct fimc_is *is, u32 val) in __is_set_fd_config_rollangle() 524 void __is_set_fd_config_yawangle(struct fimc_is *is, u32 val) in __is_set_fd_config_yawangle() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | adp5061.c | 145 static int adp5061_get_array_index(const int *array, u8 size, int val) in adp5061_get_array_index() 176 union power_supply_propval *val) in adp5061_get_input_current_limit() 191 static int adp5061_set_input_current_limit(struct adp5061_state *st, int val) in adp5061_set_input_current_limit() 208 static int adp5061_set_min_voltage(struct adp5061_state *st, int val) in adp5061_set_min_voltage() 226 union power_supply_propval *val) in adp5061_get_min_voltage() 242 union power_supply_propval *val) in adp5061_get_chg_volt_lim() 258 union power_supply_propval *val) in adp5061_get_max_voltage() 276 static int adp5061_set_max_voltage(struct adp5061_state *st, int val) in adp5061_set_max_voltage() 297 static int adp5061_set_const_chg_vmax(struct adp5061_state *st, int val) in adp5061_set_const_chg_vmax() 314 static int adp5061_set_const_chg_current(struct adp5061_state *st, int val) in adp5061_set_const_chg_current() [all …]
|