| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | read.su | |
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | read.su | |
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 68 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \363\0\0004\0\0\0"..., 512) = 512 77 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\22\0\0004\0\0\0"..., 512) = 512 86 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\32\0\0004\0\0\0"..., 512) = 512 95 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200 \0\0004\0\0\0"..., 512) = 512 104 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\23\0\0004\0\0\0"..., 512) = 512 113 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0;\0\0004\0\0\0"..., 512) = 512 123 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\7\5\0004\0\0\0"..., 512) = 512 133 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pD\1\0004\0\0\0"..., 512) = 512 142 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220n\0\0004\0\0\0"..., 512) = 512 151 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p7\0\0004\0\0\0"..., 512) = 512 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds1685.c | 162 (rtc->read(rtc, RTC_CTRL_A) & ~(RTC_CTRL_A_DV0))); in ds1685_rtc_switch_to_bank0() 173 (rtc->read(rtc, RTC_CTRL_A) | RTC_CTRL_A_DV0)); in ds1685_rtc_switch_to_bank1() 194 (rtc->read(rtc, RTC_CTRL_B) | RTC_CTRL_B_SET)); in ds1685_rtc_begin_data_access() 200 while (rtc->read(rtc, RTC_EXT_CTRL_4A) & RTC_CTRL_4A_INCR) in ds1685_rtc_begin_data_access() 220 (rtc->read(rtc, RTC_CTRL_B) & ~(RTC_CTRL_B_SET))); in ds1685_rtc_end_data_access() 240 ssn[0] = rtc->read(rtc, RTC_BANK1_SSN_MODEL); in ds1685_rtc_get_ssn() 241 ssn[1] = rtc->read(rtc, RTC_BANK1_SSN_BYTE_1); in ds1685_rtc_get_ssn() 242 ssn[2] = rtc->read(rtc, RTC_BANK1_SSN_BYTE_2); in ds1685_rtc_get_ssn() 243 ssn[3] = rtc->read(rtc, RTC_BANK1_SSN_BYTE_3); in ds1685_rtc_get_ssn() 244 ssn[4] = rtc->read(rtc, RTC_BANK1_SSN_BYTE_4); in ds1685_rtc_get_ssn() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bmpconvert | 15 self.bfType = unpack("<h", self.file.read(2))[0] 16 self.bfSize = unpack("<i", self.file.read(4))[0] 17 self.bfReserved1 = unpack("<h", self.file.read(2))[0] 18 self.bfReserved2 = unpack("<h", self.file.read(2))[0] 19 self.bfOffBits = unpack("<i", self.file.read(4))[0] 21 self.biSize = unpack("<i", self.file.read(4))[0] 22 self.biWidth = unpack("<i", self.file.read(4))[0] 23 self.biHeight = unpack("<i", self.file.read(4))[0] 24 self.biPlanes = unpack("<h", self.file.read(2))[0] 25 self.biBitCount = unpack("<h", self.file.read(2))[0] [all …]
|
| H A D | unpack_bootimg | 42 file_out.write(bootimage.read(size)) 187 info.boot_magic = unpack('8s', boot_img.read(8))[0].decode() 189 kernel_ramdisk_second_info = unpack('9I', boot_img.read(9 * 4)) 202 os_version_patch_level = unpack('I', boot_img.read(1 * 4))[0] 215 boot_img.read(16))[0].decode()) 216 info.cmdline = cstr(unpack('512s', boot_img.read(512))[0].decode()) 217 boot_img.read(32) # ignore SHA 219 boot_img.read(1024))[0].decode()) 222 boot_img.read(1536))[0].decode()) 225 info.recovery_dtbo_size = unpack('I', boot_img.read(1 * 4))[0] [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_ring.h | 138 int read __ring_aligned; /* READ index in a circular ring */ 155 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 181 ring->read = 0; in bcm_ring_init() 195 to->read = from->read; in bcm_ring_copy() 208 return (ring->read == ring->write); in bcm_ring_is_empty() 236 return (next_write == ring->read); in __bcm_ring_full() 320 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 323 ring->read = read; in bcm_ring_cons_done() 342 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 344 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcm_ring.h | 170 int read __ring_aligned; /* READ index in a circular ring */ 187 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 213 ring->read = 0; in bcm_ring_init() 227 to->read = from->read; in bcm_ring_copy() 240 return (ring->read == ring->write); in bcm_ring_is_empty() 268 return (next_write == ring->read); in __bcm_ring_full() 352 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 355 ring->read = read; in bcm_ring_cons_done() 374 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 376 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcm_ring.h | 167 int read __ring_aligned; /* READ index in a circular ring */ 185 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 212 ring->read = 0; in bcm_ring_init() 226 to->read = from->read; in bcm_ring_copy() 239 return (ring->read == ring->write); in bcm_ring_is_empty() 269 return (next_write == ring->read); in __bcm_ring_full() 358 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 361 ring->read = read; in bcm_ring_cons_done() 381 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 383 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_ring.h | 138 int read __ring_aligned; /* READ index in a circular ring */ 155 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 181 ring->read = 0; in bcm_ring_init() 195 to->read = from->read; in bcm_ring_copy() 208 return (ring->read == ring->write); in bcm_ring_is_empty() 236 return (next_write == ring->read); in __bcm_ring_full() 320 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 323 ring->read = read; in bcm_ring_cons_done() 342 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 344 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcm_ring.h | 170 int read __ring_aligned; /* READ index in a circular ring */ 187 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 213 ring->read = 0; in bcm_ring_init() 227 to->read = from->read; in bcm_ring_copy() 240 return (ring->read == ring->write); in bcm_ring_is_empty() 268 return (next_write == ring->read); in __bcm_ring_full() 352 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 355 ring->read = read; in bcm_ring_cons_done() 374 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 376 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcm_ring.h | 170 int read __ring_aligned; /* READ index in a circular ring */ 187 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 213 ring->read = 0; in bcm_ring_init() 227 to->read = from->read; in bcm_ring_copy() 240 return (ring->read == ring->write); in bcm_ring_is_empty() 268 return (next_write == ring->read); in __bcm_ring_full() 352 bcm_ring_cons_done(bcm_ring_t *ring, int read) in bcm_ring_cons_done() argument 355 ring->read = read; in bcm_ring_cons_done() 374 *pend_read = (ring->read + 1) % ring_size; in bcm_ring_cons_pend() 376 rtn = ring->read; in bcm_ring_cons_pend() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | unpack_bootimg | 42 file_out.write(bootimage.read(size)) 181 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode() 183 kernel_ramdisk_second_info = unpack('9I', args.boot_img.read(9 * 4)) 196 os_version_patch_level = unpack('I', args.boot_img.read(1 * 4))[0] 209 args.boot_img.read(16))[0].decode()) 210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode()) 211 args.boot_img.read(32) # ignore SHA 213 args.boot_img.read(1024))[0].decode()) 216 args.boot_img.read(1536))[0].decode()) 219 info.recovery_dtbo_size = unpack('I', args.boot_img.read(1 * 4))[0] [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-read.rst | 4 .. _func-read: 7 V4L2 read() 13 v4l2-read - Read from a V4L2 device 22 .. c:function:: ssize_t read( int fd, void *buf, size_t count ) 34 Max number of bytes to read 39 :c:func:`read()` attempts to read up to ``count`` bytes from file 42 section, see ##. If ``count`` is zero, :c:func:`read()` returns zero 45 :c:func:`read()` call will provide at most one frame (two fields) 48 By default :c:func:`read()` blocks until data becomes available. When 54 :c:func:`read()` function must also support :c:func:`select()` and [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 12 nu_read_iterator_t read, nu_compound_read_t com, in _compound_weight() argument 25 const char *np = com(p, limit, read, &u, &tailp); in _compound_weight() 44 np = com(np, limit, read, 0, &tailp); in _compound_weight() 162 uint32_t c, nu_read_iterator_t read, in _nu_strchr() argument 180 const char *np = com(p, lhs_limit, read, &u, &tail); in _nu_strchr() 207 np = com(np, lhs_limit, read, &u, &tail); in _nu_strchr() 228 uint32_t c, nu_read_iterator_t read, in _nu_strrchr() argument 242 p = _nu_strchr(p, limit, c, read, com, casemap, casemap_read); in _nu_strrchr() 249 p = read(p, 0); /* skip one codepoint and continue */ in _nu_strrchr() 312 const char* nu_strchr(const char *encoded, uint32_t c, nu_read_iterator_t read) { in nu_strchr() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/read-edid/ |
| H A D | 0003-fix-build-with-gcc-10.patch | 14 diff -Nura read-edid-3.0.2.orig/get-edid/classic.c read-edid-3.0.2/get-edid/classic.c 15 --- read-edid-3.0.2.orig/get-edid/classic.c 2020-09-25 23:25:01.928805414 +0200 16 +++ read-edid-3.0.2/get-edid/classic.c 2020-09-25 23:26:37.440807301 +0200 26 diff -Nura read-edid-3.0.2.orig/get-edid/get-edid.c read-edid-3.0.2/get-edid/get-edid.c 27 --- read-edid-3.0.2.orig/get-edid/get-edid.c 2020-09-25 23:25:01.928805414 +0200 28 +++ read-edid-3.0.2/get-edid/get-edid.c 2020-09-25 23:28:20.740809341 +0200 38 diff -Nura read-edid-3.0.2.orig/get-edid/i2c.c read-edid-3.0.2/get-edid/i2c.c 39 --- read-edid-3.0.2.orig/get-edid/i2c.c 2020-09-25 23:25:01.928805414 +0200 40 +++ read-edid-3.0.2/get-edid/i2c.c 2020-09-25 23:28:32.152809567 +0200
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | test_dtoc.py | 127 lines = infile.read().splitlines() 132 lines = infile.read().splitlines() 141 data = infile.read() 165 data = infile.read() 243 data = infile.read() 255 data = infile.read() 305 data = infile.read() 316 data = infile.read() 335 data = infile.read() 350 data = infile.read() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 728 CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() ); 729 CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat… 731 CV_EXPORTS void read(const FileNode& node, std::vector<KeyPoint>& keypoints); 732 CV_EXPORTS void read(const FileNode& node, std::vector<DMatch>& matches); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 728 CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() ); 729 CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat… 731 CV_EXPORTS void read(const FileNode& node, std::vector<KeyPoint>& keypoints); 732 CV_EXPORTS void read(const FileNode& node, std::vector<DMatch>& matches); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 728 CV_EXPORTS void read(const FileNode& node, Mat& mat, const Mat& default_mat = Mat() ); 729 CV_EXPORTS void read(const FileNode& node, SparseMat& mat, const SparseMat& default_mat = SparseMat… 731 CV_EXPORTS void read(const FileNode& node, std::vector<KeyPoint>& keypoints); 732 CV_EXPORTS void read(const FileNode& node, std::vector<DMatch>& matches); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp_ddc.c | 150 static enum mod_hdcp_status read(struct mod_hdcp *hdcp, in read() function 197 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly() 248 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BKSV, in mod_hdcp_read_bksv() 255 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BCAPS, in mod_hdcp_read_bcaps() 265 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_bstatus() 269 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_bstatus() 277 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_RI_R0, in mod_hdcp_read_r0p() 293 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_KSV_FIFO, in mod_hdcp_read_ksvlist() 303 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_VH_0, in mod_hdcp_read_vp() 308 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_VH_1, in mod_hdcp_read_vp() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-spear-pcie-gadget | 20 link used to enable ltssm and read its status. 21 int_type used to configure and read type of supported interrupt 23 to read no of MSI granted. 26 vendor_id used to write and read vendor id (hex) 27 device_id used to write and read device id (hex) 28 bar0_size used to write and read bar0_size 29 bar0_address used to write and read bar0 mapped area in hex. 30 bar0_rw_offset used to write and read offset of bar0 where bar0_data 31 will be written or read. 32 bar0_data used to write and read data at bar0_rw_offset.
|
| H A D | sysfs-driver-ufs | 22 The file is read only. 31 The file is read only. 40 The file is read only. 50 The file is read only. 59 The file is read only. 69 The file is read only. 79 The file is read only. 85 descriptor could be read after partial initialization phase 90 The file is read only. 100 The file is read only. [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | perf_asm.S | 91 ;* arg0 : rdr to be read 98 ;* arg0 : rdr to be read 114 ; read(shift in) the RDR. 173 ; RDR 2 read sequence 185 ; RDR 3 read sequence 197 ; RDR 4 read sequence 209 ; RDR 5 read sequence 221 ; RDR 6 read sequence 233 ; RDR 7 read sequence 245 ; RDR 8 read sequence [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/temperature/ |
| H A D | mlx90632.c | 310 s16 read; in mlx90632_read_object_raw() local 323 read = (s16)read_tmp; in mlx90632_read_object_raw() 328 *object_new_raw = (read + (s16)read_tmp) / 2; in mlx90632_read_object_raw() 333 read = (s16)read_tmp; in mlx90632_read_object_raw() 338 *object_old_raw = (read + (s16)read_tmp) / 2; in mlx90632_read_object_raw() 389 s32 read; in mlx90632_read_object_raw_extended() local 395 read = (s16)read_tmp; in mlx90632_read_object_raw_extended() 400 read = read - (s16)read_tmp; in mlx90632_read_object_raw_extended() 405 read = read - (s16)read_tmp; in mlx90632_read_object_raw_extended() 410 read = (read + (s16)read_tmp) / 2; in mlx90632_read_object_raw_extended() [all …]
|