Home
last modified time | relevance | path

Searched defs:count (Results 5051 – 5075 of 6690) sorted by relevance

1...<<201202203204205206207208209210>>...268

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp311 const uint64_t* count = std::get_if<uint64_t>(&(propIt->second)); in populateSysProperties() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v4_0_3.c879 static void jpeg_v4_0_3_dec_ring_nop(struct amdgpu_ring *ring, uint32_t count) in jpeg_v4_0_3_dec_ring_nop()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c966 int ret, i, count; in vfio_legacy_pci_hot_reset() local
/openbmc/qemu/tests/unit/
H A Dtest-block-iothread.c67 int64_t offset, int64_t count, in bdrv_test_co_block_status()
/openbmc/qemu/hw/block/
H A Donenand.c76 int count; member
/openbmc/linux/arch/um/drivers/
H A Dline.c132 int n, count; in flush_buffer() local
/openbmc/linux/fs/nilfs2/
H A Drecovery.c275 unsigned long count) in nilfs_skip_summary_info()
/openbmc/linux/tools/testing/selftests/net/
H A Dcsum.c574 int ret, count = 0; in recv_udp() local
/openbmc/linux/net/mac80211/
H A Drate.c223 size_t count, loff_t *ppos) in rcname_read()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c262 unsigned int count; in tc_init() local
/openbmc/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c641 unsigned int count; in adv7511_get_modes() local
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c654 int i, count = 0; in adreno_gpu_state_get() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c308 enum mlx4_resource res_type, int count, in mlx4_grant_resource()
379 enum mlx4_resource res_type, int count, in mlx4_release_resource()
1278 static int add_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, in add_res_range()
1465 static int rem_res_range(struct mlx4_dev *dev, int slave, u64 base, int count, in rem_res_range()
1790 int count; in qp_alloc_res() local
2363 int count; in qp_free_res() local
/openbmc/linux/mm/
H A Dslub.c1891 unsigned int count = oo_objects(s->oo); in init_cache_random_seq() local
5169 unsigned long count = 0; in validate_slab_node() local
5206 unsigned long count = 0; in validate_slab_cache() local
5232 unsigned long count; member
5246 unsigned long count; member
6523 size_t count, loff_t *ppos) in slabinfo_write()
/openbmc/linux/drivers/block/
H A Drbd.c5173 ssize_t count = 0; in rbd_parent_show() local
7085 static ssize_t do_rbd_add(const char *buf, size_t count) in do_rbd_add()
7197 static ssize_t add_store(const struct bus_type *bus, const char *buf, size_t count) in add_store()
7206 size_t count) in add_single_major_store()
7238 static ssize_t do_rbd_remove(const char *buf, size_t count) in do_rbd_remove()
7308 static ssize_t remove_store(const struct bus_type *bus, const char *buf, size_t count) in remove_store()
7317 size_t count) in remove_single_major_store()
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Devents.json25 "count": 1, number
69 "count": 2, number
100 "count": 1, number
129 "count": 1, number
158 "count": 1, number
187 "count": 1, number
322 "count": 1, number
490 "count": 1, number
/openbmc/linux/drivers/net/wireless/legacy/
H A Drndis_wlan.c1644 int i, len, count, max_pmkids, entry_len; in debug_print_pmkids() local
1739 unsigned int count; in remove_pmkid() local
1779 unsigned int count; in update_pmkid() local
2045 int ret = -EINVAL, len, count, bssid_len, real_count, new_len; in rndis_check_bssid_list() local
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c4213 u32 count = 8; in il4965_rx_handle() local
4555 const char *buf, size_t count) in il4965_store_debug_level()
4602 const char *buf, size_t count) in il4965_store_tx_power()
5076 u32 desc, time, count, base, data1; in il4965_dump_nic_error_log() local
/openbmc/linux/drivers/regulator/
H A Dcore.c1159 int count = 0; in print_constraints_debug() local
1306 int count = rdev->desc->n_voltages; in machine_constraints_voltage() local
1813 size_t count, loff_t *ppos) in constraint_flags_read_file()
3143 int count, i, ret; in regulator_disable_work() local
/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen5.c1822 const char *buf, size_t count) in cyapa_pip_do_calibrate()
1946 int sum, count, max_element_cnt; in cyapa_gen5_read_idac_data() local
2220 int sum, count; in cyapa_gen5_read_panel_scan_raw_data() local
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c825 size_t count) in artpec6_crypto_setup_sg_descrs_in()
888 size_t count) in artpec6_crypto_setup_sg_descrs_out()
1829 size_t count; in artpec6_crypto_prepare_aead() local
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c270 static int __init prom_strncmp(const char *cs, const char *ct, size_t count) in prom_strncmp()
295 static int __init prom_memcmp(const void *cs, const void *ct, size_t count) in prom_memcmp()
323 static size_t __init prom_strlcat(char *dest, const char *src, size_t count) in prom_strlcat()
/openbmc/linux/drivers/dma/
H A Dimx-sdma.c256 u32 count : 16; /* size of the buffer pointed by this BD */ member
1554 size_t count; in sdma_prep_memcpy() local
1610 int i, count; in sdma_prep_slave_sg() local
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.c1881 unsigned long start, count, end; in bitmap_clear_bits() local
1917 unsigned long start, count, end; in btrfs_bitmap_set_bits() local
2918 int count = 0; in btrfs_dump_free_space() local
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c403 size_t count, loff_t *ppos) in cs_dsp_debugfs_wmfw_read()
423 size_t count, loff_t *ppos) in cs_dsp_debugfs_bin_read()
2498 int ret, count; in cs_dsp_adsp2v2_enable_core() local

1...<<201202203204205206207208209210>>...268