/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik.c | 41 * is currently used in the Nomadik and ux500. 484 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode() 499 if (pin_desc->altcx[alt_index].used == false) { in nmk_prcm_altcx_set_mode() 513 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode() 533 * Safe sequence used to switch IOs between GPIO and Alternate-C mode: 600 if (pin_desc->altcx[i].used == true) { in nmk_prcm_gpiocr_get_mode() 1548 * Safe sequence used to switch IOs between GPIO and Alternate-C mode: in nmk_pmx_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_bufs.c | 122 * a mmap() request is used to pick a suitable virtual in drm_map_handle() 509 * it's being used, and free any associated resource (such as MTRR's) if it's not 611 * gets used by drivers that the server doesn't need to care about. This seems 811 buf->used = 0; in drm_legacy_addbufs_agp() 1027 buf->used = 0; in drm_legacy_addbufs_pci() 1189 buf->used = 0; in drm_legacy_addbufs_sg() 1301 * large buffers can be used for image transfer). 1401 * \note This ioctl is deprecated and mostly never used. 1447 * Calls free_buffer() for each used buffer. 1448 * This function is primarily used fo [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 1242 * Copies device info back to user space, used by 1269 size_t remaining, len, used = 0; in retrieve_status() local 1323 used = param->data_start + (outptr - outbuf); in retrieve_status() 1329 if (used) in retrieve_status() 1330 param->data_size = used; in retrieve_status() 1622 * Retrieves a list of devices used by a particular dm device. 1830 * which has a variable size, is not used by the function processing
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 96 if (mccq->used == mccq->len) { in alloc_mcc_wrb() 99 "BC_%d : MCC queue full: WRB used %u tag avail %u\n", in alloc_mcc_wrb() 100 mccq->used, phba->ctrl.mcc_tag_available); in alloc_mcc_wrb() 134 mccq->used++; in alloc_mcc_wrb() 153 mccq->used--; in free_mcc_wrb() 161 * @wrb: the WRB used for the MBX Command 225 * @wrb: the WRB used for the MBX Command 313 * Check for the MBX completion status when BMBX method used 595 * This BMBX busy wait path is used during init only. in be_mbox_db_ready_poll() 1386 * Set the Bit for those ULP. This set flag is used in beiscsi_get_fw_config() [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 139 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in fdb_fill_info() 402 fdb->updated = fdb->used = jiffies; in fdb_create() 758 /* Interface used by ATM LANE hook to test 1105 fdb->used = jiffies; in fdb_add_entry() 1430 fdb->used = jiffies; in br_fdb_external_learn_add()
|
/third_party/ffmpeg/libavcodec/ |
H A D | webp.c | 147 * basic image type called an "entropy coded image" that is used for all of 194 VP8Context v; /* VP8 Context used for lossy decoding */ 212 enum TransformType transforms[4]; /* transformations used in the image, in order */ 387 * i.e., 3 + ReadBits(2) times. If code 16 is used before a in read_huffman_code_normal() 1091 int w, h, ret, i, used; in vp8_lossless_decode_frame() local 1133 used = 0; in vp8_lossless_decode_frame() 1136 if (used & (1 << transform)) { in vp8_lossless_decode_frame() 1137 av_log(avctx, AV_LOG_ERROR, "Transform %d used more than once\n", in vp8_lossless_decode_frame() 1142 used |= (1 << transform); in vp8_lossless_decode_frame()
|
H A D | qsvenc.c | 450 "only one of them can be used at a time.\n"); in select_rc_mode() 1417 if (cur->used && !cur->surface.Data.Locked) { in clear_unused_frames() 1427 cur->used = 0; in clear_unused_frames() 1442 if (!frame->used) { in get_free_frame() 1444 frame->used = 1; in get_free_frame() 1465 frame->used = 1; in get_free_frame()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 110 The output pool has also a room size, which is used to wake up the 115 For avoiding this, multiple clients can be used. 176 Subscription can be used for this purpose. 232 This tag can used for removing a distinct event from the event queue 274 Which format is used is determined by the event flags. 286 Note that the time format used for real time events is very similar to 287 timeval struct used for Unix system time. 294 specified timestamp will be used as an offset to the current time of the 375 This data type, however, can be used only for direct dispatch mode, 376 and supposed to be used onl 3568 snd_seq_set_queue_usage(snd_seq_t *seq, int q, int used) snd_seq_set_queue_usage() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 799 assert(ctx->args->ac.streamout_config.used); in radv_emit_streamout() 1397 if (args->ac.vertex_id.used) in ac_translate_nir_to_llvm() 1399 if (args->ac.vs_rel_patch_id.used) in ac_translate_nir_to_llvm() 1401 if (args->ac.instance_id.used) in ac_translate_nir_to_llvm() 1415 /* Scratch space used by NGG GS for repacking vertices at the end. */ in ac_translate_nir_to_llvm() 1423 /* Vertex emit space used by NGG GS for storing all vertex attributes. */ in ac_translate_nir_to_llvm()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 50 # These per-process dictionaries are used to cache build file data when loading 152 is used for recursion. 444 # used as defaults, and the individual targets inherit from that. 511 This wrapper is used when LoadTargetBuildFile is executed in 570 # The condition variable used to protect this object and notify 803 # run_command is true if a ! variant is used. 807 # file_list is true if a | variant is used. 849 # expand_to_list is true if an @ variant is used. In that case, 1126 """Returns the dict that should be used or None if the result was 1127 that nothing should be used [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 50 # These per-process dictionaries are used to cache build file data when loading 152 is used for recursion. 444 # used as defaults, and the individual targets inherit from that. 511 This wrapper is used when LoadTargetBuildFile is executed in 570 # The condition variable used to protect this object and notify 803 # run_command is true if a ! variant is used. 807 # file_list is true if a | variant is used. 849 # expand_to_list is true if an @ variant is used. In that case, 1116 """Returns the dict that should be used or None if the result was 1117 that nothing should be used [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 349 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local 384 used = diff.sec * 1000 + diff.usec / 1000; in wpas_dpp_auth_init_next() 385 if (used > wait_time) in wpas_dpp_auth_init_next() 388 wait_time -= used; in wpas_dpp_auth_init_next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | dpp_hostapd.c | 314 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local 349 used = diff.sec * 1000 + diff.usec / 1000; in hostapd_dpp_auth_init_next() 350 if (used > wait_time) in hostapd_dpp_auth_init_next() 353 wait_time -= used; in hostapd_dpp_auth_init_next()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 276 /* rx_thresh[] is used for controlling the receive fifo threshold. 288 /* DMA_length[] is used for controlling the DMA length 301 /* IP_byte_align[] is used for IP header DWORD byte aligned 313 /* flow_control[] is used for setting the flow control ability of NIC. 325 /* speed_duplex[] is used for setting the speed and duplex mode of NIC. 342 /* wol_opts[] is used for controlling wake on lan behavior. 501 * Initialize the content addressable memory used for filters. Load 1676 vptr->tx.tail[j] = vptr->tx.curr[j] = vptr->tx.used[j] = 0; in velocity_init_td_ring() 1918 for (idx = vptr->tx.tail[qnum]; vptr->tx.used[qnum] > 0; in velocity_tx_srv() 1949 vptr->tx.used[qnu in velocity_tx_srv() [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | via82xx.c | 23 * the DSX3 channel can be used for SPDIF output. 338 int used; member 1004 if (rec->rate && rec->used > 1) /* already set */ in via_lock_rate() 1172 ratep->used++; in snd_via82xx_pcm_open() 1312 ratep->used--; in snd_via82xx_pcm_close() 1313 if (! ratep->used) in snd_via82xx_pcm_close()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 755 __entry->bytes_used = block_group->used; 1874 __field( u64, used ) 1881 __entry->used = bg_cache->used; 1885 TP_printk_btrfs("bg bytenr=%llu len=%llu used=%llu flags=%llu(%s)", 1886 __entry->bytenr, __entry->len, __entry->used, __entry->flags,
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | fastrpc.c | 258 bool used; member 1477 if (!cctx->session[i].used && cctx->session[i].valid) { in fastrpc_session_alloc() 1478 cctx->session[i].used = true; in fastrpc_session_alloc() 1494 session->used = false; in fastrpc_session_free() 2158 sess->used = false; in fastrpc_cb_probe()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 847 __entry->bytes_used = block_group->used; 2044 __field( u64, used ) 2051 __entry->used = bg_cache->used; 2055 TP_printk_btrfs("bg bytenr=%llu len=%llu used=%llu flags=%llu(%s)", 2056 __entry->bytenr, __entry->len, __entry->used, __entry->flags,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 276 /* rx_thresh[] is used for controlling the receive fifo threshold. 288 /* DMA_length[] is used for controlling the DMA length 301 /* IP_byte_align[] is used for IP header DWORD byte aligned 313 /* flow_control[] is used for setting the flow control ability of NIC. 325 /* speed_duplex[] is used for setting the speed and duplex mode of NIC. 342 /* wol_opts[] is used for controlling wake on lan behavior. 501 * Initialize the content addressable memory used for filters. Load 1676 vptr->tx.tail[j] = vptr->tx.curr[j] = vptr->tx.used[j] = 0; in velocity_init_td_ring() 1918 for (idx = vptr->tx.tail[qnum]; vptr->tx.used[qnum] > 0; in velocity_tx_srv() 1949 vptr->tx.used[qnu in velocity_tx_srv() [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | via82xx.c | 23 * the DSX3 channel can be used for SPDIF output. 337 int used; member 1004 if (rec->rate && rec->used > 1) /* already set */ in via_lock_rate() 1173 ratep->used++; in snd_via82xx_pcm_open() 1317 ratep->used--; in snd_via82xx_pcm_close() 1318 if (! ratep->used) in snd_via82xx_pcm_close()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 494 * address and hba port are used to identify the exact expander 1585 * @used: host port is already matched with sas port from sas_port_list 1593 u8 used; member 1618 h_port->used = 1; in mpi3mr_update_mr_sas_port() 1733 h_port[port_idx].used = 0; in mpi3mr_refresh_sas_ports() 1785 if (h_port[i].used) in mpi3mr_refresh_sas_ports() 1803 if (h_port[i].used) in mpi3mr_refresh_sas_ports() 3187 * This is used primarily by smp utils for sending the SMP
|
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 241 uint8_t server_mac[6]; // our MAC address (used only for ARP probing) 436 int used; in infomsg() local 443 used = vsnprintf(NULL, 0, s, t); in infomsg() 444 used++; in infomsg() 447 msg = xmalloc(used); in infomsg() 448 vsnprintf(msg, used, s, p); in infomsg()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | inode.c | 274 * special handling of symlinks here because i_size is used to in ext4_evict_inode() 364 int used, int quota_claim) in ext4_da_update_reserve_space() 370 trace_ext4_da_update_reserve_space(inode, used, quota_claim); in ext4_da_update_reserve_space() 371 if (unlikely(used > ei->i_reserved_data_blocks)) { in ext4_da_update_reserve_space() 372 ext4_warning(inode->i_sb, "%s: ino %lu, used %d " in ext4_da_update_reserve_space() 374 __func__, inode->i_ino, used, in ext4_da_update_reserve_space() 377 used = ei->i_reserved_data_blocks; in ext4_da_update_reserve_space() 381 ei->i_reserved_data_blocks -= used; in ext4_da_update_reserve_space() 382 percpu_counter_sub(&sbi->s_dirtyclusters_counter, used); in ext4_da_update_reserve_space() 388 dquot_claim_block(inode, EXT4_C2B(sbi, used)); in ext4_da_update_reserve_space() 363 ext4_da_update_reserve_space(struct inode *inode, int used, int quota_claim) ext4_da_update_reserve_space() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | inode.c | 243 * special handling of symlinks here because i_size is used to in ext4_evict_inode() 333 int used, int quota_claim) in ext4_da_update_reserve_space() 339 trace_ext4_da_update_reserve_space(inode, used, quota_claim); in ext4_da_update_reserve_space() 340 if (unlikely(used > ei->i_reserved_data_blocks)) { in ext4_da_update_reserve_space() 341 ext4_warning(inode->i_sb, "%s: ino %lu, used %d " in ext4_da_update_reserve_space() 343 __func__, inode->i_ino, used, in ext4_da_update_reserve_space() 346 used = ei->i_reserved_data_blocks; in ext4_da_update_reserve_space() 350 ei->i_reserved_data_blocks -= used; in ext4_da_update_reserve_space() 351 percpu_counter_sub(&sbi->s_dirtyclusters_counter, used); in ext4_da_update_reserve_space() 357 dquot_claim_block(inode, EXT4_C2B(sbi, used)); in ext4_da_update_reserve_space() 332 ext4_da_update_reserve_space(struct inode *inode, int used, int quota_claim) ext4_da_update_reserve_space() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 82 However, the same lock is used to protect another entry fields: 309 if (time_before(n->used, n->confirmed)) in neigh_add_timer() 310 n->used = n->confirmed; in neigh_add_timer() 501 n->updated = n->used = now; in neigh_alloc() 992 if (time_before(n->used, n->confirmed) && in neigh_periodic_work() 994 n->used = n->confirmed; in neigh_periodic_work() 998 !time_in_range_open(jiffies, n->used, in neigh_periodic_work() 999 n->used + NEIGH_VAR(n->parms, GC_STALETIME)))) { in neigh_periodic_work() 1104 neigh->used + in neigh_timer_handler() 2601 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info() [all...] |