| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | isl68137.rst | 14 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 D | lm90.rst | 12 Datasheet: Publicly available at the National Semiconductor website 22 Datasheet: Publicly available at the National Semiconductor website 32 Datasheet: Publicly available at the National Semiconductor website 42 Datasheet: Publicly available at the National Semiconductor website 52 Datasheet: Publicly available at the ON Semiconductor website 62 Datasheet: Publicly available at the ON Semiconductor website 72 Datasheet: Publicly available at the ON Semiconductor website 82 Datasheet: Publicly available at the ON Semiconductor website 92 Datasheet: Publicly available at the Maxim website 102 Datasheet: Publicly available at the Maxim website [all …]
|
| H A D | lm75.rst | 12 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 …]
|
| H A D | it87.rst | 12 Datasheet: Not publicly available 26 Datasheet: Not publicly available 34 Datasheet: Once publicly available at the ITE website, but no longer 42 Datasheet: Once publicly available at the ITE website, but no longer 50 Datasheet: Once publicly available at the ITE website, but no longer 58 Datasheet: Once publicly available at the ITE website, but no longer 66 Datasheet: Not publicly available 74 Datasheet: Not publicly available 82 Datasheet: Not publicly available 90 Datasheet: Not publicly available [all …]
|
| H A D | adm1021.rst | 12 Datasheet: Publicly available at the Analog Devices website 20 Datasheet: Publicly available at the Analog Devices website 36 Datasheet: Publicly available at the Maxim website 44 Datasheet: Publicly available at the Maxim website 52 Datasheet: Publicly available at the National Semiconductor website 60 Datasheet: Publicly available at the Philips website 68 Datasheet: Publicly available at the Philips website 76 Datasheet: Publicly available at the TI website 84 Datasheet: Publicly available at the Onsemi website
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H 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 116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write() 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 [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
| H A D | 0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch | 32 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H 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() 254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); 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() 274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() 279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 208 long long available; in ubifs_calc_available() local 210 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available() 232 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available() 235 available -= c->lst.total_dead; in ubifs_calc_available() 243 available -= c->lst.total_dark; in ubifs_calc_available() 253 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available() 257 return available > 0 ? available : 0; in ubifs_calc_available() 304 long long outstanding, available; in do_budget_space() local 346 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space() 349 if (unlikely(available < outstanding)) { in do_budget_space() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 200 long long available; in ubifs_calc_available() local 202 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available() 224 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available() 227 available -= c->lst.total_dead; in ubifs_calc_available() 235 available -= c->lst.total_dark; in ubifs_calc_available() 245 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available() 249 return available > 0 ? available : 0; in ubifs_calc_available() 296 long long outstanding, available; in do_budget_space() local 338 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space() 341 if (unlikely(available < outstanding)) { in do_budget_space() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H 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,
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | debugfs-driver-genwqe | 10 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. 73 The timeout depends on the max number of available cards 79 Only available for PF. [all …]
|
| H A D | sysfs-device-mali | 19 available in this instance, is useful for debugging purposes. 20 Reading this attribute provides us mask of all cores available. 39 This attribute is available only with platform device that 49 This attribute is available only with mali platform 63 This attribute is available only with mali platform 73 This attribute is available only with platform device that 95 This attribute is available only with platform device that 104 This attribute is available only with platform device that 112 This attribute is available only with platform device that 138 pool size for all available pools and we can modify individual [all …]
|
| H A D | sysfs-platform-dell-smbios | 7 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
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | matrix.c | 14 unsigned int available; member 85 cm->available = m->alloc_size; in irq_matrix_online() 86 cm->available -= cm->managed + m->systembits_inalloc; in irq_matrix_online() 89 m->global_available += cm->available; in irq_matrix_online() 104 m->global_available -= cm->available; in irq_matrix_offline() 140 if (!cm->online || cm->available <= maxavl) in matrix_find_best_cpu() 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() 331 cm->available--; in irq_matrix_assign() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/busses/ |
| H A D | i2c-viapro.rst | 7 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
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.c | 266 atomic_set(&p->vdq.available, 1); in qbman_swp_init() 356 p->eqcr.available = p->eqcr.pi_ring_size; in qbman_swp_init() 655 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 661 s->eqcr.available = qm_cyc_diff(s->eqcr.pi_ring_size, in qbman_swp_enqueue_multiple_direct() 663 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_direct() 670 num_enqueued = (s->eqcr.available < num_frames) ? in qbman_swp_enqueue_multiple_direct() 671 s->eqcr.available : num_frames; in qbman_swp_enqueue_multiple_direct() 672 s->eqcr.available -= num_enqueued; in qbman_swp_enqueue_multiple_direct() 739 if (!s->eqcr.available) { in qbman_swp_enqueue_multiple_mem_back() 743 s->eqcr.available = qm_cyc_diff(s->eqcr.pi_ring_size, in qbman_swp_enqueue_multiple_mem_back() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | slice.c | 139 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 298 if (!slice_scan_available(addr, available, 1, &addr)) in slice_find_area_bottomup() 310 else if (slice_scan_available(addr, available, 1, &next_end)) { in slice_find_area_bottomup() 326 const struct slice_mask *available, in slice_find_area_topdown() argument [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | oom.h | 37 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,
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_algo.c | 652 if (list[i].available) in xfrm_find_algo() 663 list[i].available = status; in xfrm_find_algo() 784 if (aalg_list[i].available != status) in xfrm_probe_algs() 785 aalg_list[i].available = status; in xfrm_probe_algs() 790 if (ealg_list[i].available != status) in xfrm_probe_algs() 791 ealg_list[i].available = status; in xfrm_probe_algs() 797 if (calg_list[i].available != status) in xfrm_probe_algs() 798 calg_list[i].available = status; in xfrm_probe_algs() 808 if (aalg_list[i].available && aalg_list[i].pfkey_supported) in xfrm_count_pfkey_auth_supported() 819 if (ealg_list[i].available && ealg_list[i].pfkey_supported) in xfrm_count_pfkey_enc_supported()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gtt_mgr.c | 105 atomic64_set(&mgr->available, gtt_size >> PAGE_SHIFT); in amdgpu_gtt_mgr_init() 187 atomic64_read(&mgr->available) < mem->num_pages) { in amdgpu_gtt_mgr_new() 191 atomic64_sub(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_new() 226 atomic64_add(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_new() 252 atomic64_add(mem->num_pages, &mgr->available); in amdgpu_gtt_mgr_del() 265 s64 result = man->size - atomic64_read(&mgr->available); in amdgpu_gtt_mgr_usage() 307 man->size, (u64)atomic64_read(&mgr->available), in amdgpu_gtt_mgr_debug()
|
| /OK3568_Linux_fs/buildroot/package/ffmpeg/ |
| H A D | Config.in | 10 # think atomic intrinsics are available, while they are 101 directory to know the available options. 111 directory to know the available options. 121 directory to know the available options. 131 directory to know the available options. 141 directory to know the available options. 151 directory to know the available options. 161 directory to know the available options. 171 directory to know the available options.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mpic-timer.txt | 10 - 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>;
|
| /OK3568_Linux_fs/buildroot/package/libtalloc/ |
| H A D | libtalloc-cache.txt | 22 Checking whether setreuid is available: OK 23 Checking whether setresuid is available: OK 24 Checking whether seteuid is available: OK 25 Checking whether fcntl locking is available: OK 29 Checking whether POSIX capabilities are available: OK
|