| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emu10k1.h | 1631 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status); 1757 void (*hwvol_interrupt)(struct snd_emu10k1 *emu, unsigned int status); 1758 void (*capture_interrupt)(struct snd_emu10k1 *emu, unsigned int status); 1759 void (*capture_mic_interrupt)(struct snd_emu10k1 *emu, unsigned int status); 1760 void (*capture_efx_interrupt)(struct snd_emu10k1 *emu, unsigned int status); 1761 void (*spdif_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.c | 91 if (urb->status == 0) { in if_usb_write_bulk_callback() 105 pr_info("URB in failure status: %d\n", urb->status); in if_usb_write_bulk_callback() 499 if (urb->status) { in if_usb_receive_fwload() 668 if (urb->status) { in if_usb_receive() 670 urb->status); in if_usb_receive() 680 } else if (urb->status) { in if_usb_receive()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | rpr0521.c | 293 static int rpr0521_als_enable(struct rpr0521_data *data, u8 status) in rpr0521_als_enable() argument 299 status); in rpr0521_als_enable() 303 if (status & RPR0521_MODE_ALS_MASK) in rpr0521_als_enable() 311 static int rpr0521_pxs_enable(struct rpr0521_data *data, u8 status) in rpr0521_pxs_enable() argument 317 status); in rpr0521_pxs_enable() 321 if (status & RPR0521_MODE_PXS_MASK) in rpr0521_pxs_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | fotg210.c | 232 req->req.status = ret; in fotg210_dma() 303 req->req.status = ret; in fotg210_dma() 604 req->req.status = -EINPROGRESS; in fotg210_ep_queue() 607 req->req.status = 0; in fotg210_ep_queue() 660 if (req->req.status == -EINPROGRESS) { in fotg210_ep_dequeue() 661 req->req.status = -ECONNRESET; in fotg210_ep_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | kobil_sct.c | 270 int status = urb->status; in kobil_read_int_callback() local 272 if (status) { in kobil_read_int_callback() 273 dev_dbg(&port->dev, "%s - Read int status not zero: %d\n", __func__, status); in kobil_read_int_callback()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6q-bx50v3.dtsi | 55 status = "okay"; 161 status = "okay"; 357 status = "disabled"; 373 status = "okay";
|
| H A D | dra76x.dtsi | 125 status = "disabled"; 129 status = "disabled";
|
| H A D | kirkwood-linkstation-6282.dtsi | 141 status = "okay"; 150 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls.h | 499 static inline int is_neg_adv(unsigned int status) in is_neg_adv() argument 501 return status == CPL_ERR_RTX_NEG_ADVICE || in is_neg_adv() 502 status == CPL_ERR_KEEPALV_NEG_ADVICE || in is_neg_adv() 503 status == CPL_ERR_PERSIST_NEG_ADVICE; in is_neg_adv()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max17040_battery.c | 151 int status; member 287 chip->status = max17040_get_status(chip); in max17040_check_changes() 312 last_status = chip->status; in max17040_work() 316 if (last_soc != chip->soc || last_status != chip->status) in max17040_work()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_bigdata.c | 306 u32 status = 0; in wl_gather_ap_stadata() local 355 status = ntoh32(e->status); in wl_gather_ap_stadata() 364 MAC2STRDBG((char*)&sta_mac), event_type, status, reason)); in wl_gather_ap_stadata()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 301 u8 status; /* Descriptor status */ member 330 u8 status; /* Descriptor status */ member 351 u8 status; /* Descriptor status */ member 432 u8 status; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_bigdata.c | 306 u32 status = 0; in wl_gather_ap_stadata() local 355 status = ntoh32(e->status); in wl_gather_ap_stadata() 364 MAC2STRDBG((char*)&sta_mac), event_type, status, reason)); in wl_gather_ap_stadata()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-uniphier-f.c | 367 u32 status; in uniphier_fi2c_master_xfer_one() local 371 status, in uniphier_fi2c_master_xfer_one() 372 (status & UNIPHIER_FI2C_SR_STS) && in uniphier_fi2c_master_xfer_one() 373 !(status & UNIPHIER_FI2C_SR_BB), in uniphier_fi2c_master_xfer_one()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hosts.c | 670 int status = *(int *)data; in complete_all_cmds_iter() local 673 scmd->result = status << 16; in complete_all_cmds_iter() 688 void scsi_host_complete_all_commands(struct Scsi_Host *shost, int status) in scsi_host_complete_all_commands() argument 691 &status); in scsi_host_complete_all_commands()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtAp_rom.c | 428 BOOLEAN status = FALSE; in KeyData_AddKey() local 439 status = TRUE; in KeyData_AddKey() 442 status = TRUE; in KeyData_AddKey() 444 return status; in KeyData_AddKey()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmevent.h | 70 uint32 status; /* Status code (see below) */ 84 uint32 status; /* Status code (see below) */ 654 uint16 status; /* status */ member 870 int32 status; member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-acpi | 13 status: 1 if the image is valid, 0 if firmware invalidated it. 172 i.e. user can only change the status of runtime GPE and 194 * this is because the status bit is set even if the enable 203 # echo clear > ff_pwr_btn /* clear the status bit */
|
| /OK3568_Linux_fs/kernel/sound/usb/hiface/ |
| H A D | pcm.c | 314 if (unlikely(usb_urb->status == -ENOENT || /* unlinked */ in hiface_pcm_out_urb_handler() 315 usb_urb->status == -ENODEV || /* device removed */ in hiface_pcm_out_urb_handler() 316 usb_urb->status == -ECONNRESET || /* unlinked */ in hiface_pcm_out_urb_handler() 317 usb_urb->status == -ESHUTDOWN)) { /* device disabled */ in hiface_pcm_out_urb_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/ |
| H A D | rtl8822be_recv.c | 51 u16 status = _SUCCESS; in rtl8822be_wait_rxrdy() local 100 status = _FAIL; in rtl8822be_wait_rxrdy() 110 return status; in rtl8822be_wait_rxrdy() 223 u32 status; local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885.h | 576 extern int cx23885_video_irq(struct cx23885_dev *dev, u32 status); 591 extern int cx23885_vbi_irq(struct cx23885_dev *dev, u32 status); 602 extern int cx23885_irq_417(struct cx23885_dev *dev, u32 status); 620 extern int cx23885_audio_irq(struct cx23885_dev *dev, u32 status, u32 mask);
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptbase.c | 648 ioc->mptbase_cmds.status |= MPT_MGMT_STATUS_COMMAND_GOOD; in mptbase_reply() 649 ioc->mptbase_cmds.status |= MPT_MGMT_STATUS_RF_VALID; in mptbase_reply() 653 if (ioc->mptbase_cmds.status & MPT_MGMT_STATUS_PENDING) { in mptbase_reply() 654 ioc->mptbase_cmds.status &= ~MPT_MGMT_STATUS_PENDING; in mptbase_reply() 658 if (ioc->mptbase_cmds.status & MPT_MGMT_STATUS_FREE_MF) in mptbase_reply() 3088 u32 status, vv; in GetIocFacts() local 3146 status = le16_to_cpu(facts->IOCStatus) & MPI_IOCSTATUS_MASK; in GetIocFacts() 3642 int status; in mpt_do_upload() local 3643 status = le16_to_cpu(preply->IOCStatus) & in mpt_do_upload() 3645 if (status == MPI_IOCSTATUS_SUCCESS && in mpt_do_upload() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_eckd.c | 844 cqr->status = DASD_CQR_FILLED; in dasd_eckd_fill_rcd_cqr() 859 if (cqr->status != DASD_CQR_DONE) { in read_conf_cb() 1513 cqr->status = DASD_CQR_FILLED; in dasd_eckd_read_features() 1583 cqr->status = DASD_CQR_FILLED; in dasd_eckd_read_vol_info() 1767 cqr->status = DASD_CQR_FILLED; in dasd_eckd_read_ext_pool_info() 1870 cqr->status = DASD_CQR_FILLED; in dasd_eckd_build_psf_ssc() 2191 cqr->status = DASD_CQR_FILLED; in dasd_eckd_analysis_ccw() 2202 if (init_cqr->status == DASD_CQR_DONE) in dasd_eckd_analysis_evaluation() 2204 else if (init_cqr->status == DASD_CQR_NEED_ERP || in dasd_eckd_analysis_evaluation() 2205 init_cqr->status == DASD_CQR_FAILED) { in dasd_eckd_analysis_evaluation() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch | 46 grub_efi_status_t status; 51 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | remove-bashism.patch | 52 status autofs > /dev/null 2>&1 70 …echo $"Usage: $0 {start|forcestart|stop|status|restart|force-reload|forcerestart|reload|condrestar…
|