Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/iio/pressure/
Dst_pressure_core.c342 goto read_error; in st_press_read_raw()
357 goto read_error; in st_press_read_raw()
369 goto read_error; in st_press_read_raw()
380 read_error: in st_press_read_raw()
/linux-4.1.27/drivers/w1/masters/
Dds1wm.c107 int read_error; member
237 ds1wm_data->read_error = -ETIMEDOUT; in ds1wm_read()
240 ds1wm_data->read_error = 0; in ds1wm_read()
372 if (ds1wm_data->read_error) { in ds1wm_search()
392 if (ds1wm_data->read_error) { in ds1wm_search()
/linux-4.1.27/drivers/iio/magnetometer/
Dst_magn_core.c299 goto read_error; in st_magn_read_raw()
317 read_error: in st_magn_read_raw()
/linux-4.1.27/drivers/iio/gyro/
Dst_gyro_core.c324 goto read_error; in st_gyro_read_raw()
338 read_error: in st_gyro_read_raw()
/linux-4.1.27/fs/cachefiles/
Drdwr.c284 goto read_error; in cachefiles_read_backing_file_one()
353 read_error: in cachefiles_read_backing_file_one()
525 goto read_error; in cachefiles_read_backing_file()
662 read_error: in cachefiles_read_backing_file()
/linux-4.1.27/drivers/md/
Ddm-bufio.c144 int read_error; member
992 b->read_error = 0; in __bufio_new()
1033 b->read_error = error; in read_endio()
1072 if (b->read_error) { in new_read()
1073 int error = b->read_error; in new_read()
1173 if ((b->read_error || b->write_error) && in dm_bufio_release()
/linux-4.1.27/drivers/iio/accel/
Dst_accel_core.c464 goto read_error; in st_accel_read_raw()
478 read_error: in st_accel_read_raw()
/linux-4.1.27/net/caif/
Dcaif_socket.c285 goto read_error; in caif_seqpkt_recvmsg()
289 goto read_error; in caif_seqpkt_recvmsg()
306 read_error: in caif_seqpkt_recvmsg()
/linux-4.1.27/drivers/mtd/
Dmtdswap.c751 goto read_error; in mtdswap_move_block()
758 goto read_error; in mtdswap_move_block()
776 read_error: in mtdswap_move_block()
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c983 static int read_error(unsigned int page_no) in read_error() function
1441 if (read_error(page_no)) { in do_read_error()