Home
last modified time | relevance | path

Searched refs:count (Results 5551 – 5575 of 9663) sorted by relevance

1...<<221222223224225226227228229230>>...387

/openbmc/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c202 .count = ARRAY_SIZE(rates), in mt8183_da7219_max98357_startup()
210 .count = ARRAY_SIZE(channels), in mt8183_da7219_max98357_startup()
242 .count = ARRAY_SIZE(rates), in mt8183_da7219_max98357_bt_sco_startup()
250 .count = ARRAY_SIZE(channels), in mt8183_da7219_max98357_bt_sco_startup()
H A Dmt8183-mt6358-ts3a227-max98357.c128 .count = ARRAY_SIZE(rates), in mt8183_mt6358_startup()
136 .count = ARRAY_SIZE(channels), in mt8183_mt6358_startup()
168 .count = ARRAY_SIZE(rates), in mt8183_mt6358_ts3a227_max98357_bt_sco_startup()
176 .count = ARRAY_SIZE(channels), in mt8183_mt6358_ts3a227_max98357_bt_sco_startup()
/openbmc/linux/drivers/power/supply/
H A Dltc4162-l-charger.c598 size_t count) in force_telemetry_store() argument
614 return count; in force_telemetry_store()
638 size_t count) in arm_ship_mode_store() argument
654 return count; in arm_ship_mode_store()
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c512 int count = 0, i, ret; in s390_dma_map_sg() local
532 count++; in s390_dma_map_sg()
543 return count + 1; in s390_dma_map_sg()
545 for_each_sg(sg, s, count, i) in s390_dma_map_sg()
/openbmc/linux/drivers/perf/
H A Darm_pmu.c259 local64_add(delta, &event->count); in armpmu_event_update()
578 int cpu, count = 0; in armpmu_count_irq_users() local
582 count++; in armpmu_count_irq_users()
585 return count; in armpmu_count_irq_users()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dselftest.c594 int count, link_up_count = 0; in efx_wait_for_link() local
597 for (count = 0; count < 40; count++) { in efx_wait_for_link()
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134.h495 unsigned int count; member
749 int saa7134_buffer_count(unsigned int size, unsigned int count);
795 int saa7134_vb2_start_streaming(struct vb2_queue *vq, unsigned int count);
835 int saa7134_ts_start_streaming(struct vb2_queue *vq, unsigned int count);
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_ipmi_redfish_user.robot222 # Get existing user count.
224 ${current_user_count}= Get From Dictionary ${resp.dict} Members@odata.count
231 # Create users to reach maximum users count (i.e. 15 users).
327 # IPMI maximum users count (i.e. 15 users).
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c163 q->count = 0; in cx8802_start_dma()
307 u32 status, mask, count; in cx8802_mpeg_irq() local
334 count = cx_read(MO_TS_GPCNT); in cx8802_mpeg_irq()
335 cx88_wakeup(dev->core, &dev->mpegq, count); in cx8802_mpeg_irq()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-jz4780.c691 int count) in jz4780_i2c_xfer() argument
708 for (i = 0; i < count; i++, msg++) { in jz4780_i2c_xfer()
711 count, i); in jz4780_i2c_xfer()
714 count, i); in jz4780_i2c_xfer()
/openbmc/linux/drivers/gpio/
H A Dgpio-pxa.c536 int count = 0; in pxa_gpio_nums() local
548 count = pxa_id->gpio_nums - 1; in pxa_gpio_nums()
551 count = -EINVAL; in pxa_gpio_nums()
554 return count; in pxa_gpio_nums()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.c240 mspi->count = len; in fsl_spi_cpu_bufs()
291 return mpc8xxx_spi->count; in fsl_spi_bufs()
448 mspi->count -= 1; in fsl_spi_cpu_irq()
449 if (mspi->count) { in fsl_spi_cpu_irq()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c596 int count, link_up_count = 0; in ef4_wait_for_link() local
599 for (count = 0; count < 40; count++) { in ef4_wait_for_link()
/openbmc/linux/sound/hda/
H A Dhdac_device.c1083 unsigned int state, actual_state, count; in snd_hdac_sync_power_state() local
1085 for (count = 0; count < 500; count++) { in snd_hdac_sync_power_state()
/openbmc/linux/net/core/
H A Ddev_addr_lists.c126 list->count++; in __hw_addr_add_ex()
162 list->count--; in __hw_addr_del_entry()
492 list->count = 0; in __hw_addr_flush()
498 list->count = 0; in __hw_addr_init()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c43 .count = 0, in vfio_disable_irqindex()
56 .count = 1, in vfio_unmask_single_irqindex()
69 .count = 1, in vfio_mask_single_irqindex()
127 irq_set->count = 1; in vfio_set_irq_signaling()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dselftest.c589 int count, link_up_count = 0; in efx_wait_for_link() local
592 for (count = 0; count < 40; count++) { in efx_wait_for_link()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c439 retries = info->status.rates[0].count; in il3945_rs_tx_status()
796 info->control.rates[0].count = 1; in il3945_rs_get_rate()
805 size_t count, loff_t *ppos) in il3945_sta_dbgfs_stats_table_read() argument
830 ret = simple_read_from_buffer(user_buf, count, ppos, buff, desc); in il3945_sta_dbgfs_stats_table_read()
/openbmc/linux/drivers/misc/mei/
H A Dhw-txe.c624 .count = 2,
648 fw_status->count = fw_src->count; in mei_txe_fw_status()
649 for (i = 0; i < fw_src->count && i < MEI_FW_STATUS_MAX; i++) { in mei_txe_fw_status()
/openbmc/linux/drivers/mmc/host/
H A Dcb710-mmc.c211 size_t count, size_t blocksize) in cb710_mmc_set_transfer_size() argument
215 ((count - 1) << 16)|(blocksize - 1)); in cb710_mmc_set_transfer_size()
218 count, count == 1 ? "" : "s", blocksize); in cb710_mmc_set_transfer_size()
/openbmc/linux/drivers/firmware/
H A Dstratix10-rsu.c562 const char *buf, size_t count) in reboot_image_store() argument
582 return count; in reboot_image_store()
587 const char *buf, size_t count) in notify_store() argument
621 return count; in notify_store()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c93 int count = (ALIGN(rctx->total, 4) / 4) - 1; in starfive_rsa_montgomery_form() local
159 for (loop = 0; loop <= count; loop++) in starfive_rsa_montgomery_form()
160 writel(in[count - loop], cryp->base + STARFIVE_PKA_CAER_OFFSET + loop * 4); in starfive_rsa_montgomery_form()
163 for (loop = count + 1; loop <= opsize; loop++) in starfive_rsa_montgomery_form()
/openbmc/qemu/hw/timer/
H A Dhpet.c711 if (hpet_cfg.count == UINT8_MAX) { in hpet_realize()
713 hpet_cfg.count = 0; in hpet_realize()
716 if (hpet_cfg.count == 8) { in hpet_realize()
721 s->hpet_id = hpet_cfg.count++; in hpet_realize()
/openbmc/linux/drivers/thunderbolt/
H A Ddomain.c161 const char *buf, size_t count) in boot_acl_store() argument
174 if (count > (UUID_STRING_LEN + 1) * tb->nboot_acl + 1) in boot_acl_store()
176 if (count < tb->nboot_acl - 1) in boot_acl_store()
232 return ret ?: count; in boot_acl_store()
/openbmc/linux/crypto/
H A Dshash.c692 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes() argument
696 for (i = 0; i < count; i++) { in crypto_register_shashes()
712 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes() argument
716 for (i = count - 1; i >= 0; --i) in crypto_unregister_shashes()

1...<<221222223224225226227228229230>>...387