Home
last modified time | relevance | path

Searched refs:status (Results 8676 – 8700 of 15119) sorted by relevance

1...<<341342343344345346347348349350>>...605

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_marvel.c940 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 Dep93xx_eth.c423 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 Dadxl34x.c279 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 Dvdec_vp9_if.c625 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 Drohm_bu21023.c647 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 Dmeson-gxl.dtsi65 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 Dnetdev.c85 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 Dsb16_main.c377 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 Dapds9960.c787 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 Dioctl_linux.c3613 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 Dsmbdirect.c181 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 Dcec-pin.h43 void (*status)(struct cec_adapter *adap, struct seq_file *file); member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dbcm2837-rpi-3-b.dts29 status = "okay";
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_dec.h31 unsigned int status; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6q-wandboard-revb1.dts22 status = "okay";
H A Dimx6qdl-pico-hobbit.dtsi22 status = "okay";
H A Dimx6q-phytec-pbab01.dts20 status = "okay";
H A Dimx7d-colibri-emmc-aster.dts19 status = "okay";
/OK3568_Linux_fs/kernel/include/linux/fsl/bestcomm/
H A Dfec.h19 u32 status; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Ddw-hdmi-hdcp2.txt14 status = "disabled";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/
H A Dmt6755-evb.dts29 status = "okay";
/OK3568_Linux_fs/buildroot/package/statserial/
H A DConfig.in7 status of the handshaking lines. It can be
/OK3568_Linux_fs/kernel/Documentation/features/vm/THP/
H A Darch-support.txt7 | arch |status|
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-fpga.dts25 status = "okay";
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dkprobes.h40 unsigned long status; member

1...<<341342343344345346347348349350>>...605