| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 146 static inline void dwc3_omap_writel(void __iomem *base, u32 offset, u32 value) in dwc3_omap_writel() 157 static void dwc3_omap_write_utmi_ctrl(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_utmi_ctrl() 170 static void dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_status() 183 static void dwc3_omap_write_irqmisc_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_status() 190 static void dwc3_omap_write_irqmisc_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_set() 197 static void dwc3_omap_write_irq0_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_set() 203 static void dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_clr() 209 static void dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_clr()
|
| H A D | io.h | 21 u32 value; in dwc3_readl() local 40 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-xtalk-bridge.c | 45 static int ioc3_cfg_rd(void *addr, int where, int size, u32 *value, u32 sid) in ioc3_cfg_rd() 73 static int ioc3_cfg_wr(void *addr, int where, int size, u32 value) in ioc3_cfg_wr() 119 int where, int size, u32 *value) in pci_conf0_read_config() 156 int where, int size, u32 *value) in pci_conf1_read_config() 195 int where, int size, u32 *value) in pci_read_config() 204 int where, int size, u32 value) in pci_conf0_write_config() 243 int where, int size, u32 value) in pci_conf1_write_config() 284 int where, int size, u32 value) in pci_write_config()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video.c | 89 void nvp6158_video_set_adcclk(unsigned char ch, unsigned char value) in nvp6158_video_set_adcclk() 866 void nvp6158_video_set_contrast(unsigned char ch, unsigned int value, unsigned int v_format) in nvp6158_video_set_contrast() 872 void nvp6158_video_set_brightness(unsigned char ch, unsigned int value, unsigned int v_format) in nvp6158_video_set_brightness() 878 void nvp6158_video_set_saturation(unsigned char ch, unsigned int value, unsigned int v_format) in nvp6158_video_set_saturation() 884 void nvp6158_video_set_hue(unsigned char ch, unsigned int value, unsigned int v_format) in nvp6158_video_set_hue() 890 void nvp6158_video_set_sharpness(unsigned char ch, unsigned int value) in nvp6158_video_set_sharpness() 897 void nvp6158_video_set_ugain(unsigned char ch, unsigned int value) in nvp6158_video_set_ugain() 904 void nvp6158_video_set_vgain(unsigned char ch, unsigned int value) in nvp6158_video_set_vgain()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | color_config.c | 12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() 39 int perf_color_default_config(const char *var, const char *value, in perf_color_default_config()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | geojson.cpp | 8 optional<GeoJSON> Converter<GeoJSON>::operator()(const Convertible& value, Error& error) const { in operator ()() argument 12 optional<GeoJSON> parseGeoJSON(const std::string& value, Error& error) { in parseGeoJSON()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibParser.cpp | 122 float* value = values; in ParseFloatArray() local 239 double* value = values; in ParseDoubleArray() local 352 uint32_t* value = values; in ParseUintArray() local 468 int32_t* value = values; in ParseIntArray() local 583 uint8_t* value = values; in ParseUcharArray() local 701 int8_t* value = values; in ParseCharArray() local 821 uint16_t* value = values; in ParseUshortArray() local 942 int16_t* value = values; in ParseShortArray() local 1063 uint8_t* value = values; in ParseByteArray() local 1894 const char* value = tag.Value(); in parseEntryHeader() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_hwmon.c | 39 unsigned int value; in igb_hwmon_show_temp() local 58 unsigned int value = igb_attr->sensor->caution_thresh; in igb_hwmon_show_cautionthresh() local 72 unsigned int value = igb_attr->sensor->max_op_thresh; in igb_hwmon_show_maxopthresh() local
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | edac_module.h | 97 struct dentry *parent, u8 *value) { } in edac_debugfs_create_x8() 99 struct dentry *parent, u16 *value) { } in edac_debugfs_create_x16() 101 struct dentry *parent, u32 *value) { } in edac_debugfs_create_x32()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_common.h | 82 xcam_ceil (uint32_t value, const uint32_t align) { in xcam_ceil() 87 xcam_around (uint32_t value, const uint32_t align) { in xcam_around() 92 xcam_floor (uint32_t value, const uint32_t align) { in xcam_floor()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/ |
| H A D | ocram.c | 69 u32 value = readl(ioaddr); in ecc_set_bits() local 77 u32 value = readl(ioaddr); in ecc_clear_bits() local 85 u32 value = readl(ioaddr); in ecc_test_bits() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | order_as_direction.hpp | 32 static const iterate_direction value = iterate_forward; member 39 static const iterate_direction value = iterate_reverse; member
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_math.c | 59 unsigned int intlog2(u32 value) in intlog2() 119 unsigned int intlog10(u32 value) in intlog10()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | enum.c | 30 nvkm_enum_find(const struct nvkm_enum *en, u32 value) in nvkm_enum_find() 42 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | traits.hpp | 56 static const bool value = boost::move_detail::is_nothrow_move_constructible<T>::value && member 67 static const bool value = is_nothrow_move_constructible<T>::value || member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | mld.h | 77 #define MLDV2_MRC_EXP(value) (((value) >> 12) & 0x0007) argument 78 #define MLDV2_MRC_MAN(value) ((value) & 0x0fff) argument 89 #define MLDV2_QQIC_EXP(value) (((value) >> 4) & 0x07) argument 90 #define MLDV2_QQIC_MAN(value) ((value) & 0x0f) argument
|
| H A D | netlink.h | 1241 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() 1255 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16() 1268 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16() 1281 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() 1294 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() 1307 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32() 1320 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32() 1333 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() 1346 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32() 1361 u64 value, int padattr) in nla_put_u64_64bit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | ar7_wdt.c | 73 static void ar7_wdt_kick(u32 value) in ar7_wdt_kick() 86 static void ar7_wdt_prescale(u32 value) in ar7_wdt_prescale() 99 static void ar7_wdt_change(u32 value) in ar7_wdt_change() 112 static void ar7_wdt_disable(u32 value) in ar7_wdt_disable()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | mat_operations.hpp | 54 static bool const value=false; member 138 static bool const value=false; member 165 static bool const value=false; member 465 static bool const value=false; member 492 static bool const value=false; member 521 static bool const value=false; member 551 static bool const value=false; member 580 static bool const value=false; member 609 static bool const value=false; member 640 static bool const value=false; member [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | sfp.c | 649 static int sfp_hwmon_read_sensor(struct sfp *sfp, int reg, long *value) in sfp_hwmon_read_sensor() 663 static void sfp_hwmon_to_rx_power(long *value) in sfp_hwmon_to_rx_power() 669 long *value) in sfp_hwmon_calibrate() 675 static void sfp_hwmon_calibrate_temp(struct sfp *sfp, long *value) in sfp_hwmon_calibrate_temp() 686 static void sfp_hwmon_calibrate_vcc(struct sfp *sfp, long *value) in sfp_hwmon_calibrate_vcc() 694 static void sfp_hwmon_calibrate_bias(struct sfp *sfp, long *value) in sfp_hwmon_calibrate_bias() 702 static void sfp_hwmon_calibrate_tx_power(struct sfp *sfp, long *value) in sfp_hwmon_calibrate_tx_power() 710 static int sfp_hwmon_read_temp(struct sfp *sfp, int reg, long *value) in sfp_hwmon_read_temp() 723 static int sfp_hwmon_read_vcc(struct sfp *sfp, int reg, long *value) in sfp_hwmon_read_vcc() 736 static int sfp_hwmon_read_bias(struct sfp *sfp, int reg, long *value) in sfp_hwmon_read_bias() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov7670.c | 280 unsigned char value; member 479 unsigned char *value) in ov7670_read_smbus() 494 unsigned char value) in ov7670_write_smbus() 508 unsigned char *value) in ov7670_read_i2c() 541 unsigned char value) in ov7670_write_i2c() 561 unsigned char *value) in ov7670_read() 571 unsigned char value) in ov7670_write() 581 unsigned char mask, unsigned char value) in ov7670_update_bits() 1403 static int ov7670_s_brightness(struct v4l2_subdev *sd, int value) in ov7670_s_brightness() 1416 static int ov7670_s_contrast(struct v4l2_subdev *sd, int value) in ov7670_s_contrast() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
| H A D | isys_dma_private.h | 28 const hrt_data value) in isys2401_dma_reg_store() 46 hrt_data value; in isys2401_dma_reg_load() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | is_bounding_geometry.hpp | 24 static const bool value = false; member 30 static const bool value = true; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | posix_acl_xattr.h | 39 static inline void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() 42 static inline void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | hplance.c | 170 static void hplance_writerap(void *priv, unsigned short value) in hplance_writerap() 178 static void hplance_writerdp(void *priv, unsigned short value) in hplance_writerdp() 189 __u16 value; in hplance_readrdp() local
|