| /linux/net/mac80211/tests/ |
| H A D | tpe.c | 139 struct cfg80211_chan_def ap, used; member 149 .used.width = NL80211_CHAN_WIDTH_320, 150 .used.chan = &chan6g_1, 151 .used.center_freq1 = 6105, 170 .used.width = NL80211_CHAN_WIDTH_160, 171 .used.chan = &chan6g_1, 172 .used.center_freq1 = 6025, 191 .used.width = NL80211_CHAN_WIDTH_160, 192 .used.chan = &chan6g_1, 193 .used.center_freq1 = 6025, [all …]
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_atari.c | 161 ssize_t count, used; in ata_ct_law() local 167 used = count; in ata_ct_law() 175 *frameUsed += used; in ata_ct_law() 176 return used; in ata_ct_law() 184 ssize_t count, used; in ata_ct_s8() local 190 used = count; in ata_ct_s8() 193 *frameUsed += used; in ata_ct_s8() 194 return used; in ata_ct_s8() 202 ssize_t count, used; in ata_ct_u8() local 207 used = count; in ata_ct_u8() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-spear-pcie-gadget | 7 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 …]
|
| H A D | configfs-most | 4 Description: Interface is used to configure and connect device channels 27 configure number of buffers used for this 39 configure DBR data buffer size (this is used 45 transmitted via USB (this is used for USB 82 configure number of buffers used for this 94 configure DBR data buffer size (this is used 100 transmitted via USB (this is used for USB 137 configure number of buffers used for this 149 configure DBR data buffer size (this is used 155 transmitted via USB (this is used for USB [all …]
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt-stats.c | 42 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/ |
| H A D | xfs_ag_resv.c | 172 xfs_extlen_t used) in __xfs_ag_resv_init() argument 179 if (used > ask) in __xfs_ag_resv_init() 180 ask = used; in __xfs_ag_resv_init() 198 hidden_space = ask - used; in __xfs_ag_resv_init() 229 resv->ar_reserved = 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() 251 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask, &used); in xfs_ag_resv_init() 255 error = xfs_finobt_calc_reserves(pag, tp, &ask, &used); in xfs_ag_resv_init() 260 ask, used); in xfs_ag_resv_init() [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | ufs.rst | 12 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/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-reserved.rst | 51 - 8 bit RGB format used by the BTTV driver. 56 - YUV format used by the gspca cpia1 driver. 61 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 67 - YUYV per line used by the gspca driver. 72 - YYUV per line used by the gspca driver. 77 - YUVY per line used by the gspca driver. 82 - Compressed GBRG Bayer format used by the gspca driver. 87 - Compressed BGGR Bayer format used by the gspca driver. 92 - Compressed BGGR Bayer format used by the gspca driver. 97 - JPEG compressed RGGB Bayer format used by the gspca driver. [all …]
|
| /linux/kernel/kcsan/ |
| H A D | debugfs.c | 46 int used; /* number of elements used */ member 108 if (report_filterlist.used == 0) in kcsan_skip_report_debugfs() 113 sort(report_filterlist.addrs, report_filterlist.used, in kcsan_skip_report_debugfs() 118 report_filterlist.used, sizeof(unsigned long), in kcsan_skip_report_debugfs() 157 if (data_race(report_filterlist.used == report_filterlist.size)) { in insert_report_filterlist() 165 if (report_filterlist.used == report_filterlist.size) { in insert_report_filterlist() 167 if (report_filterlist.used >= new_size) { in insert_report_filterlist() 174 if (report_filterlist.used) in insert_report_filterlist() 175 memcpy(new_addrs, report_filterlist.addrs, report_filterlist.used * sizeof(unsigned long)); in insert_report_filterlist() 182 report_filterlist.addrs[report_filterlist.used++] = addr; in insert_report_filterlist() [all …]
|
| /linux/Documentation/arch/arm/ |
| H A D | setup.rst | 6 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 56 is otherwise unused. (should not be used for other console types, and 57 should not be used for other purposes). 61 based machines. May be used differently by different architectures. 64 Default sound setting on Acorn machines. May be used differently by 68 Number of ADFS/MFM disks. May be used differently by different 72 These are now obsolete, and should not be used. [all …]
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 5 [ an asterisk is used for planned usage which is currently unimplemented ] 14 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 [all …]
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-syscfg-configfs.c | 58 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/ |
| H A D | vringh.h | 101 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[], 189 struct vring_used *used); 194 kiov->used = kiov->i = 0; in vringh_kiov_init() 212 kiov->max_num = kiov->used = kiov->i = kiov->consumed = 0; in vringh_kiov_cleanup() 221 for (i = kiov->i; i < kiov->used; i++) in vringh_kiov_length() [all …]
|
| /linux/Documentation/sound/cards/ |
| H A D | audigy-mixer.rst | 27 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) 49 This control is used to attenuate samples from left and right front PCM FX-bus 55 This control is used to attenuate samples from left and right surround PCM FX-bus 62 This control is used to attenuate samples from left and right side PCM FX-bus 68 This control is used to attenuate samples from center PCM FX-bus accumulator. 74 This control is used to attenuate sample for LFE PCM FX-bus accumulator. 80 This control is used to attenuate samples from left and right PCM FX-bus 86 This control is used to attenuate samples from left and right PCM FX-bus [all …]
|
| /linux/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 60 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs() 126 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() 336 ubi_assert(pool->used < pool->size); in ubi_wl_get_peb() 337 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb() 357 if (pool->used == pool->size) { in next_peb_for_wl() 371 pnum = pool->pebs[pool->used]; in next_peb_for_wl() [all …]
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | drivers-on-gpio.rst | 17 - 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 29 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from 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 [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 25 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 30 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 36 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 256 if (!priv->stations[i].used && in iwl_prep_station() 273 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_prep_station() 279 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_prep_station() 280 (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) && in iwl_prep_station() 288 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station() 347 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_add_station_common() 354 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_add_station_common() [all …]
|
| /linux/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 6 /// 2. An opencoded expression is used after array_size() to compute the same size 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) [all …]
|
| /linux/fs/ubifs/ |
| H A D | tnc_commit.c | 432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 444 used = 0; in layout_in_empty_space() 465 used = 0; in layout_in_empty_space() 469 offs = buf_offs + used; in layout_in_empty_space() 510 wlen = used + len; in layout_in_empty_space() 511 used += ALIGN(len, 8); in layout_in_empty_space() 515 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 520 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space() 530 c->leb_size - buf_offs, blen - used, in layout_in_empty_space() 536 used -= blen; in layout_in_empty_space() [all …]
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_id_mgr_test.c | 65 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/tools/virtio/ |
| H A D | vringh_test.c | 193 vrh.vring.desc, vrh.vring.avail, vrh.vring.used); in parallel_test() 257 if (riov.used) { in parallel_test() 263 assert(riov.i == riov.used); in parallel_test() 270 assert(wiov.i == wiov.used); in parallel_test() 450 struct vring_used_elem used[RINGSIZE]; in main() local 499 vrh.vring.desc, vrh.vring.avail, vrh.vring.used); in main() 530 assert(riov.used == 1); in main() 534 assert(wiov.used == 1); in main() 538 assert(wiov.used == 2); in main() 557 assert(wiov.i == wiov.used); in main() [all …]
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | rkisp1.rst | 12 - 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/ |
| H A D | i2c.txt | 13 - 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/nouveau/nvkm/engine/fifo/ |
| H A D | chid.c | 32 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/tools/virtio/ringtest/ |
| H A D | virtio_ring_0_9.c | 160 index = ring.used->ring[head].id; in get_buf() 167 if (ring.used->idx == guest.last_used_idx) in get_buf() 176 index = ring.used->ring[head].id; in get_buf() 183 *lenp = ring.used->ring[head].len; in get_buf() 202 unsigned index = ring.used->ring[head].id; in used_empty() 206 return ring.used->idx == last_used_idx; in used_empty() 308 ring.used->ring[used_idx].id = head; in use_buf() 309 ring.used->ring[used_idx].len = desc->len - 1; in use_buf() 314 ring.used->idx = host.used_idx; in use_buf()
|