| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/toshiba/ |
| H A D | spider_net.rst | 26 containing the received data, the buffer size, and various status bits. 80 of the ring, starting at the tail pointer, and listing the status 99 to all of the rest of the descrs, from the last status change. The "nnn" 100 is a count of how many descrs have exactly the same status. 102 The status x4... corresponds to "full" and status xa... corresponds
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | redrat3.c | 693 switch (urb->status) { in redrat3_handle_async() 720 dev_warn(rr3->dev, "Error: urb status = %d\n", urb->status); in redrat3_handle_async() 889 switch (urb->status) { in redrat3_learn_complete() 899 dev_err(rr3->dev, "Error: learn urb status = %d", urb->status); in redrat3_learn_complete() 908 switch (urb->status) { in redrat3_led_complete() 918 dev_dbg(rr3->dev, "Error: urb status = %d\n", urb->status); in redrat3_led_complete()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | 88pm860x-codec.c | 1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local 1209 status = pm860x_reg_read(pm860x->i2c, REG_STATUS_1); in pm860x_component_handler() 1215 if (status & (HEADSET_STATUS | MIC_STATUS | SHORT_HS1 | SHORT_HS2 | in pm860x_component_handler() 1221 && (status & HEADSET_STATUS)) in pm860x_component_handler() 1225 && (status & MIC_STATUS)) in pm860x_component_handler() 1231 if (pm860x->det.hook_det && (status & HOOK_STATUS)) in pm860x_component_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 410 static bool nfp_cpp_area_acquire_try(struct nfp_cpp_area *area, int *status) in nfp_cpp_area_acquire_try() argument 412 *status = area->cpp->op->area_acquire(area); in nfp_cpp_area_acquire_try() 414 return *status != -EAGAIN; in nfp_cpp_area_acquire_try() 419 int err, status; in __nfp_cpp_area_acquire() local 428 nfp_cpp_area_acquire_try(area, &status)); in __nfp_cpp_area_acquire() 430 err = status; in __nfp_cpp_area_acquire()
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 170 + Status status = Valid; 177 + status = Adjusted; 183 + status = Adjusted; 198 + status = Adjusted; 213 + status = Adjusted; 227 + return status;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 32 if (wl->status.map.lps == BTC_LPS_RF_OFF || in _chk_btc_err() 33 wl->status.map.rf_off) in _chk_btc_err() 404 if (wl->status.map.lps != BTC_LPS_RF_OFF && in _chk_btc_report() 405 !wl->status.map.rf_off) { in _chk_btc_report() 785 n = sizeof(wl->status); in hal_btc_fw_set_drv_info() 793 hal_mem_cpy(h, (void *)&buf[2], &wl->status, n); in hal_btc_fw_set_drv_info()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 543 if (ci_req->req.status == -EINPROGRESS) { in ci_ep_dequeue() 544 ci_req->req.status = -ECONNRESET; in ci_ep_dequeue() 667 int status = 0; in handle_setup() local 752 status = controller.driver->setup(&controller.gadget, &r); in handle_setup() 754 status = -ENODEV; in handle_setup() 756 if (!status) in handle_setup()
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | opl3sa2.c | 285 unsigned short status; in snd_opl3sa2_interrupt() local 294 status = snd_opl3sa2_read(chip, OPL3SA2_IRQ_STATUS); in snd_opl3sa2_interrupt() 296 if (status & 0x20) { in snd_opl3sa2_interrupt() 301 if ((status & 0x10) && chip->rmidi != NULL) { in snd_opl3sa2_interrupt() 306 if (status & 0x07) { /* TI,CI,PI */ in snd_opl3sa2_interrupt() 311 if (status & 0x40) { /* hardware volume change */ in snd_opl3sa2_interrupt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 32 if (wl->status.map.lps == BTC_LPS_RF_OFF || in _chk_btc_err() 33 wl->status.map.rf_off) in _chk_btc_err() 404 if (wl->status.map.lps != BTC_LPS_RF_OFF && in _chk_btc_report() 405 !wl->status.map.rf_off) { in _chk_btc_report() 785 n = sizeof(wl->status); in hal_btc_fw_set_drv_info() 793 hal_mem_cpy(h, (void *)&buf[2], &wl->status, n); in hal_btc_fw_set_drv_info()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 224 enable = connector->status == connector_status_connected; in drm_connector_enabled() 226 enable = connector->status != connector_status_disconnected; in drm_connector_enabled() 383 connectors[i]->status == connector_status_connected) in drm_client_target_preferred() 513 if (connector->status == connector_status_connected) in drm_client_pick_crtcs() 597 connectors[i]->status == connector_status_connected) in drm_client_firmware_config() 615 if (connector->status == connector_status_connected) in drm_client_firmware_config()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | af9033.c | 611 static int af9033_read_status(struct dvb_frontend *fe, enum fe_status *status) in af9033_read_status() argument 622 *status = 0; in af9033_read_status() 631 *status |= FE_HAS_SIGNAL; in af9033_read_status() 640 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER | in af9033_read_status() 649 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER | in af9033_read_status() 654 dev->fe_status = *status; in af9033_read_status()
|
| /OK3568_Linux_fs/kernel/drivers/phy/tegra/ |
| H A D | xusb-tegra186.c | 309 bool status) in tegra186_xusb_padctl_vbus_override() argument 313 dev_dbg(padctl->dev, "%s vbus override\n", status ? "set" : "clear"); in tegra186_xusb_padctl_vbus_override() 317 if (status) { in tegra186_xusb_padctl_vbus_override() 331 bool status) in tegra186_xusb_padctl_id_override() argument 335 dev_dbg(padctl->dev, "%s id override\n", status ? "set" : "clear"); in tegra186_xusb_padctl_id_override() 339 if (status) { in tegra186_xusb_padctl_id_override()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | dev-replace.c | 887 args->status.replace_state = dev_replace->replace_state; in btrfs_dev_replace_status() 888 args->status.time_started = dev_replace->time_started; in btrfs_dev_replace_status() 889 args->status.time_stopped = dev_replace->time_stopped; in btrfs_dev_replace_status() 890 args->status.num_write_errors = in btrfs_dev_replace_status() 892 args->status.num_uncorrectable_read_errors = in btrfs_dev_replace_status() 894 args->status.progress_1000 = btrfs_dev_replace_progress(fs_info); in btrfs_dev_replace_status()
|
| /OK3568_Linux_fs/kernel/drivers/iio/gyro/ |
| H A D | bmg160_core.c | 333 bool status) in bmg160_setup_any_motion_interrupt() argument 341 (status ? BMG160_INT_MAP_0_BIT_ANY : 0)); in bmg160_setup_any_motion_interrupt() 348 if (status) { in bmg160_setup_any_motion_interrupt() 397 bool status) in bmg160_setup_new_data_interrupt() argument 405 (status ? BMG160_INT_MAP_1_BIT_NEW_DATA : 0)); in bmg160_setup_new_data_interrupt() 411 if (status) { in bmg160_setup_new_data_interrupt()
|
| /OK3568_Linux_fs/kernel/include/linux/soc/qcom/ |
| H A D | pdr.h | 20 struct pdr_handle *pdr_handle_alloc(void (*status)(int state,
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | azt3328.c | 1862 u8 status in snd_azf3328_pcm_interrupt() argument 1874 if (!(status & (1 << codec_type))) in snd_azf3328_pcm_interrupt() 1901 u8 status; in snd_azf3328_interrupt() local 1904 status = snd_azf3328_ctrl_inb(chip, IDX_IO_IRQSTATUS); in snd_azf3328_interrupt() 1907 if (!(status & in snd_azf3328_interrupt() 1916 status); in snd_azf3328_interrupt() 1918 if (status & IRQ_TIMER) { in snd_azf3328_interrupt() 1932 if (status & (IRQ_PLAYBACK|IRQ_RECORDING|IRQ_I2S_OUT)) in snd_azf3328_interrupt() 1933 snd_azf3328_pcm_interrupt(chip, chip->codecs, status); in snd_azf3328_interrupt() 1935 if (status & IRQ_GAMEPORT) in snd_azf3328_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 288 bool status; in omap_write_buf8() local 294 status = info->ops->nand_writebuffer_empty(); in omap_write_buf8() 295 } while (!status); in omap_write_buf8() 322 bool status; in omap_write_buf16() local 330 status = info->ops->nand_writebuffer_empty(); in omap_write_buf16() 331 } while (!status); in omap_write_buf16() 994 int status; in omap_wait() local 1000 status = readb(info->reg.gpmc_nand_data); in omap_wait() 1001 if (status & NAND_STATUS_READY) in omap_wait() 1006 status = readb(info->reg.gpmc_nand_data); in omap_wait() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | stex.c | 390 struct status_msg *status = hba->status_buffer + hba->status_tail; in stex_get_status() local 395 return status; in stex_get_status() 565 static void return_abnormal_state(struct st_hba *hba, int status) in return_abnormal_state() argument 579 ccb->cmd->result = status << 16; in return_abnormal_state() 1620 int status; in stex_request_irq() local 1623 status = pci_enable_msi(pdev); in stex_request_irq() 1624 if (status != 0) in stex_request_irq() 1627 pci_name(pdev), status); in stex_request_irq() 1633 status = request_irq(pdev->irq, in stex_request_irq() 1637 if (status != 0) { in stex_request_irq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mlme_ext.c | 1891 int status; in OnAuth() local 1956 status = _STATS_NO_SUPP_ALG_; in OnAuth() 1993 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2008 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2059 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2081 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2114 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2133 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2141 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2171 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mlme_ext.c | 1757 pmlmeinfo->FW_sta_info[cam_idx].status = 0; in OnBeacon() 1783 int status; in OnAuth() local 1848 status = _STATS_NO_SUPP_ALG_; in OnAuth() 1885 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 1900 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 1951 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 1973 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2006 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2025 status = _STATS_CHALLENGE_FAIL_; in OnAuth() 2033 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 766 enum dmub_status status; in dm_dmub_hw_init() local 786 status = dmub_srv_has_hw_support(dmub_srv, &has_hw_support); in dm_dmub_hw_init() 787 if (status != DMUB_STATUS_OK) { in dm_dmub_hw_init() 788 DRM_ERROR("Error checking HW support for DMUB: %d\n", status); in dm_dmub_hw_init() 856 status = dmub_srv_hw_init(dmub_srv, &hw_params); in dm_dmub_hw_init() 857 if (status != DMUB_STATUS_OK) { in dm_dmub_hw_init() 858 DRM_ERROR("Error initializing DMUB HW: %d\n", status); in dm_dmub_hw_init() 863 status = dmub_srv_wait_for_auto_load(dmub_srv, 100000); in dm_dmub_hw_init() 864 if (status != DMUB_STATUS_OK) in dm_dmub_hw_init() 865 DRM_WARN("Wait for DMUB auto-load failed: %d\n", status); in dm_dmub_hw_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 2194 int status; in OnAuth() local 2264 status = _STATS_REFUSED_TEMPORARILY_; in OnAuth() 2271 status = rtw_ap_linking_test_force_auth_fail(); in OnAuth() 2273 , FUNC_ADPT_ARG(padapter), status); in OnAuth() 2287 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2294 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2307 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2374 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2393 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2421 status = _STATS_CHALLENGE_FAIL_; in OnAuth() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 2187 int status; in OnAuth() local 2257 status = _STATS_REFUSED_TEMPORARILY_; in OnAuth() 2264 status = rtw_ap_linking_test_force_auth_fail(); in OnAuth() 2266 , FUNC_ADPT_ARG(padapter), status); in OnAuth() 2280 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2287 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2300 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2367 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2386 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2414 status = _STATS_CHALLENGE_FAIL_; in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 2173 int status; in OnAuth() local 2243 status = _STATS_REFUSED_TEMPORARILY_; in OnAuth() 2250 status = rtw_ap_linking_test_force_auth_fail(); in OnAuth() 2252 , FUNC_ADPT_ARG(padapter), status); in OnAuth() 2266 status = _STATS_NO_SUPP_ALG_; in OnAuth() 2273 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2286 status = _STATS_UNABLE_HANDLE_STA_; in OnAuth() 2353 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2372 status = _STATS_OUT_OF_AUTH_SEQ_; in OnAuth() 2400 status = _STATS_CHALLENGE_FAIL_; in OnAuth() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/ |
| H A D | bcm3368-netgear-cvg834g.dts | 22 status = "okay";
|