Home
last modified time | relevance | path

Searched refs:STATUS_ERROR (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch28 ipconfigResp->status = STATUS_ERROR;
/openbmc/linux/drivers/media/usb/hdpvr/
H A Dhdpvr.h160 STATUS_ERROR, enumerator
H A Dhdpvr-video.c267 dev->status = STATUS_ERROR; in hdpvr_transmit_buffers()
/openbmc/linux/drivers/staging/rts5208/
H A Dspi.c534 return STATUS_ERROR; in spi_read_flash_id()
577 return STATUS_ERROR; in spi_read_flash()
671 return STATUS_ERROR; in spi_write_flash()
720 return STATUS_ERROR; in spi_write_flash()
H A Drtsx_chip.h78 #ifndef STATUS_ERROR
79 #define STATUS_ERROR 10 macro
H A Dms.c169 return STATUS_ERROR; in ms_write_bytes()
234 return STATUS_ERROR; in ms_read_bytes()
917 return STATUS_ERROR;
3858 return STATUS_ERROR;
4085 return STATUS_ERROR;
4139 return STATUS_ERROR;
H A Drtsx_chip.c2024 return STATUS_ERROR; in rtsx_read_ppbuf()
2066 return STATUS_ERROR; in rtsx_write_ppbuf()
H A Drtsx_card.c680 return STATUS_ERROR; in switch_ssc_clock()
H A Dxd.c795 return STATUS_ERROR; in xd_init_l2p_tbl()
/openbmc/linux/drivers/net/usb/
H A Dcx82310_eth.c29 STATUS_ERROR, enumerator
/openbmc/linux/drivers/input/touchscreen/
H A Dst1232.c33 #define STATUS_ERROR 0x02 macro
/openbmc/linux/drivers/atm/
H A Dfore200e.h243 STATUS_ERROR = (1<<3) /* completion status (written by cp) */ enumerator
H A Dfore200e.c246 if ((ok = (*addr == val)) || (*addr & STATUS_ERROR)) in fore200e_poll()
843 if (*entry->status & STATUS_ERROR) in fore200e_tx_irq()
1113 if ((*entry->status & STATUS_ERROR) == 0) { in fore200e_rx_irq()