Home
last modified time | relevance | path

Searched refs:claimed (Results 1 – 25 of 123) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Depautoconf.c112 ep->claimed = true; in usb_ep_autoconfig_ss()
189 ep->claimed = false; in usb_ep_autoconfig_release()
208 ep->claimed = false; in usb_ep_autoconfig_reset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c40 bool claimed; member
488 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays()
508 if (overlay->stream[i].claimed) in vmw_overlay_claim()
511 overlay->stream[i].claimed = true; in vmw_overlay_claim()
532 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref()
534 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref()
556 overlay->stream[i].claimed = false; in vmw_overlay_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/
H A Decard.c436 if (ec->claimed && ec->ops->irqenable) in ecard_irq_unmask()
472 if (ec->claimed && ec->ops->fiqenable) in ecard_enablefiq()
500 const char *claimed; in ecard_dump_irq_state() local
505 claimed = ec->claimed ? "" : "not "; in ecard_dump_irq_state()
510 ec->slot_no, claimed, in ecard_dump_irq_state()
514 ec->slot_no, claimed, in ecard_dump_irq_state()
565 if (!ec->claimed || !ec->irq || ec->slot_no == 8) in ecard_irq_handler()
1048 ec->claimed = 1; in ecard_drv_probe()
1051 ec->claimed = 0; in ecard_drv_probe()
1061 ec->claimed = 0; in ecard_drv_remove()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dparide.c84 pi->claimed = 1; in pi_wake_up()
105 pi->claimed = 1; in pi_schedule_claimed()
121 if (pi->claimed) in pi_claim()
123 pi->claimed = 1; in pi_claim()
131 pi->claimed = 0; in pi_unclaim()
397 pi->claimed = 0; in pi_init()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst59 addresses have been claimed. If the file descriptor is in non-blocking mode then it will
60 not wait for the logical addresses to be claimed, instead it just returns 0.
63 logical addresses are claimed or cleared.
81 - The actual logical addresses that were claimed. This is set by the
82 driver. If no logical address could be claimed, then it is set to
88 - The bitmask of all logical addresses this adapter has claimed. If
111 adapter shall clear all claimed logical addresses and all other
134 logical address type that it claimed (e.g. it may have to fallback
166 - By default if no logical address of the requested type can be claimed, then
H A Dcec-ioc-adap-g-phys-addr.rst57 requested logical addresses have been claimed. If the file descriptor is in non-blocking mode
58 then it will not wait for the logical addresses to be claimed, instead it just returns 0.
/OK3568_Linux_fs/kernel/drivers/soc/sunxi/
H A Dsunxi_sram.c41 bool claimed; member
245 if (sram_desc->claimed) { in sunxi_sram_claim()
257 sram_desc->claimed = true; in sunxi_sram_claim()
279 sram_desc->claimed = false; in sunxi_sram_release()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c1524 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event()
1526 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
1779 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
1781 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event()
1787 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event()
1795 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event()
1957 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect()
1962 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect()
1964 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect()
1967 hdev->claimed |= HID_CLAIMED_DRIVER; in hid_connect()
[all …]
H A Dhid-ezkey.c50 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
H A Dhid-gyration.c58 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
H A Dhid-icade.c169 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
H A Dhid-ite.c72 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in ite_event()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c615 Bool claimed; /* BusID matches with a device section */ member
724 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchPciInstances()
868 instances[i].claimed = TRUE; in xf86MatchPciInstances()
881 if (!instances[i].claimed) { in xf86MatchPciInstances()
890 instances[i].claimed = FALSE; in xf86MatchPciInstances()
910 instances[i].claimed = FALSE; in xf86MatchPciInstances()
925 instances[i].claimed = FALSE; in xf86MatchPciInstances()
945 instances[i].claimed = FALSE; in xf86MatchPciInstances()
948 if (instances[i].claimed == TRUE) { in xf86MatchPciInstances()
963 if (!instances[i].claimed) in xf86MatchPciInstances()
H A Dxf86sbusBus.c399 Bool claimed; /* BusID matches with a device section */ in xf86MatchSbusInstances() member
413 instances[allocatedInstances - 1].claimed = FALSE; in xf86MatchSbusInstances()
510 instances[i].claimed = TRUE; in xf86MatchSbusInstances()
524 if (!instances[i].claimed) in xf86MatchSbusInstances()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c41 int claimed; member
206 if (!self->claimed) in cw1200_spi_lock()
213 self->claimed = 1; in cw1200_spi_lock()
225 self->claimed = 0; in cw1200_spi_unlock()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtrace.h150 __field(bool, claimed)
162 __entry->claimed = ep->claimed;
169 __entry->address, __entry->claimed ? "claimed:" : "released:",
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_irq.c35 WARN_ON(!host->claimed); in sdio_get_pending_irqs()
228 WARN_ON(!host->claimed); in sdio_card_irq_get()
253 WARN_ON(!host->claimed); in sdio_card_irq_put()
H A Dcore.c347 WARN_ON(!host->claimed); in mmc_start_request()
624 WARN_ON(!host->claimed); in mmc_wait_for_cmd()
794 if (stop || !host->claimed || mmc_ctx_matches(host, ctx, task)) in __mmc_claim_host()
802 host->claimed = 1; in __mmc_claim_host()
830 WARN_ON(!host->claimed); in mmc_release_host()
837 host->claimed = 0; in mmc_release_host()
1435 WARN_ON(!host->claimed); in mmc_attach_bus()
1456 WARN_ON(!host->claimed); in mmc_detach_bus()
2226 WARN_ON(!host->claimed); in mmc_detect_card_removed()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp.c80 bool claimed; member
193 if (ddp->mutex[id].claimed) in mtk_disp_mutex_get()
196 ddp->mutex[id].claimed = true; in mtk_disp_mutex_get()
208 mutex->claimed = false; in mtk_disp_mutex_put()
/OK3568_Linux_fs/kernel/drivers/hsi/
H A Dhsi_core.c604 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port()
612 port->claimed++; in hsi_claim_port()
634 port->claimed--; in hsi_release_port()
635 BUG_ON(port->claimed < 0); in hsi_release_port()
637 if (!port->claimed) in hsi_release_port()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dclaim.c61 bool claimed; in nd_attach_ndns() local
64 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns()
66 return claimed; in nd_attach_ndns()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dxusbatm.c70 …atic void xusbatm_release_intf(struct usb_device *usb_dev, struct usb_interface *intf, int claimed) in xusbatm_release_intf() argument
72 if (claimed) { in xusbatm_release_intf()
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dacm.rst126 usb.c: acm driver claimed interface c7b5f3e0
127 usb.c: acm driver claimed interface c7b5f3f8
128 usb.c: acm driver claimed interface c7691fa0
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dscan_handlers.rst59 that means that the handler has claimed the device node and is now responsible
63 handler that has claimed it.
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-gpio9 "export" operation. If a given GPIO is not claimed for use by

12345