| /linux-6.15/drivers/usb/gadget/ |
| H A 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-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 40 bool claimed; member 482 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays() 502 if (overlay->stream[i].claimed) in vmw_overlay_claim() 505 overlay->stream[i].claimed = true; in vmw_overlay_claim() 526 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() 528 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref() 550 overlay->stream[i].claimed = false; in vmw_overlay_init()
|
| /linux-6.15/arch/arm/mach-rpc/ |
| H A 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-6.15/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-adap-g-log-addrs.rst | 59 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 D | cec-ioc-adap-g-phys-addr.rst | 57 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.
|
| /linux-6.15/drivers/soc/sunxi/ |
| H A D | sunxi_sram.c | 40 bool claimed; member 246 if (sram_desc->claimed) { in sunxi_sram_claim() 258 sram_desc->claimed = true; in sunxi_sram_claim() 280 sram_desc->claimed = false; in sunxi_sram_release()
|
| /linux-6.15/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200_spi.c | 43 int claimed; member 208 if (!self->claimed) in cw1200_spi_lock() 215 self->claimed = 1; in cw1200_spi_lock() 227 self->claimed = 0; in cw1200_spi_unlock()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | trace.h | 155 __field(bool, claimed) 167 __entry->claimed = ep->claimed; 174 __entry->address, __entry->claimed ? "claimed:" : "released:",
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_irq.c | 35 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 D | core.c | 350 WARN_ON(!host->claimed); in mmc_start_request() 636 WARN_ON(!host->claimed); in mmc_wait_for_cmd() 806 if (stop || !host->claimed || mmc_ctx_matches(host, ctx, task)) in __mmc_claim_host() 814 host->claimed = 1; in __mmc_claim_host() 842 WARN_ON(!host->claimed); in mmc_release_host() 849 host->claimed = 0; in mmc_release_host() 2160 WARN_ON(!host->claimed); in mmc_detect_card_removed()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-core.c | 1551 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event() 2058 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event() 2241 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect() 2246 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect() 2248 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect() 2251 hdev->claimed |= HID_CLAIMED_DRIVER; in hid_connect() 2267 if (hdev->claimed & HID_CLAIMED_INPUT) in hid_connect() 2269 if (hdev->claimed & HID_CLAIMED_HIDDEV) in hid_connect() 2272 if (hdev->claimed & HID_CLAIMED_HIDRAW) in hid_connect() 2324 if (hdev->claimed & HID_CLAIMED_INPUT) in hid_disconnect() [all …]
|
| H A D | hid-ezkey.c | 50 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
|
| H A D | hid-gyration.c | 58 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
|
| H A D | hid-icade.c | 169 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
|
| H A D | hid-ite.c | 72 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in ite_event()
|
| H A D | hid-a4tech.c | 79 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in a4_event()
|
| /linux-6.15/drivers/platform/surface/aggregator/ |
| H A D | ssh_request_layer.c | 824 LIST_HEAD(claimed); in ssh_rtl_timeout_reap() 866 list_move_tail(&r->node, &claimed); in ssh_rtl_timeout_reap() 871 list_for_each_entry_safe(r, n, &claimed, node) { in ssh_rtl_timeout_reap() 1200 LIST_HEAD(claimed); in ssh_rtl_shutdown() 1220 list_move_tail(&r->node, &claimed); in ssh_rtl_shutdown() 1253 list_move_tail(&r->node, &claimed); in ssh_rtl_shutdown() 1259 list_for_each_entry_safe(r, n, &claimed, node) { in ssh_rtl_shutdown()
|
| /linux-6.15/drivers/hsi/ |
| H A 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-6.15/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp.c | 523 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_suspend() 555 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_get_all_active() 581 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_get_active() 606 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_check_dup() 679 if (loc != RX_CLS_LOC_ANY && init && priv->net_filters[loc].claimed) in bcmasp_netfilt_get_init() 692 priv->net_filters[i].claimed && in bcmasp_netfilt_get_init() 706 if (wake_filter && !(i % 2) && !priv->net_filters[i].claimed && in bcmasp_netfilt_get_init() 707 !priv->net_filters[i + 1].claimed) in bcmasp_netfilt_get_init() 709 else if (!priv->net_filters[i].claimed) in bcmasp_netfilt_get_init() 715 nfilter->claimed = true; in bcmasp_netfilt_get_init() [all …]
|
| /linux-6.15/drivers/usb/atm/ |
| H A 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-6.15/Documentation/usb/ |
| H A 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-6.15/drivers/staging/vc04_services/interface/ |
| H A D | TESTING | 96 Slots claimed: 108 Slots claimed:
|
| /linux-6.15/Documentation/devicetree/bindings/bus/ |
| H A D | allwinner,sun50i-a64-de2.yaml | 35 The SRAM that needs to be claimed to access the display engine
|
| /linux-6.15/Documentation/ABI/obsolete/ |
| H A D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|
| /linux-6.15/Documentation/driver-api/acpi/ |
| H A 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.
|