Home
last modified time | relevance | path

Searched refs:irq_control (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dmxc_nand.c136 void (*irq_control)(struct mxc_nand_host *, int); member
400 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control() function
408 host->devtype_data->irq_control(host, activate); in irq_control()
434 irq_control(host, 0); in mxc_nfc_irq()
460 irq_control(host, 1); in wait_op_done()
1472 .irq_control = irq_control_v1_v2,
1496 .irq_control = irq_control_v1_v2,
1521 .irq_control = irq_control_v1_v2,
1547 .irq_control = irq_control_v3,
1573 .irq_control = irq_control_v3,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h142 void (*irq_control)(struct dpu_encoder_phys *phys, bool enable); member
H A Ddpu_encoder_phys_vid.c673 ops->irq_control = dpu_encoder_phys_vid_irq_control; in dpu_encoder_phys_vid_init_ops()
H A Ddpu_encoder_phys_cmd.c700 ops->irq_control = dpu_encoder_phys_cmd_irq_control; in dpu_encoder_phys_cmd_init_ops()
H A Ddpu_encoder.c711 if (phys->ops.irq_control) in _dpu_encoder_irq_control()
712 phys->ops.irq_control(phys, enable); in _dpu_encoder_irq_control()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h392 volatile __le32 irq_control; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c663 temp = readl(&xhci->ir_set->irq_control); in xhci_run()
666 writel(temp, &xhci->ir_set->irq_control); in xhci_run()
824 xhci->s3.irq_control = readl(&xhci->ir_set->irq_control); in xhci_save_registers()
837 writel(xhci->s3.irq_control, &xhci->ir_set->irq_control); in xhci_restore_registers()
H A Dxhci.h489 __le32 irq_control; member
1695 u32 irq_control; member
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1239 xhci_writel(&ctrl->ir_set->irq_control, 0x0); in xhci_lowlevel_init()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Duio-howto.rst403 :c:func:`irq_control()` to make this possible, you must not