Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dswim_asm.S31 .equ read_error, 0x1400 define
72 tstb %a3@(read_error - read_mark)
76 tstb %a3@(read_error - read_mark)
141 tstb %a3@(read_error - read_mark)
170 tstb %a3@(read_error - read_mark)
174 tstb %a3@(read_error - read_mark)
195 tstb %a3@(read_error - read_mark)
234 tstb %a3@(read_error - read_mark)
Dswim.c58 REG(read_error)
/Linux-v4.19/drivers/iio/pressure/
Dst_pressure_core.c529 goto read_error; in st_press_read_raw()
544 goto read_error; in st_press_read_raw()
556 goto read_error; in st_press_read_raw()
567 read_error: in st_press_read_raw()
/Linux-v4.19/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-v4.19/drivers/iio/gyro/
Dst_gyro_core.c301 goto read_error; in st_gyro_read_raw()
315 read_error: in st_gyro_read_raw()
/Linux-v4.19/fs/cachefiles/
Drdwr.c290 goto read_error; in cachefiles_read_backing_file_one()
359 read_error: in cachefiles_read_backing_file_one()
527 goto read_error; in cachefiles_read_backing_file()
664 read_error: in cachefiles_read_backing_file()
/Linux-v4.19/drivers/iio/magnetometer/
Dst_magn_core.c394 goto read_error; in st_magn_read_raw()
412 read_error: in st_magn_read_raw()
/Linux-v4.19/drivers/md/
Ddm-bufio.c139 blk_status_t read_error; member
1008 b->read_error = 0; in __bufio_new()
1047 b->read_error = status; in read_endio()
1090 if (b->read_error) { in new_read()
1091 int error = blk_status_to_errno(b->read_error); in new_read()
1191 if ((b->read_error || b->write_error) && in dm_bufio_release()
/Linux-v4.19/drivers/iio/accel/
Dst_accel_core.c845 goto read_error; in st_accel_read_raw()
859 read_error: in st_accel_read_raw()
/Linux-v4.19/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-v4.19/drivers/mtd/
Dmtdswap.c715 goto read_error; in mtdswap_move_block()
722 goto read_error; in mtdswap_move_block()
740 read_error: in mtdswap_move_block()
/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c960 static int read_error(unsigned int page_no) in read_error() function
1406 if (read_error(page_no)) { in do_read_error()