/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-mt9m114.c | 346 * mt9m114_write_reg_array() and should be not used anywhere else. 713 * Context B is used for resolutions larger than 640x480 in mt9m114_set_fmt() 720 * Marked current sensor res as being "used" in mt9m114_set_fmt() 722 * REVISIT: We don't need to use an "used" field on each mode in mt9m114_set_fmt() 730 mt9m114_res[index].used = true; in mt9m114_set_fmt() 733 mt9m114_res[index].used = false; in mt9m114_set_fmt() 890 * This returns the exposure time being used. This should only be used
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_actlog.c | 61 /* --- 36 byte used --- */ 67 * slots are used anyways, so it would only complicate code without 76 /* --- 420 bytes used (36 + 64*6) --- */ 498 available_update_slots = min(al->nr_elements - al->used, in drbd_al_begin_io_nonblock() 1232 D_ASSERT(device, device->resync->used == 0); in drbd_rs_del_all()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 231 u32 used = READ_ONCE(ring->prod) - READ_ONCE(ring->cons); in mlx4_en_is_tx_ring_full() local 233 return used > ring->full_size; in mlx4_en_is_tx_ring_full() 996 * whether LSO is used */ in mlx4_en_xmit() 1090 /* If we used a bounce buffer then copy descriptor back into place */ in mlx4_en_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1378 #define AVAIL_TD(p,q) ((p)->options.numtx-((p)->tx.used[(q)])) 1400 int used[TX_QUEUE_NO]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 173 int mtrr; /* MTRR slot used */ 423 int used; /**< Amount of buffer in use (for DMA) */ member 442 v.used = 0; in map_one_buf32() 685 u32 physical; /**< Physical used by i810 */
|
/third_party/libwebsockets/lib/misc/ |
H A D | lecp.c | 933 ctx->used = 0; in lws_lec_setbuf() 1669 ctx->used = lws_ptr_diff_size_t(ctx->buf, ctx->start); in lws_lec_vsprintf() 1670 // lwsl_notice("%s: ctx->used %d\n", __func__, (int)ctx->used); in lws_lec_vsprintf()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 217 * outputError(str, write) // used for displaying errors, and not used for displaying help 351 throw new Error(`a default value for a required argument is never used: '${argument.name()}'`); 529 // val is null for optional option used without an optional-argument. 613 * all will output this way when `--help` is used. 739 throw new Error('passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)'); 1361 * Display an error message if conflicting options are used together in this. 1391 * Display an error message if conflicting options are used together. 1575 * @param {number} [errorOptions.exitCode] - used with process.exit 1711 const message = `error: ${getErrorMessage(option)} cannot be used wit [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.cpp | 81 if (outputLocations[location].used()) in FindUsedOutputLocation() 483 // These values are currently only used by PPOs, so only load them when the program is marked 668 // These values are currently only used by PPOs, so only save them when the program is marked in save() 1091 // Gather the linked varyings that are used for transform feedback, they should all exist. in gatherTransformFeedbackVaryings() 1248 // A link error will be generated if the sum of the number of active image uniforms used in in linkValidateOutputVariables() 1278 // P3) you must support binding "fragData[0]" because it's a frequently used pattern in linkValidateOutputVariables() 1320 // This index may differ from the index used for the array's base. in linkValidateOutputVariables() 1330 if (outputLocations[location].used()) in linkValidateOutputVariables() 1430 // Check for any elements assigned above the max location that are actually used. in linkValidateOutputVariables()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 96 ; Shorthand used to describe SIMD operations: 194 ; back-to-back), so out-of-order execution cannot be used to work around long
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.c | 12 * used, modified, and distributed under the FreeType Project License, 50 * The macro FT_COMPONENT is used in trace mode. It is an implicit 51 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log 83 * Construct from a StemHint; this is used as a parameter to 194 /* if original stem hint has been used, use the same position */ in cf2_hint_init() 195 if ( hint->flags != 0 && stemHint->used ) in cf2_hint_init() 804 * Synthetic hints are used in two ways. A hint at zero is inserted, if 1060 /* save the position of all hints that were used in this hint map; */ in cf2_hintmap_build() 1080 stemhint->used = TRUE; in cf2_hintmap_build() 1088 /* remember this mask has been used */ in cf2_hintmap_build() [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 115 `if provided, it will be used as the keyword to search WGSL spec for rules 116 if omitted, the keywords indicated in RFC 2119 requirement are used,
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | ser.rs | 29 let used = pretend::pretend_used(&cont, params.is_packed); in expand_derive_serialize() 36 #used in expand_derive_serialize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 407 wfd_subelems->used -= 3; in wifi_display_build_go_ie() 756 * This function can be used to match the Requested Device Type attribute in 864 group->noa->used = 0; in p2p_group_notif_noa()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_core.c | 214 SYS_ARCH_ATOMIC_SET(&table->used, 0); in SpungeCreateSockTable() 243 for (i = 0; i < SYS_ARCH_ATOMIC_READ(&table->used); i++) { in SpungeDestroySockTable() 1171 for (i = 0; i < SYS_ARCH_ATOMIC_READ(&g_spunge->sockTable->used); i++) { in FillpKillCore()
|
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | main.c | 666 WARN_ON(!buf_info->used); in parse_rsc_event() 686 buf_info->used = false; in parse_rsc_event() 1167 WARN_ON(buf_info->used); in mhi_gen_tre()
|
/kernel/linux/linux-5.10/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 82 ** used for spill-over is poisoned, so that should help debugging somewhat. 257 ** DMA_CHUNK_SIZE is used by the SCSI mid-layer to break up 1626 ** whether GART support will actually be used, for now we in ioc_iova_init() 1706 /* Mark the last resource used so we don't prefetch beyond IOVA space */ in ioc_resource_init() 1872 int i, used = 0; in ioc_show() local 1884 used += hweight64(*res_ptr); in ioc_show() 1887 seq_printf(s, "PDIR used : %d entries\n", used); in ioc_show()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 66 | compact representation of |X| is used. This format is a 72 | Note also that the constant 16380 log(2) used in Step 1.3 125 | This bound will be used in Step 4.
|
/kernel/linux/linux-6.6/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 82 ** used for spill-over is poisoned, so that should help debugging somewhat. 257 ** DMA_CHUNK_SIZE is used by the SCSI mid-layer to break up 1634 ** whether GART support will actually be used, for now we in ioc_iova_init() 1714 /* Mark the last resource used so we don't prefetch beyond IOVA space */ in ioc_resource_init() 1880 int i, used = 0; in ioc_show() local 1892 used += hweight64(*res_ptr); in ioc_show() 1895 seq_printf(s, "PDIR used : %d entries\n", used); in ioc_show()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 66 | compact representation of |X| is used. This format is a 72 | Note also that the constant 16380 log(2) used in Step 1.3 125 | This bound will be used in Step 4.
|
/kernel/linux/linux-5.10/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 98 __u64 used; member 471 info->info_block->s.used = 0; in virtio_ccw_del_vq() 570 info->info_block->s.used = (__u64)virtqueue_get_used_addr(vq); in virtio_ccw_setup_vq()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.c | 337 /* isochronous pipes may be used as bulk pipes */ in pipe_buffer_setting() 642 if (r8a66597->dma.used) in sudmac_alloc_channel() 647 dma->used = 1; in sudmac_alloc_channel() 678 ep->dma->used = 0; in sudmac_free_channel()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | control.c | 418 * numid used for fast search. 733 list->used = 0; in snd_ctl_elem_list() 742 if (copy_to_user(list->pids + list->used, &id, in snd_ctl_elem_list() 747 list->used++; in snd_ctl_elem_list() 2072 * Frequently used control callbacks/helpers 2081 * This is a function that can be used as info callback for a standard 2101 * This is a function that can be used as info callback for a standard
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 1050 --git-blame-signatures => when used with --git-blame, also include all commit signers 1053 --interactive => display a menu (mostly useful if used with the --git option) 1095 Used with "--nogit", directory is used as a pattern match,
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 221 /* First search for policy in "used" list */ in tx_policy_find() 222 list_for_each_entry(it, &cache->used, link) { in tx_policy_find() 238 list_move(&entry->link, &cache->used); in tx_policy_use() 289 INIT_LIST_HEAD(&cache->used); in tx_policy_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 541 index = find_first_zero_bit(priv->gwca.used, priv->gwca.num_queues); in rswitch_gwca_get() 544 set_bit(index, priv->gwca.used); in rswitch_gwca_get() 555 clear_bit(gq->index, priv->gwca.used); in rswitch_gwca_put()
|