Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/iio/pressure/
Dst_pressure_core.c345 goto read_error; in st_press_read_raw()
360 goto read_error; in st_press_read_raw()
372 goto read_error; in st_press_read_raw()
383 read_error: in st_press_read_raw()
/linux-4.4.14/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.4.14/drivers/iio/gyro/
Dst_gyro_core.c327 goto read_error; in st_gyro_read_raw()
341 read_error: in st_gyro_read_raw()
/linux-4.4.14/fs/cachefiles/
Drdwr.c284 goto read_error; in cachefiles_read_backing_file_one()
353 read_error: in cachefiles_read_backing_file_one()
522 goto read_error; in cachefiles_read_backing_file()
659 read_error: in cachefiles_read_backing_file()
/linux-4.4.14/drivers/md/
Ddm-bufio.c144 int read_error; member
998 b->read_error = 0; in __bufio_new()
1039 b->read_error = bio->bi_error; in read_endio()
1078 if (b->read_error) { in new_read()
1079 int error = b->read_error; in new_read()
1179 if ((b->read_error || b->write_error) && in dm_bufio_release()
/linux-4.4.14/drivers/iio/magnetometer/
Dst_magn_core.c500 goto read_error; in st_magn_read_raw()
518 read_error: in st_magn_read_raw()
/linux-4.4.14/drivers/iio/accel/
Dst_accel_core.c556 goto read_error; in st_accel_read_raw()
570 read_error: in st_accel_read_raw()
/linux-4.4.14/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-4.4.14/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.4.14/drivers/mtd/nand/
Dnandsim.c982 static int read_error(unsigned int page_no) in read_error() function
1440 if (read_error(page_no)) { in do_read_error()