Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 2742) sorted by relevance

12345678910>>...110

/openbmc/linux/Documentation/hwmon/
H A Disl68137.rst14 Publicly available at the Renesas website
25 Publicly available (after August 2020 launch) at the Renesas website
35 Publicly available (after August 2020 launch) at the Renesas website
45 Publicly available (after August 2020 launch) at the Renesas website
55 Publicly available (after August 2020 launch) at the Renesas website
65 Publicly available (after August 2020 launch) at the Renesas website
75 Publicly available (after August 2020 launch) at the Renesas website
85 Publicly available (after August 2020 launch) at the Renesas website
95 Publicly available (after August 2020 launch) at the Renesas website
105 Publicly available (after August 2020 launch) at the Renesas website
[all …]
H A Dlm90.rst194 Datasheet: Publicly available at the Maxim website
202 Datasheet: Publicly available at the Maxim website
210 Datasheet: Publicly available at the Maxim website
220 Datasheet: Publicly available at the Maxim website
230 Datasheet: Publicly available at the Maxim website
358 Datasheet: No longer available
374 Datasheet: Publicly available at NXP website
384 Datasheet: Not publicly available from GMT
392 Datasheet: Publicly available at TI website
402 Datasheet: Publicly available at TI website
[all …]
H A Dlm75.rst12 Datasheet: Publicly available at the National Semiconductor website
22 Datasheet: Publicly available at the National Semiconductor website
32 Datasheet: Publicly available at the Maxim website
42 Datasheet: Publicly available at the Maxim website
52 Datasheet: Publicly available at the Microchip website
62 Datasheet: Publicly available at the Microchip website
72 Datasheet: Publicly available at the Analog Devices website
82 Datasheet: Publicly available at the ST website
92 Datasheet: Publicly available at the ST website
102 Datasheet: Publicly available at the Texas Instruments website
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c70 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 …]
/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c34 uint64_t available; member
44 s->total = s->available = total; in shres_create()
53 assert(s->available == s->total); in shres_destroy()
61 if (s->available >= n) { in co_try_get_from_shres_locked()
62 s->available -= n; in co_try_get_from_shres_locked()
87 assert(s->total - s->available >= n); in co_put_to_shres()
88 s->available += n; in co_put_to_shres()
/openbmc/linux/drivers/hv/
H A Dhv_trace_balloon.h10 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,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch32 synth_one_block:reverb --->| no profiling available
33 synth_one_block:chorus --->| no profiling available
34 voice:note --------------->| no profiling available
35 voice:release ------------>| no profiling available
55 synth_one_block:reverb --->| no profiling available
56 synth_one_block:chorus --->| no profiling available
57 voice:note --------------->| no profiling available
58 voice:release ------------>| no profiling available
78 synth_one_block:reverb --->| no profiling available
79 synth_one_block:chorus --->| no profiling available
[all …]
/openbmc/entity-manager/src/
H A Dfru_reader.cpp34 size_t available = 0; in read() local
59 available = ret; in read()
71 available = eof.value() % cacheBlockSize; in read()
75 available = cacheBlockSize; in read()
79 size_t toCopy = (blkOffset >= available) in read()
81 : std::min(available - blkOffset, remaining); in read()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_nvram.c188 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 …]
/openbmc/linux/Documentation/powerpc/
H A Delf_hwcaps.rst87 Floating point facility is available.
101 Signal Processing Engine facility is available.
153 DFP facility is available.
163 VSX facility is available.
185 Transactional Memory feature is available.
188 DSCR facility is available.
191 EBB facility is available.
198 TAR facility is available.
201 v2.07 crypto instructions are available.
216 darn instruction is available.
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c207 long long available; in ubifs_calc_available() local
209 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
234 available -= c->lst.total_dead; in ubifs_calc_available()
242 available -= c->lst.total_dark; in ubifs_calc_available()
252 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
256 return available > 0 ? available : 0; in ubifs_calc_available()
303 long long outstanding, available; in do_budget_space() local
348 if (unlikely(available < outstanding)) { in do_budget_space()
350 available, outstanding); in do_budget_space()
678 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
[all …]
/openbmc/linux/fs/ubifs/
H A Dbudget.c197 long long available; in ubifs_calc_available() local
199 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
223 available -= c->lst.total_dead; in ubifs_calc_available()
231 available -= c->lst.total_dark; in ubifs_calc_available()
241 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
245 return available > 0 ? available : 0; in ubifs_calc_available()
292 long long outstanding, available; in do_budget_space() local
337 if (unlikely(available < outstanding)) { in do_budget_space()
339 available, outstanding); in do_budget_space()
665 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-genwqe10 Only available for PF.
16 Only available for PF.
22 Only available for PF.
28 Only available for PF.
35 Only available for PF.
41 Only available for PF.
47 Only available for PF.
53 Only available for PF.
79 Only available for PF.
85 Only available for PF.
[all …]
H A Dsysfs-platform-dell-smbios7 available on the machine.
9 Each token attribute is available as a pair of
13 For example the token ID "5" would be available
20 only tokens available on that machine will be
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-viapro.rst7 Datasheet: Sometimes available at the VIA website
10 Datasheet: Sometimes available at the VIA website
13 Datasheet: available on request from VIA
16 Datasheet: available on request and under NDA from VIA
19 Datasheet: available on request and under NDA from VIA
22 Datasheet: available on http://linux.via.com.tw
25 Datasheet: available on http://linux.via.com.tw
28 Datasheet: available on http://linux.via.com.tw
/openbmc/linux/kernel/irq/
H A Dmatrix.c14 unsigned int available; member
85 cm->available = m->alloc_size; in irq_matrix_online()
89 m->global_available += cm->available; in irq_matrix_online()
104 m->global_available -= cm->available; in irq_matrix_offline()
144 maxavl = cm->available; in matrix_find_best_cpu()
223 cm->available--; in irq_matrix_reserve_managed()
273 cm->available++; in irq_matrix_remove_managed()
332 cm->available--; in irq_matrix_assign()
399 cm->available--; in irq_matrix_alloc()
437 cm->available++; in irq_matrix_free()
[all …]
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbva_base.c66 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()
/openbmc/u-boot/drivers/pinctrl/renesas/
H A DKconfig16 the GPIO definitions and pin control functions for each available
26 the GPIO definitions and pin control functions for each available
36 the GPIO definitions and pin control functions for each available
46 the GPIO definitions and pin control functions for each available
56 the GPIO definitions and pin control functions for each available
66 the GPIO definitions and pin control functions for each available
76 the GPIO definitions and pin control functions for each available
86 the GPIO definitions and pin control functions for each available
96 the GPIO definitions and pin control functions for each available
106 the GPIO definitions and pin control functions for each available
/openbmc/linux/arch/s390/crypto/
H A DKconfig15 It is available with IBM z13 or later.
26 It is available as of z10.
37 It is available as of z990.
48 It is available as of z9.
59 It is available as of z14.
70 It is available as of z14.
81 It is available as of z196.
133 It is available as of z13.
/openbmc/linux/include/trace/events/
H A Doom.h37 unsigned long available,
42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check),
49 __field( unsigned long, available)
60 __entry->available = available;
69 __entry->reclaimable, __entry->available, __entry->min_wmark,
/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.c268 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 …]
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dslice.c139 const struct slice_mask *available, in slice_check_range_fits() argument
152 if ((low_slices & available->low_slices) != low_slices) in slice_check_range_fits()
162 if (!test_bit(i, available->high_slices)) in slice_check_range_fits()
262 const struct slice_mask *available, in slice_scan_available() argument
269 return !!(available->low_slices & (1u << slice)); in slice_scan_available()
274 return !!test_bit(slice, available->high_slices); in slice_scan_available()
280 const struct slice_mask *available, in slice_find_area_bottomup() argument
296 if (!slice_scan_available(addr, available, 1, &addr)) in slice_find_area_bottomup()
324 const struct slice_mask *available, in slice_find_area_topdown() argument
773 struct slice_mask available; in slice_is_hugepage_only_range() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpic-timer.txt10 - fsl,available-ranges: use <start count> style section to define which
15 with timer zero. If timer-available-ranges is present, only the
16 interrupts that correspond to available timers shall be present.
25 fsl,available-ranges = <2 2>;
/openbmc/linux/Documentation/tools/rv/
H A Drv-mon.rst7 List available monitors
21 has its own set of options. The **rv list** command shows all available
35 **rv list** command to list all available monitors.
39 **monitor_name** **-h** display the help menu with the available
/openbmc/linux/tools/testing/selftests/
H A Drun_kselftest.sh11 available=""
13 available="$(cat "$TESTS")"
26 -l | --list List the available collection:test entries

12345678910>>...110