/Linux-v4.19/drivers/usb/gadget/ |
D | epautoconf.c | 125 ep->claimed = true; in usb_ep_autoconfig_ss() 182 ep->claimed = false; in usb_ep_autoconfig_release() 201 ep->claimed = false; in usb_ep_autoconfig_reset()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 42 bool claimed; member 521 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays() 541 if (overlay->stream[i].claimed) in vmw_overlay_claim() 544 overlay->stream[i].claimed = true; in vmw_overlay_claim() 565 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() 567 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref() 589 overlay->stream[i].claimed = false; in vmw_overlay_init()
|
/Linux-v4.19/drivers/block/paride/ |
D | paride.c | 84 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()
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | sun50i-de2-bus.txt | 4 to be claimed for enabling the access. 14 - allwinner,sram: the SRAM that needs to be claimed
|
/Linux-v4.19/drivers/hid/ |
D | hid-core.c | 1275 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event() 1277 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1514 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event() 1516 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event() 1522 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event() 1530 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event() 1692 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect() 1697 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect() 1699 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect() 1702 hdev->claimed |= HID_CLAIMED_DRIVER; in hid_connect() [all …]
|
D | hid-ite.c | 22 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in ite_event()
|
D | hid-ezkey.c | 53 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
|
D | hid-gyration.c | 61 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
|
D | hid-icade.c | 172 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
|
D | hid-a4tech.c | 56 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in a4_event()
|
D | hid-cypress.c | 76 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-ioc-adap-g-log-addrs.rst | 57 addresses have been claimed. If the file descriptor is in non-blocking mode then it will 58 not wait for the logical addresses to be claimed, instead it just returns 0. 61 logical addresses are claimed or cleared. 79 - The actual logical addresses that were claimed. This is set by the 80 driver. If no logical address could be claimed, then it is set to 86 - The bitmask of all logical addresses this adapter has claimed. If 109 adapter shall clear all claimed logical addresses and all other 132 logical address type that it claimed (e.g. it may have to fallback 165 - By default if no logical address of the requested type can be claimed, then
|
D | cec-ioc-adap-g-phys-addr.rst | 55 requested logical addresses have been claimed. If the file descriptor is in non-blocking mode 56 then it will not wait for the logical addresses to be claimed, instead it just returns 0.
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | cw1200_spi.c | 44 int claimed; member 209 if (!self->claimed) in cw1200_spi_lock() 216 self->claimed = 1; in cw1200_spi_lock() 228 self->claimed = 0; in cw1200_spi_unlock()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | trace.h | 150 __field(bool, claimed) 162 __entry->claimed = ep->claimed; 169 __entry->address, __entry->claimed ? "claimed:" : "released:",
|
/Linux-v4.19/arch/arm/mach-rpc/ |
D | ecard.c | 435 if (ec->claimed && ec->ops->irqenable) in ecard_irq_unmask() 471 if (ec->claimed && ec->ops->fiqenable) in ecard_enablefiq() 503 ec->slot_no, ec->claimed ? "" : "not "); in ecard_dump_irq_state() 561 if (!ec->claimed || !ec->irq || ec->slot_no == 8) in ecard_irq_handler() 1031 ec->claimed = 1; in ecard_drv_probe() 1034 ec->claimed = 0; in ecard_drv_probe() 1044 ec->claimed = 0; in ecard_drv_remove() 1072 ec->claimed = 0; in ecard_drv_shutdown()
|
/Linux-v4.19/drivers/soc/sunxi/ |
D | sunxi_sram.c | 41 bool claimed; member 255 if (sram_desc->claimed) { in sunxi_sram_claim() 288 sram_desc->claimed = false; in sunxi_sram_release()
|
/Linux-v4.19/drivers/nvdimm/ |
D | claim.c | 69 bool claimed; in nd_attach_ndns() local 72 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns() 74 return claimed; in nd_attach_ndns()
|
/Linux-v4.19/drivers/hsi/ |
D | hsi_core.c | 617 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 625 port->claimed++; in hsi_claim_port() 647 port->claimed--; in hsi_release_port() 648 BUG_ON(port->claimed < 0); in hsi_release_port() 650 if (!port->claimed) in hsi_release_port()
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_irq.c | 213 WARN_ON(!host->claimed); in sdio_card_irq_get() 238 WARN_ON(!host->claimed); in sdio_card_irq_put()
|
D | core.c | 350 WARN_ON(!host->claimed); in mmc_start_request() 644 WARN_ON(!host->claimed); in mmc_wait_for_cmd() 841 if (stop || !host->claimed || mmc_ctx_matches(host, ctx, task)) in __mmc_claim_host() 849 host->claimed = 1; in __mmc_claim_host() 877 WARN_ON(!host->claimed); in mmc_release_host() 884 host->claimed = 0; in mmc_release_host() 1754 WARN_ON(!host->claimed); in mmc_attach_bus() 1775 WARN_ON(!host->claimed); in mmc_detach_bus() 2567 WARN_ON(!host->claimed); in mmc_detect_card_removed()
|
/Linux-v4.19/drivers/usb/atm/ |
D | xusbatm.c | 70 …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()
|
/Linux-v4.19/Documentation/usb/ |
D | acm.txt | 122 usb.c: acm driver claimed interface c7b5f3e0 123 usb.c: acm driver claimed interface c7b5f3f8 124 usb.c: acm driver claimed interface c7691fa0
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp.c | 143 bool claimed; member 393 if (ddp->mutex[id].claimed) in mtk_disp_mutex_get() 396 ddp->mutex[id].claimed = true; in mtk_disp_mutex_get() 408 mutex->claimed = false; in mtk_disp_mutex_put()
|
/Linux-v4.19/Documentation/ABI/obsolete/ |
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|