| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | core_marvel.c | 940 int status; in marvel_agp_cleanup() local 942 status = iommu_release(aper->arena, aper->pg_start, aper->pg_count); in marvel_agp_cleanup() 943 if (status == -EBUSY) { in marvel_agp_cleanup() 947 status = iommu_release(aper->arena, aper->pg_start, in marvel_agp_cleanup() 950 if (status < 0) in marvel_agp_cleanup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/ |
| H A D | ep93xx_eth.c | 423 u32 status; in ep93xx_irq() local 425 status = rdl(ep, REG_INTSTSC); in ep93xx_irq() 426 if (status == 0) in ep93xx_irq() 429 if (status & REG_INTSTS_RX) { in ep93xx_irq() 438 if (status & REG_INTSTS_TX) in ep93xx_irq()
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | adxl34x.c | 279 struct adxl34x_platform_data *pdata, int status, int press) in adxl34x_send_key_events() argument 284 if (status & (1 << (ADXL_Z_AXIS - i))) in adxl34x_send_key_events() 291 struct adxl34x_platform_data *pdata, int status) in adxl34x_do_tap() argument 293 adxl34x_send_key_events(ac, pdata, status, true); in adxl34x_do_tap() 295 adxl34x_send_key_events(ac, pdata, status, false); in adxl34x_do_tap()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/ |
| H A D | vdec_vp9_if.c | 625 fb->status |= FB_ST_DISPLAY; in vp9_rm_from_fb_disp_list() 628 node->fb, fb->status); in vp9_rm_from_fb_disp_list() 721 (*out_fb)->status |= FB_ST_DISPLAY; in get_disp_fb() 734 fb->status |= FB_ST_FREE; in get_free_fb() 736 node->fb, fb->status); in get_free_fb()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | rohm_bu21023.c | 647 s32 status; in rohm_ts_load_firmware() local 705 status = i2c_smbus_read_byte_data(client, INT_STATUS); in rohm_ts_load_firmware() 706 if (status < 0) { in rohm_ts_load_firmware() 707 error = status; in rohm_ts_load_firmware() 716 if (status == PROGRAM_LOAD_DONE) in rohm_ts_load_firmware()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl.dtsi | 65 status = "disabled"; 75 status = "okay"; 112 status = "okay"; 123 status = "okay"; 317 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | netdev.c | 85 s8 status; in wilc_mac_indicate() local 87 wilc_wlan_cfg_get_val(wilc, WID_STATUS, &status, 1); in wilc_mac_indicate() 89 wilc->mac_status = status; in wilc_mac_indicate() 92 wilc->mac_status = status; in wilc_mac_indicate() 670 static void wilc_tx_complete(void *priv, int status) in wilc_tx_complete() argument
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | sb16_main.c | 377 unsigned char status; in snd_sb16dsp_interrupt() local 381 status = snd_sbmixer_read(chip, SB_DSP4_IRQSTATUS); in snd_sb16dsp_interrupt() 383 if ((status & SB_IRQTYPE_MPUIN) && chip->rmidi_callback) in snd_sb16dsp_interrupt() 385 if (status & SB_IRQTYPE_8BIT) { in snd_sb16dsp_interrupt() 402 if (status & SB_IRQTYPE_16BIT) { in snd_sb16dsp_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | apds9960.c | 787 int ret, status; in apds9960_interrupt_handler() local 789 ret = regmap_read(data->regmap, APDS9960_REG_STATUS, &status); in apds9960_interrupt_handler() 795 if ((status & APDS9960_REG_STATUS_ALS_INT) && data->als_int) { in apds9960_interrupt_handler() 804 if ((status & APDS9960_REG_STATUS_PS_INT) && data->pxs_int) { in apds9960_interrupt_handler() 813 if (status & APDS9960_REG_STATUS_GINT) in apds9960_interrupt_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_linux.c | 3613 uint status = 0; local 3679 status = phandler->handler(&oid_par); 3699 if (status) { 10007 int status = 0; local 10021 status = rtw_cta_test_start(dev, info, wdata, extra); 10025 status = rtw_mp_disable_bt_coexist(dev, info, wdata, extra); 10029 status = rtw_mp_iqk(dev, info, wrqu, extra); 10033 status = rtw_mp_lck(dev, info, wrqu, extra); 10037 status = -EIO; 10042 return status; [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smbdirect.c | 181 event->event, event->status); in smbd_conn_upcall() 273 request, wc->status); in send_done() 275 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done() 277 wc->status, wc->opcode); in send_done() 300 resp->credits_granted, resp->status, in dump_smbd_negotiate_resp() 451 response, response->type, wc->status, wc->opcode, in recv_done() 454 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_RECV) { in recv_done() 456 wc->status, wc->opcode); in recv_done() 2143 if (wc->status) { in register_mr_done() 2144 log_rdma_mr(ERR, "status=%d\n", wc->status); in register_mr_done() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | cec-pin.h | 43 void (*status)(struct cec_adapter *adap, struct seq_file *file); member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | bcm2837-rpi-3-b.dts | 29 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | mtk_vcodec_dec.h | 31 unsigned int status; member
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6q-wandboard-revb1.dts | 22 status = "okay";
|
| H A D | imx6qdl-pico-hobbit.dtsi | 22 status = "okay";
|
| H A D | imx6q-phytec-pbab01.dts | 20 status = "okay";
|
| H A D | imx7d-colibri-emmc-aster.dts | 19 status = "okay";
|
| /OK3568_Linux_fs/kernel/include/linux/fsl/bestcomm/ |
| H A D | fec.h | 19 u32 status; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | dw-hdmi-hdcp2.txt | 14 status = "disabled";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6755-evb.dts | 29 status = "okay";
|
| /OK3568_Linux_fs/buildroot/package/statserial/ |
| H A D | Config.in | 7 status of the handshaking lines. It can be
|
| /OK3568_Linux_fs/kernel/Documentation/features/vm/THP/ |
| H A D | arch-support.txt | 7 | arch |status|
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-fpga.dts | 25 status = "okay";
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | kprobes.h | 40 unsigned long status; member
|