Home
last modified time | relevance | path

Searched defs:count (Results 151 – 175 of 6620) sorted by relevance

12345678910>>...265

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.c45 void i915_prandom_shuffle(void *arr, size_t elsz, size_t count, in i915_prandom_shuffle()
70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder()
76 unsigned int *i915_random_order(unsigned int count, struct rnd_state *state) in i915_random_order()
/openbmc/linux/security/selinux/
H A Dselinuxfs.c124 size_t count, loff_t *ppos) in sel_read_enforce()
136 size_t count, loff_t *ppos) in sel_write_enforce()
200 size_t count, loff_t *ppos) in sel_read_handle_unknown()
231 size_t count, loff_t *ppos) in sel_read_handle_status()
272 size_t count, loff_t *ppos) in sel_write_disable()
312 size_t count, loff_t *ppos) in sel_read_policyvers()
346 size_t count, loff_t *ppos) in sel_read_mls()
432 size_t count, loff_t *ppos) in sel_read_policy()
582 size_t count, loff_t *ppos) in sel_write_load()
679 size_t count, loff_t *ppos) in sel_read_checkreqprot()
[all …]
/openbmc/linux/kernel/
H A Dksysfs.c71 const char *buf, size_t count) in uevent_helper_store()
92 const char *buf, size_t count) in profiling_store()
142 const char *buf, size_t count) in kexec_crash_size_store()
199 const char *buf, size_t count) in rcu_expedited_store()
216 const char *buf, size_t count) in rcu_normal_store()
235 char *buf, loff_t off, size_t count) in notes_read()
/openbmc/linux/arch/ia64/include/asm/
H A Dio.h188 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb()
197 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw()
206 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl()
216 unsigned long count) in outsb()
226 unsigned long count) in outsw()
236 unsigned long count) in outsl()
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds28e04.c60 static inline size_t w1_f1C_fix_count(loff_t off, size_t count, size_t size) in w1_f1C_fix_count()
116 loff_t off, size_t count) in eeprom_read()
227 loff_t off, size_t count) in eeprom_write()
283 size_t count) in pio_read()
302 size_t count) in pio_write()
349 const char *buf, size_t count) in crccheck_store()
/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c401 const char *buf, size_t count) in current_password_store()
421 const char *buf, size_t count) in new_password_store()
543 const char *buf, size_t count) in encoding_store()
569 const char *buf, size_t count) in kbdlang_store()
605 const char *buf, size_t count) in index_store()
633 const char *buf, size_t count) in level_store()
649 static ssize_t cert_thumbprint(char *buf, const char *arg, int count) in cert_thumbprint()
678 int count = 0; in certificate_thumbprint_show() local
693 const char *buf, size_t count) in cert_to_password_store()
735 const char *buf, size_t count) in certificate_store()
[all …]
/openbmc/linux/drivers/s390/char/
H A Dzcore.c66 size_t memcpy_hsa_iter(struct iov_iter *iter, unsigned long src, size_t count) in memcpy_hsa_iter()
100 static inline int memcpy_hsa_kernel(void *dst, unsigned long src, size_t count) in memcpy_hsa_kernel()
139 size_t count, loff_t *ppos) in zcore_reipl_write()
173 size_t count, loff_t *ppos) in zcore_hsa_read()
185 size_t count, loff_t *ppos) in zcore_hsa_write()
/openbmc/linux/fs/ocfs2/cluster/
H A Dnodemanager.c184 size_t count) in o2nm_node_num_store()
239 const char *page, size_t count) in o2nm_node_ipv4_port_store()
268 size_t count) in o2nm_node_ipv4_address_store()
323 size_t count) in o2nm_node_local_store()
424 static ssize_t o2nm_cluster_attr_write(const char *page, ssize_t count, in o2nm_cluster_attr_write()
451 const char *page, size_t count) in o2nm_cluster_idle_timeout_ms_store()
488 struct config_item *item, const char *page, size_t count) in o2nm_cluster_keepalive_delay_ms_store()
525 struct config_item *item, const char *page, size_t count) in o2nm_cluster_reconnect_delay_ms_store()
544 struct config_item *item, const char *page, size_t count) in o2nm_cluster_fence_method_store()
/openbmc/linux/drivers/bluetooth/
H A Dhci_vhci.c113 size_t count, loff_t *ppos) in force_suspend_read()
137 size_t count, loff_t *ppos) in force_suspend_write()
165 size_t count, loff_t *ppos) in force_wakeup_read()
177 const char __user *user_buf, size_t count, in force_wakeup_write()
231 size_t count, loff_t *ppos) in aosp_capable_read()
243 const char __user *user_buf, size_t count, in aosp_capable_write()
324 size_t count, loff_t *ppos) in force_devcd_write()
542 char __user *buf, int count) in vhci_put_user()
573 char __user *buf, size_t count, loff_t *pos) in vhci_read()
/openbmc/linux/security/tomoyo/
H A Dsecurityfs_if.c42 size_t count, loff_t *ppos) in tomoyo_write_self()
101 size_t count, loff_t *ppos) in tomoyo_read_self()
176 static ssize_t tomoyo_read(struct file *file, char __user *buf, size_t count, in tomoyo_read()
193 size_t count, loff_t *ppos) in tomoyo_write()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c57 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) in hvc_dcc_put_chars()
71 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars()
175 static int hvc_dcc0_put_chars(u32 vt, const char *buf, int count) in hvc_dcc0_put_chars()
214 static int hvc_dcc0_get_chars(u32 vt, char *buf, int count) in hvc_dcc0_get_chars()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c29 size_t count, loff_t *ppos) in read_file_bool_bmps()
54 size_t count, loff_t *ppos) in write_file_bool_bmps()
101 size_t count, loff_t *ppos) in write_file_dump()
142 size_t count, loff_t *ppos) in read_file_firmware_feature_caps()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_sdma.c52 unsigned int count) in amdgpu_vm_sdma_alloc_job()
172 unsigned count) in amdgpu_vm_sdma_copy_ptes()
201 uint64_t addr, unsigned count, in amdgpu_vm_sdma_set_ptes()
233 uint64_t addr, unsigned count, uint32_t incr, in amdgpu_vm_sdma_update()
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager_sysfs.c16 const char *buf, size_t count) in manager_sysfs_add_store()
41 const char *buf, size_t count) in manager_sysfs_remove_store()
62 const char *buf, size_t count) in manager_sysfs_dump_store()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c690 size_t count, loff_t *ppos) in read_file_spec_scan_ctl()
791 size_t count, loff_t *ppos) in write_file_spec_scan_ctl()
842 size_t count, loff_t *ppos) in read_file_spectral_short_repeat()
854 size_t count, loff_t *ppos) in write_file_spectral_short_repeat()
885 size_t count, loff_t *ppos) in read_file_spectral_count()
897 size_t count, loff_t *ppos) in write_file_spectral_count()
927 size_t count, loff_t *ppos) in read_file_spectral_period()
939 size_t count, loff_t *ppos) in write_file_spectral_period()
970 size_t count, loff_t *ppos) in read_file_spectral_fft_period()
982 size_t count, loff_t *ppos) in write_file_spectral_fft_period()
/openbmc/linux/drivers/counter/
H A Drz-mtu3-cnt.c158 struct counter_count *count, u64 *val) in rz_mtu3_count_read()
180 struct counter_count *count, const u64 val) in rz_mtu3_count_write()
232 struct counter_count *count, in rz_mtu3_count_function_read()
250 struct counter_count *count, in rz_mtu3_count_function_write()
291 struct counter_count *count, in rz_mtu3_count_direction_read()
315 struct counter_count *count, in rz_mtu3_count_ceiling_read()
346 struct counter_count *count, in rz_mtu3_count_ceiling_write()
473 struct counter_count *count, u8 *enable) in rz_mtu3_count_enable_read()
496 struct counter_count *count, u8 enable) in rz_mtu3_count_enable_write()
626 struct counter_count *count, in rz_mtu3_action_read()
H A Dmicrochip-tcb-capture.c69 struct counter_count *count, in mchp_tc_count_function_read()
83 struct counter_count *count, in mchp_tc_count_function_write()
165 struct counter_count *count, in mchp_tc_count_action_read()
204 struct counter_count *count, in mchp_tc_count_action_write()
239 struct counter_count *count, u64 *val) in mchp_tc_count_read()
/openbmc/linux/drivers/net/netdevsim/
H A Dbus.c28 const char *buf, size_t count) in nsim_bus_dev_numvfs_store()
62 const char *buf, size_t count) in new_port_store()
83 const char *buf, size_t count) in del_port_store()
135 new_device_store(const struct bus_type *bus, const char *buf, size_t count) in new_device_store()
189 del_device_store(const struct bus_type *bus, const char *buf, size_t count) in del_device_store()
/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c983 const char *buf, size_t count) in dasd_ff_store()
1026 const char *buf, size_t count) in dasd_ro_store()
1087 const char *buf, size_t count) in dasd_erplog_store()
1122 const char *buf, size_t count) in dasd_use_diag_store()
1171 const char *buf, size_t count) in dasd_use_raw_store()
1203 const char *buf, size_t count) in dasd_safe_offline_store()
1245 int count; in dasd_access_show() local
1450 const char *buf, size_t count) in dasd_eer_store()
1493 const char *buf, size_t count) in dasd_aq_mask_store()
1536 const char *buf, size_t count) in dasd_aqr_store()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c127 size_t count) in amdgpu_set_power_dpm_state()
263 size_t count) in amdgpu_set_power_dpm_force_performance_level()
423 size_t count) in amdgpu_set_pp_force_state()
532 size_t count) in amdgpu_set_pp_table()
719 size_t count) in amdgpu_set_pp_od_clk_voltage()
887 size_t count) in amdgpu_set_pp_features()
1019 static ssize_t amdgpu_read_mask(const char *buf, size_t count, uint32_t *mask) in amdgpu_read_mask()
1051 size_t count) in amdgpu_set_pp_dpm_clock()
1094 size_t count) in amdgpu_set_pp_dpm_sclk()
1109 size_t count) in amdgpu_set_pp_dpm_mclk()
[all …]
/openbmc/linux/drivers/char/
H A Dps3flash.c94 size_t count, loff_t *pos) in ps3flash_read()
163 const void *kernelbuf, size_t count, loff_t *pos) in ps3flash_write()
238 size_t count, loff_t *pos) in ps3flash_user_read()
244 size_t count, loff_t *pos) in ps3flash_user_write()
249 static ssize_t ps3flash_kernel_read(void *buf, size_t count, loff_t pos) in ps3flash_kernel_read()
254 static ssize_t ps3flash_kernel_write(const void *buf, size_t count, in ps3flash_kernel_write()
/openbmc/linux/arch/csky/lib/
H A Dstring.c30 void *memcpy(void *dest, const void *src, size_t count) in memcpy()
91 void *memmove(void *dest, const void *src, size_t count) in memmove()
107 void *memset(void *s, int c, size_t count) in memset()
/openbmc/linux/drivers/power/supply/
H A Dds2780_battery.c56 char *buf, int addr, size_t count, int io) in ds2780_battery_io()
83 u8 *val, int addr, size_t count) in ds2780_read_block()
89 int addr, size_t count) in ds2780_write()
464 size_t count) in ds2780_set_pmod_enabled()
517 size_t count) in ds2780_set_sense_resistor_value()
554 size_t count) in ds2780_set_rsgain_setting()
598 size_t count) in ds2780_set_pio_pin()
625 char *buf, loff_t off, size_t count) in ds2780_read_param_eeprom_bin()
638 char *buf, loff_t off, size_t count) in ds2780_write_param_eeprom_bin()
670 char *buf, loff_t off, size_t count) in ds2780_read_user_eeprom_bin()
[all …]
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c63 const char *buf, size_t count) in hrtbt_enable_store()
90 size_t count) in loopback_store()
106 const char *buf, size_t count) in led_override_store()
218 loff_t pos, size_t count) in cc_table_bin_read()
253 loff_t pos, size_t count) in cc_setting_bin_read()
389 size_t count) in diagc_attr_store()
438 size_t count, u64 *zero, u64 cur) in qib_store_per_cpu()
467 size_t count) in rc_acks_store()
490 size_t count) in rc_qacks_store()
513 const char *buf, size_t count) in rc_delayed_comp_store()
[all …]
/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c195 struct cword *control_word, int count) in rep_xcrypt_ecb()
203 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc()
212 struct cword *cword, int count) in ecb_crypt_copy()
226 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy()
240 struct cword *cword, int count) in ecb_crypt()
254 u8 *iv, struct cword *cword, int count) in cbc_crypt()
264 void *control_word, u32 count) in padlock_xcrypt_ecb()
286 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc()

12345678910>>...265