Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
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)
Dswim.c54 REG(read_error)
/Linux-v5.4/drivers/w1/masters/
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()
/Linux-v5.4/drivers/iio/pressure/
Dst_pressure_core.c596 goto read_error; in st_press_read_raw()
611 goto read_error; in st_press_read_raw()
623 goto read_error; in st_press_read_raw()
634 read_error: in st_press_read_raw()
/Linux-v5.4/drivers/iio/gyro/
Dst_gyro_core.c299 goto read_error; in st_gyro_read_raw()
313 read_error: in st_gyro_read_raw()
/Linux-v5.4/fs/cachefiles/
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()
/Linux-v5.4/drivers/iio/magnetometer/
Dst_magn_core.c397 goto read_error; in st_magn_read_raw()
415 read_error: in st_magn_read_raw()
/Linux-v5.4/drivers/md/
Ddm-bufio.c141 blk_status_t read_error; member
983 b->read_error = 0; in __bufio_new()
1022 b->read_error = status; in read_endio()
1065 if (b->read_error) { in new_read()
1066 int error = blk_status_to_errno(b->read_error); in new_read()
1166 if ((b->read_error || b->write_error) && in dm_bufio_release()
/Linux-v5.4/net/caif/
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()
/Linux-v5.4/drivers/iio/accel/
Dst_accel_core.c921 goto read_error; in st_accel_read_raw()
935 read_error: in st_accel_read_raw()
/Linux-v5.4/drivers/mtd/
Dmtdswap.c702 goto read_error; in mtdswap_move_block()
709 goto read_error; in mtdswap_move_block()
727 read_error: in mtdswap_move_block()
/Linux-v5.4/drivers/mtd/nand/raw/
Dnandsim.c935 static int read_error(unsigned int page_no) in read_error() function
1381 if (read_error(page_no)) { in do_read_error()