Home
last modified time | relevance | path

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

1234

/linux/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()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c40 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/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 …]
/linux/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.
/linux/drivers/soc/sunxi/
H A Dsunxi_sram.c40 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/drivers/hid/
H A Dhid-core.c1545 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event()
1547 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
2037 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
2039 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event()
2045 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event()
2052 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event()
2242 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect()
2247 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect()
2249 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect()
2252 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()
H A Dhid-a4tech.c79 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in a4_event()
H A Dhid-cypress.c105 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
/linux/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()
/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c824 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/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c523 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/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()
/linux/drivers/nvdimm/
H A Dclaim.c62 bool claimed; in nd_attach_ndns() local
65 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns()
67 return claimed; in nd_attach_ndns()
/linux/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()
/linux/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
/linux/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.
/linux/drivers/soc/mediatek/
H A Dmtk-mutex.c313 bool claimed; member
814 if (!mtx->mutex[i].claimed) { in mtk_mutex_get()
815 mtx->mutex[i].claimed = true; in mtk_mutex_get()
830 mutex->claimed = false; in mtk_mutex_put()
/linux/arch/arm/include/asm/
H A Decard.h150 unsigned char claimed; /* Card claimed? */ member
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst398 re-claimed before use.
401 port and no other driver has yet claimed it. You can claim the
406 If an interrupt occurs on the parallel port your driver has claimed,
517 You should not unregister a device that is currently claimed, although
557 You should not try to claim a port that you have already claimed.
563 claimed, and the caller now has possession of the parallel port.
597 Once a parallel port device has been claimed, it can be released using
654 port, and it must be re-claimed before use.
/linux/Documentation/networking/
H A Dj1939.rst144 address being claimed. This serves as a base for filter schemes. By default,
344 Distinction has to be made between using the claimed address and doing an
345 address claim. To use an already claimed address, one has to fill in the
346 ``j1939.name`` member and provide it to ``bind(2)``. If the name had claimed an address

1234