/Linux-v5.4/drivers/usb/gadget/ |
D | epautoconf.c | 112 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()
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 40 bool claimed; member 519 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays() 539 if (overlay->stream[i].claimed) in vmw_overlay_claim() 542 overlay->stream[i].claimed = true; in vmw_overlay_claim() 563 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() 565 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref() 587 overlay->stream[i].claimed = false; in vmw_overlay_init()
|
/Linux-v5.4/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-v5.4/arch/arm/mach-rpc/ |
D | ecard.c | 436 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 …]
|
/Linux-v5.4/drivers/hid/ |
D | hid-core.c | 1462 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event() 1464 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1704 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event() 1706 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event() 1712 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event() 1720 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event() 1882 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect() 1887 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect() 1889 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect() 1892 hdev->claimed |= HID_CLAIMED_DRIVER; in hid_connect() [all …]
|
D | hid-ite.c | 19 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in ite_event()
|
D | hid-ezkey.c | 50 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
|
D | hid-gyration.c | 58 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
|
D | hid-icade.c | 169 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
|
D | hid-cypress.c | 73 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
|
D | hid-a4tech.c | 79 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in a4_event()
|
/Linux-v5.4/Documentation/media/uapi/cec/ |
D | cec-ioc-adap-g-log-addrs.rst | 64 addresses have been claimed. If the file descriptor is in non-blocking mode then it will 65 not wait for the logical addresses to be claimed, instead it just returns 0. 68 logical addresses are claimed or cleared. 86 - The actual logical addresses that were claimed. This is set by the 87 driver. If no logical address could be claimed, then it is set to 93 - The bitmask of all logical addresses this adapter has claimed. If 116 adapter shall clear all claimed logical addresses and all other 139 logical address type that it claimed (e.g. it may have to fallback 172 - By default if no logical address of the requested type can be claimed, then
|
D | cec-ioc-adap-g-phys-addr.rst | 62 requested logical addresses have been claimed. If the file descriptor is in non-blocking mode 63 then it will not wait for the logical addresses to be claimed, instead it just returns 0.
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | trace.h | 150 __field(bool, claimed) 162 __entry->claimed = ep->claimed; 169 __entry->address, __entry->claimed ? "claimed:" : "released:",
|
/Linux-v5.4/drivers/net/wireless/st/cw1200/ |
D | cw1200_spi.c | 41 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()
|
/Linux-v5.4/drivers/mmc/core/ |
D | sdio_irq.c | 35 WARN_ON(!host->claimed); in sdio_get_pending_irqs() 229 WARN_ON(!host->claimed); in sdio_card_irq_get() 254 WARN_ON(!host->claimed); in sdio_card_irq_put()
|
D | core.c | 348 WARN_ON(!host->claimed); in mmc_start_request() 642 WARN_ON(!host->claimed); in mmc_wait_for_cmd() 812 if (stop || !host->claimed || mmc_ctx_matches(host, ctx, task)) in __mmc_claim_host() 820 host->claimed = 1; in __mmc_claim_host() 848 WARN_ON(!host->claimed); in mmc_release_host() 855 host->claimed = 0; in mmc_release_host() 1439 WARN_ON(!host->claimed); in mmc_attach_bus() 1460 WARN_ON(!host->claimed); in mmc_detach_bus() 2244 WARN_ON(!host->claimed); in mmc_detect_card_removed()
|
/Linux-v5.4/drivers/soc/sunxi/ |
D | sunxi_sram.c | 41 bool claimed; member 245 if (sram_desc->claimed) { in sunxi_sram_claim() 278 sram_desc->claimed = false; in sunxi_sram_release()
|
/Linux-v5.4/drivers/nvdimm/ |
D | claim.c | 61 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()
|
/Linux-v5.4/drivers/hsi/ |
D | hsi_core.c | 604 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()
|
/Linux-v5.4/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-v5.4/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp.c | 139 bool claimed; member 397 if (ddp->mutex[id].claimed) in mtk_disp_mutex_get() 400 ddp->mutex[id].claimed = true; in mtk_disp_mutex_get() 412 mutex->claimed = false; in mtk_disp_mutex_put()
|
/Linux-v5.4/Documentation/usb/ |
D | acm.rst | 126 usb.c: acm driver claimed interface c7b5f3e0 127 usb.c: acm driver claimed interface c7b5f3f8 128 usb.c: acm driver claimed interface c7691fa0
|
/Linux-v5.4/Documentation/ABI/obsolete/ |
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|
/Linux-v5.4/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 59 that means that the handler has claimed the device node and is now responsible 63 handler that has claimed it.
|