Home
last modified time | relevance | path

Searched defs:value (Results 1126 – 1150 of 7435) sorted by relevance

1...<<41424344454647484950>>...298

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dtc1100-wmi.c87 u32 value; in set_state() local
125 #define show_set_bool(value, instance) \ argument
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-sx1.c46 int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value) in sx1_i2c_write_byte()
70 int sx1_i2c_read_byte(u8 devaddr, u8 regoffset, u8 *value) in sx1_i2c_read_byte()
/OK3568_Linux_fs/kernel/drivers/acpi/pmic/
H A Dintel_pmic_xpower.c160 int bit, u64 *value) in intel_xpower_pmic_get_power()
272 acpi_physical_address address, u32 bit_width, u64 *value, in intel_xpower_pmic_gpio_handler()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_xattr.c22 struct inode *inode, const char *name, void *value, size_t size, in xfs_xattr_get()
43 struct inode *inode, const char *name, const void *value, in xfs_xattr_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_powertune.h49 uint32_t value; member
57 uint32_t value; member
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-wm8350.c52 static void wm8350_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm8350_gpio_set()
64 unsigned offset, int value) in wm8350_gpio_direction_out()
H A Dgpio-tps68470.c74 int value) in tps68470_gpio_set()
89 int value) in tps68470_gpio_output()
H A Dgpio-tpic2810.c53 unsigned offset, int value) in tpic2810_direction_output()
79 static void tpic2810_set(struct gpio_chip *chip, unsigned offset, int value) in tpic2810_set()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Das3722.c65 int as3722_sd_set_voltage(struct udevice *dev, unsigned int sd, u8 value) in as3722_sd_set_voltage()
81 int as3722_ldo_set_voltage(struct udevice *dev, unsigned int ldo, u8 value) in as3722_ldo_set_voltage()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dptrace.c149 static inline bool invalid_selector(u16 value) in invalid_selector()
182 unsigned long offset, u16 value) in set_segment_reg()
272 unsigned long offset, u16 value) in set_segment_reg()
336 static int set_flags(struct task_struct *task, unsigned long value) in set_flags()
356 unsigned long offset, unsigned long value) in putreg()
843 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_labpc_common.c943 static void labpc_serial_out(struct comedi_device *dev, unsigned int value, in labpc_serial_out()
970 unsigned int value = 0; in labpc_serial_in() local
997 unsigned int value; in labpc_eeprom_read() local
1029 unsigned int value; in labpc_eeprom_read_status() local
1055 unsigned int address, unsigned int value) in labpc_eeprom_write()
1097 unsigned int value) in write_caldac()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; }; enumerator
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; }; enumerator
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; }; enumerator
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; }; enumerator
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes.hpp114 struct Depth< Complex<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
116 struct Type< Complex<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
215 struct Depth< Point_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
217 struct Type< Point_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
295 struct Depth< Point3_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
297 struct Type< Point3_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 3) }; }; enumerator
366 struct Depth< Size_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
368 struct Type< Size_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 2) }; }; enumerator
479 struct Depth< Rect_<_Tp> > { enum { value = Depth<_Tp>::value }; }; enumerator
481 struct Type< Rect_<_Tp> > { enum { value = CV_MAKETYPE(Depth<_Tp>::value, 4) }; }; enumerator
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_mp_ioctl.h43 u32 value; member
49 u16 value; member
424 u32 value; member
430 u32 value; member
473 u16 value; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_mp_ioctl.h38 u32 value; member
44 u16 value; member
404 u32 value; member
410 u32 value; member
453 u16 value; member
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-blinkm.c158 u8 value; in store_color_common() local
423 enum led_brightness value, int color) in blinkm_led_common_set()
464 enum led_brightness value) in blinkm_led_red_set()
470 enum led_brightness value) in blinkm_led_green_set()
476 enum led_brightness value) in blinkm_led_blue_set()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats_v32.c20 u32 reg, u32 value) in isp3_module_done()
33 u32 addr, u32 value) in isp3_stats_write()
43 u32 value; in rkisp_stats_get_vsm_stats() local
66 u32 value; in rkisp_stats_get_bls_stats() local
122 u32 value, i; in rkisp_stats_get_dhaz_stats() local
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-txe.c48 unsigned long offset, u32 value) in mei_txe_reg_write()
96 unsigned long offset, u32 value) in mei_txe_sec_reg_write_silent()
111 unsigned long offset, u32 value) in mei_txe_sec_reg_write()
138 unsigned long offset, u32 value) in mei_txe_br_reg_write()
486 unsigned long idx, u32 value) in mei_txe_input_payload_write()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_mp_ioctl.h43 u32 value; member
49 u16 value; member
424 u32 value; member
430 u32 value; member
473 u16 value; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dcss_trace.h210 #define FIELD_PACK(value, mask, offset) (((value) & (mask)) << (offset)) argument
211 #define FIELD_UNPACK(value, mask, offset) (((value) >> (offset)) & (mask)) argument
266 #define PACK_TRACEPOINT(tid, major, minor, value) \ argument
272 #define PACK_FORMATTED_TRACEPOINT(format, major, minor, value) \ argument
275 #define PACK_TRACE_VALUE24(major, value) \ argument
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dxattr.c68 const char *name, const void *value, in f2fs_xattr_generic_set()
111 const char *name, const void *value, in f2fs_xattr_advise_set()
619 const void *value, size_t size) in f2fs_xattr_value_same()
628 const char *name, const void *value, size_t size, in __f2fs_setxattr()
771 const void *value, size_t size, in f2fs_setxattr()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconfdata.c484 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
507 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
538 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
579 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
612 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconfdata.c487 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
510 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
541 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
582 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
615 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_srab.c265 static int b53_srab_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_srab_write8()
286 u16 value) in b53_srab_write16()
307 u32 value) in b53_srab_write32()
328 u64 value) in b53_srab_write48()
350 u64 value) in b53_srab_write64()

1...<<41424344454647484950>>...298