/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | clang-c++11.patch | 13 -static void * NewSimulatorOpen( GHashTable *, unsigned int, oh_evt_queue * ) __attribute__((used)); 14 …en( GHashTable *, unsigned int, oh_evt_queue * ) __asm__("NewSimulatorOpen") __attribute__((used)); 22 -static void NewSimulatorClose( void * ) __attribute__((used)); 23 +static void NewSimulatorClose( void * ) __asm__("NewSimulatorClose") __attribute__((used)); 31 -static SaErrorT NewSimulatorGetEvent( void * ) __attribute__((used)); 32 +static SaErrorT NewSimulatorGetEvent( void * ) __asm__("NewSimulatorGetEvent") __attribute__((used… 40 -static SaErrorT NewSimulatorDiscoverResources( void * ) __attribute__((used)); 41 …imulatorDiscoverResources( void * ) __asm__("NewSimulatorDiscoverResources") __attribute__((used)); 49 …T NewSimulatorSetResourceTag( void *, SaHpiResourceIdT, SaHpiTextBufferT * ) __attribute__((used)); 50 …SaHpiResourceIdT, SaHpiTextBufferT * ) __asm__("NewSimulatorSetResourceTag") __attribute__((used)); [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_dbgfs.c | 15 int *used, int total) in mtk_vdec_dbgfs_get_format_type() argument 21 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() 53 *used += curr_len; in mtk_vdec_dbgfs_get_format_type() [all …]
|
/openbmc/linux/fs/ntfs3/ |
H A D | record.c | 201 u32 used = le32_to_cpu(rec->used); in mi_enum_attr() local 211 if (used > total) in mi_enum_attr() 214 if (off >= used || off < MFTRECORD_FIXUP_OFFSET_1 || in mi_enum_attr() 241 if (off + 8 > used) { in mi_enum_attr() 263 if (off + asize < off || off + asize > used) in mi_enum_attr() 417 } else if (rno >= sbi->mft.used) { in mi_format_new() 469 u32 used = le32_to_cpu(rec->used); in mi_insert_attr() local 473 if (used + asize > sbi->record_size) in mi_insert_attr() 495 attr = Add2Ptr(rec, used - 8); in mi_insert_attr() 498 tail = used - PtrOffset(rec, attr); in mi_insert_attr() [all …]
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | sigio.c | 40 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() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 172 for (i = 0; i < all_sigio_fds.used; i++) { in __add_sigio_fd() 176 if (i == all_sigio_fds.used) in __add_sigio_fd() 181 for (i = 0; i < current_poll.used; i++) { in __add_sigio_fd() 186 n = current_poll.used; in __add_sigio_fd() [all …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/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()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 183 xfs_extlen_t used) in __xfs_ag_resv_init() argument 190 if (used > ask) in __xfs_ag_resv_init() 191 ask = used; in __xfs_ag_resv_init() 209 hidden_space = ask - used; in __xfs_ag_resv_init() 241 resv->ar_reserved = ask - used; in __xfs_ag_resv_init() 255 xfs_extlen_t used; in xfs_ag_resv_init() local 261 ask = used = 0; in xfs_ag_resv_init() 263 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask, &used); in xfs_ag_resv_init() 267 error = xfs_finobt_calc_reserves(pag, tp, &ask, &used); in xfs_ag_resv_init() 272 ask, used); in xfs_ag_resv_init() [all …]
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.lib | 51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 53 multi-used := $(multi-used-y) $(multi-used-m) 54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 58 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 59 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 85 single-used-m := $(addprefix $(obj)/,$(single-used-m)) 86 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) 87 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
|
/openbmc/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
|
/openbmc/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++] = in insert_report_filterlist() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-reserved.rst | 50 - 8 bit RGB format used by the BTTV driver. 55 - YUV format used by the gspca cpia1 driver. 60 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 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. 81 - Compressed GBRG Bayer format used by the gspca driver. 86 - Compressed BGGR Bayer format used by the gspca driver. 91 - Compressed BGGR Bayer format used by the gspca driver. 96 - JPEG compressed RGGB Bayer format used by the gspca driver. [all …]
|
/openbmc/u-boot/cmd/ |
H A D | trace.c | 33 size_t buff_size, avail, buff_ptr, used; in create_func_list() local 45 used = min(avail, (size_t)needed); in create_func_list() 47 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_func_list() 50 env_set_hex("profoffset", buff_ptr + used); in create_func_list() 57 size_t buff_size, avail, buff_ptr, used; in create_call_list() local 69 used = min(avail, (size_t)needed); in create_call_list() 71 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_call_list() 75 env_set_hex("profoffset", buff_ptr + used); in create_call_list()
|
/openbmc/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 …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | Kconfig | 31 Enable the Altera SPI driver. This driver can be used to 41 used to access the SPI NOR flash on boards using the Aspeed 49 mode should be used when SW CRTM is enabled. 55 used to access the SPI flash on AE3XX and AE250 platforms embedding 62 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used 72 many AT91 (ARM) chips. This driver can be used to access 79 Enable the BCM6328 HSSPI driver. This driver can be used to 87 Enable the BCM6348/BCM6358 SPI driver. This driver can be used to 95 be used to access the SPI flash on platforms embedding this 102 used to access the SPI NOR flash on platforms embedding this [all …]
|
/openbmc/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 …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-malloc.c | 148 mlist_sort_insert(s->used, usednode); in mlist_fulfill() 169 QTAILQ_FOREACH(node, s->used, MLIST_ENTNAME) { in mlist_check() 197 node = mlist_find_key(s->used, addr); in mlist_free() 206 QTAILQ_REMOVE(s->used, node, MLIST_ENTNAME); in mlist_free() 222 QTAILQ_FOREACH_SAFE(node, allocator->used, MLIST_ENTNAME, tmp) { in alloc_destroy() 249 g_free(allocator->used); in alloc_destroy() 296 s->used = g_new(MemList, 1); in alloc_init() 298 QTAILQ_INIT(s->used); in alloc_init() 324 QTAILQ_FOREACH_SAFE(node, dst->used, MLIST_ENTNAME, tmp) { in migrate_allocator() 331 tmpused = dst->used; in migrate_allocator() [all …]
|
/openbmc/linux/drivers/vhost/ |
H A D | vringh.c | 85 while (len && iov->i < iov->used) { in vringh_kiov_advance() 116 while (len && iov->i < iov->used) { in vringh_iov_xfer() 320 riov->i = riov->used = riov->consumed = 0; in __vringh_iov() 322 wiov->i = wiov->used = wiov->consumed = 0; in __vringh_iov() 377 if (unlikely(wiov && wiov->used)) { in __vringh_iov() 403 if (unlikely(iov->used == (iov->max_num & ~VRINGH_IOV_ALLOCATED))) { in __vringh_iov() 409 iov->iov[iov->used].iov_base = addr; in __vringh_iov() 410 iov->iov[iov->used].iov_len = len; in __vringh_iov() 411 iov->used++; in __vringh_iov() 448 const struct vring_used_elem *used, in __vringh_complete() argument [all …]
|
/openbmc/u-boot/fs/cbfs/ |
H A D | cbfs.c | 77 struct cbfs_cachenode *newNode, u32 *used) in file_cbfs_next_file() argument 81 *used = 0; in file_cbfs_next_file() 92 *used += align; in file_cbfs_next_file() 117 *used += step; in file_cbfs_next_file() 141 u32 used; in file_cbfs_fill_cache() local 146 newNode, &used); in file_cbfs_fill_cache() 158 size -= used; in file_cbfs_fill_cache() 159 start += used; in file_cbfs_fill_cache() 272 u32 used; in file_cbfs_find_uncached() local 274 result = file_cbfs_next_file(start, size, align, &node, &used); in file_cbfs_find_uncached() [all …]
|
/openbmc/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()
|
/openbmc/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[], 192 struct vring_used *used); 197 kiov->used = kiov->i = 0; in vringh_kiov_init() 215 kiov->max_num = kiov->used = kiov->i = kiov->consumed = 0; in vringh_kiov_cleanup() 224 for (i = kiov->i; i < kiov->used; i++) in vringh_kiov_length() [all …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/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 32 - extcon-gpio: drivers/extcon/extcon-gpio.c is used when you need to read an 36 - restart-gpio: drivers/power/reset/gpio-restart.c is used to restart/reboot 40 - poweroff-gpio: drivers/power/reset/gpio-poweroff.c is used to power the 45 - gpio-gate-clock: drivers/clk/clk-gpio.c is used to control a gated clock 48 - i2c-gpio: drivers/i2c/busses/i2c-gpio.c is used to drive an I2C bus 53 - spi_gpio: drivers/spi/spi-gpio.c is used to drive an SPI bus (variable number [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | ov5693.h | 201 bool used; member 1106 .used = 0, 1117 .used = 0, 1128 .used = 0, 1139 .used = 0, 1160 .used = 0, 1171 .used = 0, 1182 .used = 0, 1193 .used = 0, 1204 .used = 0, [all …]
|