| /kernel/linux/linux-5.10/include/linux/ |
| D | irq_work.h | 10 * free NULL, 0 -> {claimed} : free to be used 11 * claimed NULL, 3 -> {pending} : claimed to be enqueued 13 * busy NULL, 2 -> {free, claimed} : callback in progress, can be claimed
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/ |
| D | epautoconf.c | 52 * 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()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| D | epautoconf.c | 52 * 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()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | irq_work.h | 11 * 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
|
| /kernel/linux/linux-6.6/net/can/j1939/ |
| D | address-claim.c | 173 * 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()
|
| /kernel/linux/linux-5.10/net/can/j1939/ |
| D | address-claim.c | 173 * 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()
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/cec/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | trace.h | 155 __field(bool, claimed) 167 __entry->claimed = ep->claimed; 174 __entry->address, __entry->claimed ? "claimed:" : "released:",
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | trace.h | 150 __field(bool, claimed) 162 __entry->claimed = ep->claimed; 169 __entry->address, __entry->claimed ? "claimed:" : "released:",
|
| /kernel/linux/linux-6.6/block/ |
| D | holder.c | 34 * @bdev: the claimed slave bdev 41 * - from "slaves" directory of the holder @disk to the claimed @bdev 50 * The caller must have claimed @bdev before calling this function and
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_overlay.c | 40 bool claimed; member 488 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays() 508 if (overlay->stream[i].claimed) in vmw_overlay_claim() 511 overlay->stream[i].claimed = true; in vmw_overlay_claim() 532 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() 534 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref() 556 overlay->stream[i].claimed = false; in vmw_overlay_init()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
| D | bcmasp.c | 506 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_suspend() 538 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_get_all_active() 564 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_get_active() 589 if (!priv->net_filters[i].claimed || in bcmasp_netfilt_check_dup() 659 /* If the filter location is busy (already claimed) and we are initializing in bcmasp_netfilt_get_init() 662 if (loc != RX_CLS_LOC_ANY && init && priv->net_filters[loc].claimed) in bcmasp_netfilt_get_init() 675 priv->net_filters[i].claimed && in bcmasp_netfilt_get_init() 687 * 2. The current and next filter is not claimed in bcmasp_netfilt_get_init() 689 if (wake_filter && !(i % 2) && !priv->net_filters[i].claimed && in bcmasp_netfilt_get_init() 690 !priv->net_filters[i + 1].claimed) in bcmasp_netfilt_get_init() [all …]
|
| /kernel/linux/linux-6.6/drivers/nvdimm/ |
| D | claim.c | 62 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() 217 dev_dbg(dev, "%s already claimed\n", in nd_namespace_store()
|
| /kernel/linux/linux-5.10/drivers/soc/sunxi/ |
| D | sunxi_sram.c | 41 bool claimed; member 245 if (sram_desc->claimed) { in sunxi_sram_claim() 257 sram_desc->claimed = true; in sunxi_sram_claim() 279 sram_desc->claimed = false; in sunxi_sram_release()
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | tracing_map.h | 42 * 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
|
| /kernel/linux/linux-5.10/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() 216 dev_dbg(dev, "%s already claimed\n", in nd_namespace_store()
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-fileops.c | 26 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()
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | tracing_map.h | 42 * 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_ddp.c | 80 bool claimed; member 193 if (ddp->mutex[id].claimed) in mtk_disp_mutex_get() 196 ddp->mutex[id].claimed = true; in mtk_disp_mutex_get() 208 mutex->claimed = false; in mtk_disp_mutex_put()
|
| /kernel/linux/linux-6.6/drivers/soc/sunxi/ |
| D | sunxi_sram.c | 41 bool claimed; member 248 if (sram_desc->claimed) { in sunxi_sram_claim() 260 sram_desc->claimed = true; in sunxi_sram_claim() 282 sram_desc->claimed = false; in sunxi_sram_release()
|