| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | commonring.c | 70 u16 available; in brcmf_commonring_write_available() local 75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available() 78 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_write_available() 80 if (available > 1) { in brcmf_commonring_write_available() 83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available() 111 u16 available; in brcmf_commonring_reserve_for_write() local 119 available = commonring->r_ptr - commonring->w_ptr; in brcmf_commonring_reserve_for_write() 121 if (available > 1) { in brcmf_commonring_reserve_for_write() 147 u16 available; in brcmf_commonring_reserve_for_write_multiple() local 157 if (available > 1) { in brcmf_commonring_reserve_for_write_multiple() [all …]
|
| /drivers/pci/hotplug/ |
| A D | cpqphp_nvram.c | 188 u32 available; in load_HRT() local 196 available = 1024; in load_HRT() 199 temp_dword = available; in load_HRT() 226 u32 available; in store_HRT() local 236 available = 1024; in store_HRT() 259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT() 269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT() 284 rc = add_dword(&pFill, 0, &usedbytes, &available); in store_HRT() 298 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() 323 rc = add_dword(&pFill, resNode->base, &usedbytes, &available); in store_HRT() [all …]
|
| /drivers/hv/ |
| A D | hv_trace_balloon.h | 10 TP_PROTO(u64 available, u64 committed, 15 TP_ARGS(available, committed, vm_memory_committed, 18 __field(u64, available) 26 __entry->available = available; 35 __entry->available, __entry->committed,
|
| /drivers/soc/fsl/dpio/ |
| A D | qbman-portal.c | 268 atomic_set(&p->vdq.available, 1); in qbman_swp_init() 660 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 668 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 744 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_mem_back() 750 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_mem_back() 818 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_desc_direct() 824 if (!s->eqcr.available) in qbman_swp_enqueue_multiple_desc_direct() 888 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_desc_mem_back() 894 if (!s->eqcr.available) in qbman_swp_enqueue_multiple_desc_mem_back() 1105 atomic_inc(&s->vdq.available); in qbman_swp_pull_direct() [all …]
|
| /drivers/gpu/drm/vboxvideo/ |
| A D | vbva_base.c | 66 u32 available; in vbva_write() local 75 available = vbva_buffer_available(vbva); in vbva_write() 80 if (chunk >= available) { in vbva_write() 82 available = vbva_buffer_available(vbva); in vbva_write() 85 if (chunk >= available) { in vbva_write() 86 if (WARN_ON(available <= vbva->partial_write_tresh)) { in vbva_write() 90 chunk = available - vbva->partial_write_tresh; in vbva_write() 99 available -= chunk; in vbva_write()
|
| /drivers/input/serio/ |
| A D | userio.c | 118 size_t available, len; in userio_fetch_data() local 122 available = CIRC_CNT_TO_END(userio->head, userio->tail, in userio_fetch_data() 124 len = min(available, count); in userio_fetch_data() 131 return available; in userio_fetch_data() 139 size_t available, copylen; in userio_char_read() local 150 available = userio_fetch_data(userio, buf, count, ©len); in userio_char_read() 151 if (available) in userio_char_read()
|
| /drivers/opp/ |
| A D | core.c | 360 if (!opp->available) in dev_pm_opp_get_max_volt_latency() 434 if (opp->available) in _get_opp_count() 529 if (temp_opp->available == available) { in _opp_table_find_key() 587 int index, bool available, in _find_key_ceil() argument 628 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact() argument 657 u32 index, bool available) in dev_pm_opp_find_freq_exact_indexed() argument 1938 opp->available, new_opp->rates[0], in _opp_is_duplicate() 1942 return opp->available && in _opp_is_duplicate() 1957 opp->available = false; in _required_opps_available() 1996 new_opp->available = false; in _opp_add() [all …]
|
| /drivers/net/ethernet/qualcomm/ |
| A D | qca_spi.c | 271 u16 available = 0; in qcaspi_transmit() local 281 if (available > QCASPI_HW_BUF_LEN) { in qcaspi_transmit() 292 if (available < pkt_len) { in qcaspi_transmit() 306 available -= pkt_len; in qcaspi_transmit() 333 u16 available = 0; in qcaspi_receive() local 353 available); in qcaspi_receive() 361 } else if (available == 0) { in qcaspi_receive() 371 while (available) { in qcaspi_receive() 372 u32 count = available; in qcaspi_receive() 386 available, bytes_read); in qcaspi_receive() [all …]
|
| /drivers/gpu/drm/i915/ |
| A D | intel_runtime_pm.c | 70 if (!rpm->available || rpm->no_wakeref_tracking) in track_intel_runtime_pm_wakeref() 79 if (!rpm->available || rpm->no_wakeref_tracking) in untrack_intel_runtime_pm_wakeref() 394 if (!rpm->available) { in intel_runtime_pm_enable() 434 if (!rpm->available) in intel_runtime_pm_disable() 464 rpm->available = HAS_RUNTIME_PM(i915); in intel_runtime_pm_init_early()
|
| /drivers/w1/masters/ |
| A D | Kconfig | 26 This support is also available as a module. If so, the module 36 This support is also available as a module. If so, the module 62 This support is also available as a module. If so, the module 78 This support is also available as a module. If so, the module 88 This support is also available as a module. If so, the module
|
| /drivers/gpu/drm/udl/ |
| A D | udl_main.c | 171 udl->urbs.available++; in udl_urb_completion() 215 udl->urbs.available = 0; in udl_alloc_urb_list() 254 udl->urbs.available++; in udl_alloc_urb_list() 274 udl->urbs.available); in udl_get_urb_locked() 283 udl->urbs.available--; in udl_get_urb_locked() 325 udl->urbs.available == udl->urbs.count, in udl_sync_pending_urbs()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_ct.c | 894 s32 available; in ct_read() local 937 available = tail - head; in ct_read() 938 if (unlikely(available == 0)) { in ct_read() 944 if (unlikely(available < 0)) in ct_read() 945 available += size; in ct_read() 947 GEM_BUG_ON(available < 0); in ct_read() 954 if (unlikely(len > (u32)available)) { in ct_read() 957 4 * (head + available - 1 > size ? in ct_read() 959 4 * (head + available - 1 > size ? in ct_read() 973 return available; in ct_read() [all …]
|
| /drivers/md/dm-vdo/ |
| A D | vio.c | 26 struct list_head available; member 336 INIT_LIST_HEAD(&pool->available); in make_vio_pool() 359 list_add_tail(&pooled->pool_entry, &pool->available); in make_vio_pool() 386 list_for_each_entry_safe(pooled, tmp, &pool->available, pool_entry) { in free_vio_pool() 421 if (list_empty(&pool->available)) { in acquire_vio_from_pool() 426 pooled = list_first_entry(&pool->available, struct pooled_vio, pool_entry); in acquire_vio_from_pool() 450 list_move_tail(&vio->pool_entry, &pool->available); in return_vio_to_pool()
|
| /drivers/gpu/drm/nouveau/nvkm/falcon/ |
| A D | msgq.c | 55 u32 head, tail, available; in nvkm_falcon_msgq_pop() local 64 available = head - tail; in nvkm_falcon_msgq_pop() 65 if (size > available) { in nvkm_falcon_msgq_pop() 67 size, available); in nvkm_falcon_msgq_pop()
|
| /drivers/platform/chrome/wilco_ec/ |
| A D | telemetry.c | 208 atomic_t available; member 246 if (atomic_cmpxchg(&dev_data->available, 1, 0) == 0) in telem_open() 253 atomic_set(&dev_data->available, 1); in telem_open() 321 atomic_set(&sess_data->dev_data->available, 1); in telem_release() 381 atomic_set(&dev_data->available, 1); in telem_device_probe()
|
| /drivers/soc/fsl/qbman/ |
| A D | bman.c | 124 u8 ci, available, ithresh, vbit; member 308 return rcr->available; in bm_rcr_get_avail() 315 return BM_RCR_SIZE - 1 - rcr->available; in bm_rcr_get_fill() 343 rcr->available += diff; in bm_rcr_cce_update() 352 if (!rcr->available) in bm_rcr_start() 368 DPAA_ASSERT(rcr->available >= 1); in bm_rcr_pvb_commit() 374 rcr->available--; in bm_rcr_pvb_commit() 393 rcr->available = BM_RCR_SIZE - 1 in bm_rcr_init()
|
| /drivers/hid/i2c-hid/ |
| A D | Kconfig | 21 This support is also available as a module. If so, the module 39 This support is also available as a module. If so, the module 55 This support is also available as a module. If so, the module 71 This support is also available as a module. If so, the module
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action_ste_pool.c | 163 list_add(&action_tbl->list_node, &parent_elem->available); in hws_action_ste_table_alloc() 215 INIT_LIST_HEAD(&elem->available); in hws_action_ste_pool_element_init() 230 list_for_each_entry_safe(action_tbl, p, &elem->available, list_node) in hws_action_ste_pool_element_destroy() 283 list_for_each_entry_safe(action_tbl, p, &elem->available, list_node) { in hws_action_ste_pool_element_collect_stale() 423 list_for_each_entry(action_tbl, &elem->available, list_node) { in mlx5hws_action_ste_chunk_alloc() 465 &chunk->action_tbl->parent_elem->available); in mlx5hws_action_ste_chunk_free()
|
| /drivers/media/platform/st/stm32/ |
| A D | Kconfig | 13 available as a v4l2 device. 28 available as a v4l2 device. 44 Pixel Processor (DCMIPP) available as a v4l2 device.
|
| /drivers/net/can/ctucanfd/ |
| A D | Kconfig | 8 is available (https://gitlab.fel.cvut.cz/canbus/zynq/zynq-can-sja1000-top). 9 Implementation on Intel FPGA-based PCI Express board is available 21 PCIe board with PiKRON.com designed transceiver riser shield is available
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_shrinker.c | 351 unsigned long unevictable, available, freed_pages; in i915_gem_shrinker_oom() local 366 available = unevictable = 0; in i915_gem_shrinker_oom() 372 available += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom() 376 if (freed_pages || available) in i915_gem_shrinker_oom() 379 freed_pages, unevictable, available); in i915_gem_shrinker_oom()
|
| /drivers/media/rc/keymaps/ |
| A D | Kconfig | 13 The ir-keytable program, available at v4l-utils package 15 userspace. Its available at
|
| /drivers/net/slip/ |
| A D | Kconfig | 21 around (available from 25 NET-3-HOWTO, available from 54 you plan to use SLiRP, the SLIP emulator (available from 57 definitely want to say Y here. The NET-3-HOWTO, available from
|
| /drivers/platform/x86/intel/int1092/ |
| A D | Kconfig | 11 SAR table index and use available communication like MBIM interface to enable 13 given platform needs to support "Dynamic SAR" configuration for a modem available
|
| /drivers/devfreq/ |
| A D | Kconfig | 6 A device may have a list of frequencies and voltages available. 46 Sets the frequency at the maximum available frequency. 48 the DEVFREQ framework returns the highest frequency available 54 Sets the frequency at the minimum available frequency. 56 the DEVFREQ framework returns the lowest frequency available
|