Home
last modified time | relevance | path

Searched full:claimed (Results 1 – 25 of 247) sorted by relevance

12345678910

/linux/drivers/usb/gadget/
H A Depautoconf.c52 * On success, this returns an claimed usb_ep, and modifies the endpoint
59 * assigning ep->claimed to true.
112 ep->claimed = true; in usb_ep_autoconfig_ss()
140 * On success, this returns an claimed usb_ep, and modifies the endpoint
145 * claims it by assigning ep->claimed to true.
182 * from usb_ep_autoconfig(). It unclaims endpoint claimed by
189 ep->claimed = false; in usb_ep_autoconfig_release()
200 * state such as ep->claimed and the record of assigned endpoints
208 ep->claimed = false; in usb_ep_autoconfig_reset()
/linux/include/linux/
H A Dirq_work.h11 * free NULL, 0 -> {claimed} : free to be used
12 * claimed NULL, 3 -> {pending} : claimed to be enqueued
14 * busy NULL, 2 -> {free, claimed} : callback in progress, can be claimed
/linux/net/can/j1939/
H A Daddress-claim.c173 * network until 250 ms after it has successfully claimed in j1939_ac_process()
175 * address-claimed. in j1939_ac_process()
179 * after 250 ms from the first AC (address-claimed) message in j1939_ac_process()
183 * As stated in "4.4.2.3 - Address-claimed message": in j1939_ac_process()
185 * an address claimed message shall not receive a contending in j1939_ac_process()
191 * the address-claimed message with its current NAME. in j1939_ac_process()
193 * d) send an address-claimed message in response to a in j1939_ac_process()
201 * claimed (timer has expired) or the AC message has been sent in j1939_ac_process()
/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/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 in ecard_drv_probe()
[all...]
/linux/block/
H A Dholder.c36 * @bdev: the claimed slave bdev
43 * - from "slaves" directory of the holder @disk to the claimed @bdev
52 * The caller must have claimed @bdev before calling this function and
H A Dbdev.c488 * bd_may_claim - test whether a block device can be claimed
493 * Test whether @bdev can be claimed by @holder.
496 * %true if @bdev can be claimed, %false otherwise.
519 * the device is claimed, but not the whole device. in bd_may_claim()
533 * Claim @bdev. This function fails if @bdev is already claimed by another
538 * 0 if @bdev can be claimed, -EBUSY otherwise.
549 /* if someone else claimed, fail */ in bd_prepare_to_claim()
586 * @holder: holder that has claimed @bdev
617 * @holder: holder that has claimed @bdev
/linux/drivers/media/pci/cx18/
H A Dcx18-fileops.c26 If no one else is using this stream then the stream is claimed and
27 associated VBI and IDX streams are also automatically claimed.
28 Possible error returns: -EBUSY if someone else has claimed
38 CX18_WARN("MPEG Index stream cannot be claimed directly, but something tried.\n"); in cx18_claim_stream()
43 /* someone already claimed this stream */ in cx18_claim_stream()
87 /* This function releases a previously claimed stream. It will take into
136 * The VBI stream is not still claimed by a file in cx18_release_stream()
511 * The VBI and IDX streams should have been claimed in cx18_start_capture()
513 * claimed. We only need to start these streams capturing. in cx18_start_capture()
/linux/kernel/trace/
H A Dtracing_map.h42 * that entry is considered to be free and can be claimed, by
44 * the new 32-bit hashed key. Once claimed, that tracing_map_entry's
64 * 'claimed' as described in the above discussion, and therefore is
230 * claimed by tracing_map_insert() in the context of the map
/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()
210 dev_dbg(dev, "%s already claimed\n", in nd_namespace_store()
/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()
296 * claimed already when the handler is called so the handler should not
H A Dsdio_io.c697 * to be claimed, nor the function active, for this information to be
719 * The host doesn't need to be claimed, nor the function active,
750 * This function should be called while the host is claimed and the host
751 * should remain claimed until sdio_retune_crc_enable() is called.
792 * This function should be called while the host is claimed.
808 * This function should be called while the host is claimed.
/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/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()
676 /* If the filter location is busy (already claimed) and we are initializing in bcmasp_netfilt_get_init()
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()
704 * 2. The current and next filter is not 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()
[all …]
/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/drivers/hsi/
H A Dhsi_core.c604 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port()
612 port->claimed++; in hsi_claim_port()
624 * @cl: HSI client which previously claimed its 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/media/pci/ivtv/
H A Divtv-fileops.c29 If no one else is using this stream then the stream is claimed and
30 associated VBI streams are also automatically claimed.
31 Possible error returns: -EBUSY if someone else has claimed
41 /* someone already claimed this stream */ in ivtv_claim_stream()
90 /* This function releases a previously claimed stream. It will take into
130 /* VBI stream still claimed by a file descriptor */ in ivtv_release_stream()
461 /* Note: the IVTV_ENC_STREAM_TYPE_VBI is claimed in ivtv_start_capture()
462 automatically when the MPG stream is claimed. in ivtv_start_capture()
530 IVTV_DEBUG_WARN("start decode, stream already claimed\n"); in ivtv_start_decoding()
917 /* Easy case first: this stream was never claimed by us */ in ivtv_v4l2_close()
/linux/drivers/hid/
H A Dhid-core.c1374 * One model of UPS is claimed to report "LINEV" as a 32-bit field.
1547 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event()
1549 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
2039 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
2041 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event()
2047 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event()
2054 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event()
2237 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect()
2242 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect()
2244 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect()
[all …]
/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/net/wireless/st/cw1200/
H A Dcw1200_spi.c43 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/include/linux/hsi/
H A Dhsi.h211 * @claimed: Reference count of clients which claimed the port
227 int claimed; member
/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()
1258 /* Finally, cancel and complete the requests we claimed before. */ in ssh_rtl_shutdown()
1259 list_for_each_entry_safe(r, n, &claimed, node) { in ssh_rtl_shutdown()
/linux/arch/arm/include/asm/
H A Decard.h150 unsigned char claimed; /* Card claimed? */ member

12345678910