Home
last modified time | relevance | path

Searched refs:read_error (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/
H A Dswim_asm.S27 .equ read_error, 0x1400 define
68 tstb %a3@(read_error - read_mark)
72 tstb %a3@(read_error - read_mark)
137 tstb %a3@(read_error - read_mark)
166 tstb %a3@(read_error - read_mark)
170 tstb %a3@(read_error - read_mark)
191 tstb %a3@(read_error - read_mark)
230 tstb %a3@(read_error - read_mark)
H A Dswim.c54 REG(read_error)
/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Dds1wm.c107 int read_error; member
290 ds1wm_data->read_error = -ETIMEDOUT; in ds1wm_read()
293 ds1wm_data->read_error = 0; in ds1wm_read()
425 if (ds1wm_data->read_error) { in ds1wm_search()
445 if (ds1wm_data->read_error) { in ds1wm_search()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dst_pressure_core.c595 goto read_error; in st_press_read_raw()
610 goto read_error; in st_press_read_raw()
622 goto read_error; in st_press_read_raw()
633 read_error: in st_press_read_raw()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Drdwr.c286 goto read_error; in cachefiles_read_backing_file_one()
355 read_error: in cachefiles_read_backing_file_one()
523 goto read_error; in cachefiles_read_backing_file()
666 read_error: in cachefiles_read_backing_file()
/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dst_gyro_core.c371 goto read_error; in st_gyro_read_raw()
385 read_error: in st_gyro_read_raw()
/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dst_magn_core.c396 goto read_error; in st_magn_read_raw()
414 read_error: in st_magn_read_raw()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c144 blk_status_t read_error; member
1018 b->read_error = 0; in __bufio_new()
1057 b->read_error = status; in read_endio()
1100 if (b->read_error) { in new_read()
1101 int error = blk_status_to_errno(b->read_error); in new_read()
1201 if ((b->read_error || b->write_error) && in dm_bufio_release()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcaif_socket.c282 goto read_error; in caif_seqpkt_recvmsg()
286 goto read_error; in caif_seqpkt_recvmsg()
303 read_error: in caif_seqpkt_recvmsg()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt700.c67 goto read_error; in rt700_button_detect()
70 goto read_error; in rt700_button_detect()
101 read_error: in rt700_button_detect()
H A Drt711.c144 goto read_error; in rt711_button_detect()
148 goto read_error; in rt711_button_detect()
179 read_error: in rt711_button_detect()
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dst_accel_core.c997 goto read_error; in st_accel_read_raw()
1011 read_error: in st_accel_read_raw()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdswap.c702 goto read_error; in mtdswap_move_block()
709 goto read_error; in mtdswap_move_block()
727 read_error: in mtdswap_move_block()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc961 bool read_error = false; in ProcessTagError() local
971 read_error = true; in ProcessTagError()
996 read_error ? "read error" : "write error", in ProcessTagError()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2103 bool read_event = false, read_error = false; in kbase_read() local
2114 read_error = kbase_csf_event_read_error(kctx, &event_data); in kbase_read()
2116 if (!read_event && !read_error) { in kbase_read()