Home
last modified time | relevance | path

Searched defs:count (Results 551 – 575 of 6689) sorted by relevance

1...<<21222324252627282930>>...268

/openbmc/linux/drivers/input/mouse/
H A Dsentelic.c420 const char *buf, size_t count) in fsp_attr_set_setreg()
463 const char *buf, size_t count) in fsp_attr_set_getreg()
500 const char *buf, size_t count) in fsp_attr_set_pagereg()
530 const char *buf, size_t count) in fsp_attr_set_vscroll()
559 const char *buf, size_t count) in fsp_attr_set_hscroll()
589 const char *buf, size_t count) in fsp_attr_set_flags()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c63 size_t count, loff_t *ppos) in carl9170_debugfs_read()
114 const char __user *userbuf, size_t count, loff_t *ppos) in carl9170_debugfs_write()
545 const char *buf, size_t count) in carl9170_debugfs_hw_ioread32_write()
617 size_t count) in carl9170_debugfs_bug_write()
700 size_t count) in carl9170_debugfs_erp_write()
722 const char *buf, size_t count) in carl9170_debugfs_hw_iowrite32_write()
/openbmc/linux/arch/arm/include/asm/
H A Dio.h302 size_t count) in memset_io()
307 #define memset_io(dst,c,count) memset_io(dst,c,count) argument
310 size_t count) in memcpy_fromio()
315 #define memcpy_fromio(to,from,count) memcpy_fromio(to,from,count) argument
318 size_t count) in memcpy_toio()
323 #define memcpy_toio(to,from,count) memcpy_toio(to,from,count) argument
/openbmc/linux/drivers/hwmon/
H A Dibmpowernv.c134 const char *buf, size_t count) in store_enable()
318 struct sensor_data *sdata_table, int count) in get_sensor_hwmon_index()
339 int count = 0, ret = 0; in init_sensor_group_data() local
489 const char *buf, size_t count)) in create_hwmon_attr()
515 const char *buf, size_t count)) in populate_sensor()
558 u32 count = 0; in create_device_attrs() local
H A Dadm1031.c330 const char *buf, size_t count) in fan_auto_channel_store()
403 const char *buf, size_t count) in auto_temp_min_store()
433 const char *buf, size_t count) in auto_temp_max_store()
474 const char *buf, size_t count) in pwm_store()
585 size_t count) in fan_min_store()
610 size_t count) in fan_div_store()
707 const char *buf, size_t count) in temp_offset_store()
729 size_t count) in temp_min_store()
751 size_t count) in temp_max_store()
773 size_t count) in temp_crit_store()
[all …]
H A Dw83793.c331 const char *buf, size_t count) in vrm_store()
372 const char *buf, size_t count) in store_beep()
410 const char *buf, size_t count) in store_beep_enable()
438 size_t count) in store_chassis_clear()
482 const char *buf, size_t count) in store_fan_min()
527 const char *buf, size_t count) in store_pwm()
580 const char *buf, size_t count) in store_temp()
645 const char *buf, size_t count) in store_temp_mode()
812 const char *buf, size_t count) in store_sf_ctrl()
973 const char *buf, size_t count) in store_in()
[all …]
/openbmc/linux/drivers/hid/
H A Duhid.c233 u8 *buf, size_t count, u8 rtype) in uhid_hid_get_report()
276 const u8 *buf, size_t count, u8 rtype) in uhid_hid_set_report()
346 static int uhid_hid_output_raw(struct hid_device *hid, __u8 *buf, size_t count, in uhid_hid_output_raw()
385 size_t count) in uhid_hid_output_report()
674 size_t count, loff_t *ppos) in uhid_char_read()
722 size_t count, loff_t *ppos) in uhid_char_write()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h259 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
266 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op()
349 int count, int *success_count, domid_t domid) in MULTI_mmu_update()
361 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
438 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io()
450 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
/openbmc/linux/drivers/platform/x86/
H A Dlg-laptop.c263 const char *buffer, size_t count) in fan_mode_store()
316 const char *buffer, size_t count) in usb_charge_store()
358 const char *buffer, size_t count) in reader_mode_store()
400 const char *buffer, size_t count) in fn_lock_store()
441 const char *buf, size_t count) in charge_control_end_threshold_store()
513 const char *buffer, size_t count) in battery_care_limit_store()
H A Dintel_scu_ipcutil.c34 u32 count; /* No. of registers */ member
51 unsigned int count = data->count; in scu_reg_access() local
/openbmc/linux/drivers/thunderbolt/
H A Ddebugfs.c60 size_t *count) in validate_and_copy_from_user()
128 const char __user *user_buf, size_t count, in regs_write()
171 size_t count, loff_t *ppos) in port_regs_write()
180 size_t count, loff_t *ppos) in switch_regs_write()
263 size_t count, loff_t *ppos) in margining_ber_level_write()
408 size_t count, loff_t *ppos) in margining_lanes_write()
481 size_t count, loff_t *ppos) in margining_mode_write()
632 size_t count, loff_t *ppos) in margining_results_write()
745 size_t count, loff_t *ppos) in margining_test_write()
804 size_t count, loff_t *ppos) in margining_margin_write()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dsfi.c29 int count; member
79 int count = 0; in sfi_write_cpus() local
/openbmc/linux/arch/arm/mach-s5pv210/
H A Dpm.c41 static void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save()
60 static void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core()
/openbmc/linux/drivers/usb/serial/
H A Daircable.c75 int count; in aircable_prepare_write_buffer() local
122 int count; in aircable_process_read_urb() local
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c35 const char *buf, size_t count) in bt_coex_state_store()
97 char *buffer, loff_t pos, size_t count) in wl1271_sysfs_read_fwlog()
/openbmc/linux/arch/parisc/math-emu/
H A Dfmpyfadd.c56 register int mpy_exponent, add_exponent, count; in dbl_fmpyfadd() local
715 register int mpy_exponent, add_exponent, count; local
1373 register int mpy_exponent, add_exponent, count; local
2014 register int mpy_exponent, add_exponent, count; local
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c105 u32 start, u32 count) in test_cache_init()
113 enum vcap_selection sel, u32 start, u32 count) in test_cache_read()
155 enum vcap_selection sel, u32 start, u32 count) in test_cache_write()
209 u32 addr, int offset, int count) in test_cache_move()
/openbmc/linux/drivers/rpmsg/
H A Dqcom_glink_rpm.c43 __le32 count; member
85 void *data, unsigned int offset, size_t count) in glink_rpm_rx_peek()
109 size_t count) in glink_rpm_rx_advance()
140 const void *data, size_t count) in glink_rpm_tx_write_one()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_powertune.c887 uint32_t num_se = 0, count, data; in vega10_enable_cac_driving_se_didt_config() local
938 uint32_t num_se = 0, count, data; in vega10_enable_psm_gc_didt_config() local
999 uint32_t num_se = 0, count, data; in vega10_enable_se_edc_config() local
1047 uint32_t count, data; in vega10_enable_psm_gc_edc_config() local
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c384 size_t count) in tty_ldisc_receive_buf()
403 unsigned int count; in lookahead_bufs() local
436 receive_buf(struct tty_port *port, struct tty_buffer *head, size_t count) in receive_buf()
472 size_t count, rcvd; in flush_to_ldisc() local
/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable.c51 unsigned long *count) in first_pte_l7()
235 unsigned long count, i; in alloc_pte() local
371 int ret, i, count; in iommu_v1_map_pages() local
456 int i, count; in iommu_v1_unmap_pages() local
/openbmc/linux/drivers/mmc/core/
H A Dsdio_io.c469 unsigned int addr, int count) in sdio_memcpy_fromio()
486 void *src, int count) in sdio_memcpy_toio()
503 int count) in sdio_readsb()
520 int count) in sdio_writesb()
/openbmc/linux/fs/hfsplus/
H A Dextents.c54 u32 count; in hfsplus_ext_find_block() local
69 u32 count = 0; in hfsplus_ext_block_count() local
312 u32 count, start; in hfsplus_add_extent() local
341 u32 count, start; in hfsplus_free_extents() local
/openbmc/linux/drivers/base/regmap/
H A Dregmap-i2c.c123 static int regmap_i2c_write(void *context, const void *data, size_t count) in regmap_i2c_write()
209 size_t count) in regmap_i2c_smbus_i2c_write()
250 size_t count) in regmap_i2c_smbus_i2c_write_reg16()
269 int ret, count, len = val_size; in regmap_i2c_smbus_i2c_read_reg16() local
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseport_dualstack.c31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd()
128 static void test(int *rcv_fds, int count, int proto) in test()

1...<<21222324252627282930>>...268