Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 3117) sorted by relevance

12345678910>>...125

/linux/drivers/media/platform/mediatek/vcodec/common/
A Dmtk_vcodec_dbgfs.c21 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
25 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
29 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
33 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
37 *used += curr_len; in mtk_vdec_dbgfs_get_format_type()
41 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
45 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
49 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type()
60 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_help()
64 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_help()
[all …]
/linux/net/mac80211/tests/
A Dtpe.c139 struct cfg80211_chan_def ap, used; member
150 .used.chan = &chan6g_1,
151 .used.center_freq1 = 6105,
171 .used.chan = &chan6g_1,
172 .used.center_freq1 = 6025,
192 .used.chan = &chan6g_1,
193 .used.center_freq1 = 6025,
218 .used.chan = &chan6g_61,
219 .used.center_freq1 = 6185,
244 .used.chan = &chan6g_33,
[all …]
/linux/fs/ntfs3/
A Drecord.c201 u32 used = le32_to_cpu(rec->used); in mi_enum_attr() local
469 u32 used = le32_to_cpu(rec->used); in mi_insert_attr() local
513 rec->used = cpu_to_le32(used + asize); in mi_insert_attr()
530 u32 used = le32_to_cpu(rec->used); in mi_remove_attr() local
546 used -= asize; in mi_remove_attr()
548 rec->used = cpu_to_le32(used); in mi_remove_attr()
559 u32 total, used = le32_to_cpu(rec->used); in mi_resize_attr() local
583 used += dsize; in mi_resize_attr()
595 rec->used = cpu_to_le32(used); in mi_resize_attr()
617 u32 used = le32_to_cpu(rec->used); in mi_pack_runs() local
[all …]
/linux/Documentation/ABI/testing/
A Dconfigfs-spear-pcie-gadget7 Interface is used to configure selected dual mode PCIe controller
10 This interfaces can be used to show spear's PCIe device capability.
20 link used to enable ltssm and read its status.
21 int_type used to configure and read type of supported interrupt
22 no_of_msi used to configure number of MSI vector needed and
26 vendor_id used to write and read vendor id (hex)
27 device_id used to write and read device id (hex)
28 bar0_size used to write and read bar0_size
29 bar0_address used to write and read bar0 mapped area in hex.
30 bar0_rw_offset used to write and read offset of bar0 where bar0_data
[all …]
/linux/arch/um/os-Linux/
A Dsigio.c40 int used; member
61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread()
68 for (i = 0; i < fds->used; i++) { in write_sigio_thread()
87 fds->used--; in write_sigio_thread()
176 if (i == all_sigio_fds.used) in __add_sigio_fd()
186 n = current_poll.used; in __add_sigio_fd()
194 next_poll.used = n + 1; in __add_sigio_fd()
229 if (i == current_poll.used) in __ignore_sigio_fd()
241 next_poll.used = current_poll.used - 1; in __ignore_sigio_fd()
318 .used = 1, in write_sigio_workaround()
[all …]
/linux/sound/oss/dmasound/
A Ddmasound_atari.c167 used = count; in ata_ct_law()
176 return used; in ata_ct_law()
190 used = count; in ata_ct_s8()
194 return used; in ata_ct_s8()
229 return used; in ata_ct_u8()
261 return used; in ata_ct_s16be()
300 return used; in ata_ct_u16be()
341 return used; in ata_ct_s16le()
381 return used; in ata_ct_u16le()
443 return used; in ata_ctx_law()
[all …]
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-clt-stats.c42 size_t used; in rtrs_clt_stats_migration_from_cnt_to_str() local
45 used = 0; in rtrs_clt_stats_migration_from_cnt_to_str()
48 used += sysfs_emit_at(buf, used, "%d ", in rtrs_clt_stats_migration_from_cnt_to_str()
52 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_from_cnt_to_str()
54 return used; in rtrs_clt_stats_migration_from_cnt_to_str()
61 size_t used; in rtrs_clt_stats_migration_to_cnt_to_str() local
64 used = 0; in rtrs_clt_stats_migration_to_cnt_to_str()
67 used += sysfs_emit_at(buf, used, "%d ", s->cpu_migr.to); in rtrs_clt_stats_migration_to_cnt_to_str()
70 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_to_cnt_to_str()
72 return used; in rtrs_clt_stats_migration_to_cnt_to_str()
/linux/fs/xfs/libxfs/
A Dxfs_ag_resv.c171 xfs_extlen_t used) in __xfs_ag_resv_init() argument
178 if (used > ask) in __xfs_ag_resv_init()
179 ask = used; in __xfs_ag_resv_init()
197 hidden_space = ask - used; in __xfs_ag_resv_init()
243 xfs_extlen_t used; in xfs_ag_resv_init() local
249 ask = used = 0; in xfs_ag_resv_init()
260 ask, used); in xfs_ag_resv_init()
269 ask = used = 0; in xfs_ag_resv_init()
274 &used); in xfs_ag_resv_init()
279 ask, used); in xfs_ag_resv_init()
[all …]
/linux/Documentation/admin-guide/
A Dufs.rst12 UFS is a file system widely used in different operating systems.
23 used in FreeBSD, NetBSD, OpenBSD
27 used in FreeBSD 5.x
34 used in SunOS (Solaris)
38 used in SunOS for Intel (Solarisx86)
42 used in HP-UX
46 used in NextStep
50 used for NextStep CDROMs (block_size == 2048)
54 used in OpenStep
/linux/fs/bcachefs/
A Dsiphash.c106 size_t left, used; in SipHash_Update() local
111 used = ctx->bytes % sizeof(ctx->buf); in SipHash_Update()
114 if (used > 0) { in SipHash_Update()
115 left = sizeof(ctx->buf) - used; in SipHash_Update()
118 memcpy(&ctx->buf[used], ptr, left); in SipHash_Update()
123 memcpy(&ctx->buf[used], ptr, len); in SipHash_Update()
135 memcpy(&ctx->buf[used], ptr, len); in SipHash_Update()
150 size_t left, used; in SipHash_End() local
152 used = ctx->bytes % sizeof(ctx->buf); in SipHash_End()
153 left = sizeof(ctx->buf) - used; in SipHash_End()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-reserved.rst50 - 8 bit RGB format used by the BTTV driver.
55 - YUV format used by the gspca cpia1 driver.
66 - YUYV per line used by the gspca driver.
71 - YYUV per line used by the gspca driver.
76 - YUVY per line used by the gspca driver.
101 - OV511 JPEG format used by the gspca driver.
106 - OV518 JPEG format used by the gspca driver.
111 - Pixart 73xx JPEG format used by the gspca driver.
126 - Compressed format used by the Zoran driver
192 each byte are used, the other bits are set to 0.
[all …]
/linux/Documentation/arch/arm/
A Dsetup.rst6 structure, otherwise known as 'struct param_struct' which is used
9 This structure is used to pass initialisation parameters from the
30 This is now obsolete, and should not be used.
47 or VGA console character size. They should not be used for any other
57 should not be used for other purposes).
61 based machines. May be used differently by different architectures.
68 Number of ADFS/MFM disks. May be used differently by different
72 These are now obsolete, and should not be used.
76 This is intended to be used on systems where the physical memory
81 be used by loaders if the size of the video RAM can't be obtained
[all …]
/linux/Documentation/arch/parisc/
A Dregisters.rst14 CR 0 (Recovery Counter) used for ptrace
31 CR26 (TR 2) not used
33 CR28 (TR 4) not used
34 CR29 (TR 5) not used
36 CR31 (TR 7) Temporary register, used in various places
47 SR3 used for userspace accesses (current process)
72 N (Nullify next instruction) used by C code
74 B (Taken Branch) used by C code
76 V (divide step correction) used by C code
78 C/B (carry/borrow bits) used by C code
[all …]
/linux/drivers/vhost/
A Dvringh.c411 iov->used++; in __vringh_iov()
461 used_ring = vrh->vring.used; in __vringh_complete()
488 &vrh->vring.used->idx); in __vringh_complete()
678 vrh->vring.used = (__force struct vring_used *)used; in vringh_init_user()
810 struct vring_used_elem used; in vringh_complete_user() local
951 vrh->vring.used = used; in vringh_init_kern()
1058 struct vring_used_elem used; in vringh_complete_kern() local
1415 desc, avail, used); in vringh_init_iotlb()
1436 struct vring_used *used) in vringh_init_iotlb_va() argument
1441 desc, avail, used); in vringh_init_iotlb_va()
[all …]
/linux/drivers/hwtracing/coresight/
A Dcoresight-syscfg-configfs.c58 ssize_t used = 0; in cscfg_cfg_values_show() local
78 used += scnprintf(page + used, PAGE_SIZE - used, in cscfg_cfg_values_show()
85 used += scnprintf(page + used, PAGE_SIZE - used, "\n"); in cscfg_cfg_values_show()
87 return used; in cscfg_cfg_values_show()
245 int used = 0; in cscfg_feat_matches_show() local
248 used = scnprintf(page, PAGE_SIZE, "SRC_ALL "); in cscfg_feat_matches_show()
251 used += scnprintf(page + used, PAGE_SIZE - used, "SRC_ETMV4 "); in cscfg_feat_matches_show()
253 used += scnprintf(page + used, PAGE_SIZE - used, "\n"); in cscfg_feat_matches_show()
254 return used; in cscfg_feat_matches_show()
/linux/include/linux/
A Dvringh.h101 unsigned i, used, max_num; member
119 unsigned i, used, max_num; member
130 vring_used_t __user *used);
135 iov->used = iov->i = 0; in vringh_iov_init()
153 iov->max_num = iov->used = iov->i = iov->consumed = 0; in vringh_iov_cleanup()
175 const struct vring_used_elem used[],
192 struct vring_used *used);
197 kiov->used = kiov->i = 0; in vringh_kiov_init()
224 for (i = kiov->i; i < kiov->used; i++) in vringh_kiov_length()
301 struct vring_used *used);
[all …]
/linux/drivers/mtd/ubi/
A Dfastmap-wl.c126 free += pool->size - pool->used + wl_pool->size - wl_pool->used; in wait_free_pebs_for_pool()
256 wl_pool->used = 0; in ubi_refill_pools_and_lock()
257 pool->used = 0; in ubi_refill_pools_and_lock()
306 if (pool->used == pool->size || wl_pool->used == wl_pool->size) { in ubi_wl_get_peb()
319 if (pool->used == pool->size) { in ubi_wl_get_peb()
337 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
355 if (pool->used == pool->size) in next_peb_for_wl()
358 pnum = pool->pebs[pool->used]; in next_peb_for_wl()
375 if (!ubi->used.rb_node) in need_wear_leveling()
407 if (pool->used == pool->size) { in get_peb_for_wl()
[all …]
/linux/Documentation/sound/cards/
A Daudigy-mixer.rst27 Explanation of used abbreviations:
35 (this standard is used for connecting standalone D/A and A/D converters)
37 low frequency effects (used as subwoofer signal)
80 This control is used to attenuate samples from left and right PCM FX-bus
118 digital inputs (usually used by a CDROM drive). The result samples are
139 This control is used to attenuate samples from left and right I2S ADC
145 This control is used to attenuate samples from left and right I2S ADC
151 This control is used to attenuate samples from left and right I2S ADC
157 This control is used to attenuate samples from left and right I2S ADC
162 This control is used to attenuate samples from left and right I2S ADC
[all …]
/linux/Documentation/driver-api/gpio/
A Ddrivers-on-gpio.rst17 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line
20 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your
24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with
33 - pwm-gpio: drivers/pwm/pwm-gpio.c is used to toggle a GPIO with a high
37 - extcon-gpio: drivers/extcon/extcon-gpio.c is used when you need to read an
41 - restart-gpio: drivers/power/reset/gpio-restart.c is used to restart/reboot
45 - poweroff-gpio: drivers/power/reset/gpio-poweroff.c is used to power the
50 - gpio-gate-clock: drivers/clk/clk-gpio.c is used to control a gated clock
53 - i2c-gpio: drivers/i2c/busses/i2c-gpio.c is used to drive an I2C bus
74 - gpio-regulator: drivers/regulator/gpio-regulator.c is used to control a
[all …]
/linux/Documentation/devicetree/bindings/power/supply/
A Dsamsung,battery.yaml14 of lithium ion chemistry devices used for mobile phones, laptops and other
25 description: 3.8V 1500 mAh battery used in Samsung GT-I8190
27 description: 3.8V 1500 mAh battery used in Samsung SGH-T599 and SGH-I407
29 description: 3.8V 1500 mAh battery used in Samsung GT-I8160
31 description: 3.8V 1700 mAh battery used in Samsung GT-S7710
33 description: 3.8V 1500 mAh battery used in Samsung GT-I9070
35 description: 3.8V 2000 mAh battery used in Samsung GT-I8530
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dchid.c32 clear_bit(id, chid->used); in nvkm_chid_put()
43 cid = find_first_zero_bit(chid->used, chid->nr); in nvkm_chid_get()
45 set_bit(cid, chid->used); in nvkm_chid_get()
92 if (!(chid = *pchid = kzalloc(struct_size(chid, used, nr), GFP_KERNEL))) in nvkm_chid_new()
106 __set_bit(id, chid->used); in nvkm_chid_new()
108 __set_bit(id, chid->used); in nvkm_chid_new()
/linux/Documentation/driver-api/media/drivers/
A Drkisp1.rst12 - V10: used at least in rk3288 and rk3399
13 - V11: declared in the original vendor code, but not used
14 - V12: used at least in rk3326 and px30
15 - V13: used at least in rk1808
16 - V20: used in rk3568 and beyond
19 on V10 and V12 variants. V11 does not seem to be actually used
24 V20 on the other hand will probably be used in future SoCs and
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
A Di2c.txt13 - clock-frequency : Can be used to set the i2c clock frequency. If
14 unspecified, a default frequency of 60kHz is being used.
15 The following two properties are deprecated. They are only used by legacy
17 - linux,i2c-index : Can be used to hard code an i2c bus number. By default,
19 - linux,i2c-class : Can be used to override the i2c class. The class is used
22 being used. The definition of the classes can be found in
/linux/drivers/gpu/drm/xe/tests/
A Dxe_guc_id_mgr_test.c65 KUNIT_EXPECT_EQ(test, idm->used, n); in check_used()
67 KUNIT_EXPECT_EQ(test, idm->used, n + 1); in check_used()
69 KUNIT_EXPECT_EQ(test, idm->used, idm->total); in check_used()
70 idm_release_chunk_locked(idm, 0, idm->used); in check_used()
71 KUNIT_EXPECT_EQ(test, idm->used, 0); in check_used()
93 KUNIT_EXPECT_EQ(test, idm->used, idm->total); in check_quota()
95 KUNIT_EXPECT_EQ(test, idm->used, 0); in check_quota()
111 KUNIT_EXPECT_EQ(test, idm->used, idm->total); in check_all()
/linux/kernel/kcsan/
A Ddebugfs.c46 int used; /* number of elements used */ member
52 .used = 0,
114 if (report_filterlist.used == 0) in kcsan_skip_report_debugfs()
119 sort(report_filterlist.addrs, report_filterlist.used, in kcsan_skip_report_debugfs()
124 report_filterlist.used, sizeof(unsigned long), in kcsan_skip_report_debugfs()
166 } else if (report_filterlist.used == report_filterlist.size) { in insert_report_filterlist()
184 report_filterlist.addrs[report_filterlist.used++] = in insert_report_filterlist()
210 report_filterlist.used == 0 ? "none" : ""); in show_info()
211 for (i = 0; i < report_filterlist.used; ++i) in show_info()

Completed in 43 milliseconds

12345678910>>...125