Searched refs:count (Results 451 - 475 of 7674) sorted by relevance

<<11121314151617181920>>

/linux-master/security/integrity/evm/
H A Devm_secfs.c34 * @count: maximum to send along
40 size_t count, loff_t *ppos)
49 rc = simple_read_from_buffer(buf, count, ppos, temp, strlen(temp));
58 * @count: bytes sent
67 size_t count, loff_t *ppos)
75 ret = kstrtouint_from_user(buf, count, 0, &i);
108 return count;
122 * @count: maximum to send along
128 size_t count, loff_t *ppos)
164 rc = simple_read_from_buffer(buf, count, ppo
39 evm_read_key(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
66 evm_write_key(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
127 evm_read_xattrs(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
180 evm_write_xattrs(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/drivers/clk/
H A Dclk-scpi.c68 for (idx = 0; idx < clk->info->count; idx++, opp++) {
105 int idx, max_opp = clk->info->count;
179 unsigned int idx = clkspec->args[0], count; local
181 for (count = 0; count < clk_data->clk_num; count++) {
182 sclk = clk_data->clk[count];
193 int idx, count, err; local
196 count = of_property_count_strings(np, "clock-output-names");
197 if (count <
[all...]
/linux-master/drivers/misc/
H A Dtps6594-pfsm.c49 size_t count, loff_t *ppos)
61 if (count > TPS6594_PMIC_MAX_POS - pos)
62 count = TPS6594_PMIC_MAX_POS - pos;
64 for (i = 0 ; i < count ; i++) {
73 *ppos = pos + count;
75 return count;
79 size_t count, loff_t *ppos)
89 if (pos >= TPS6594_PMIC_MAX_POS || !count)
91 if (count > TPS6594_PMIC_MAX_POS - pos)
92 count
48 tps6594_pfsm_read(struct file *f, char __user *buf, size_t count, loff_t *ppos) argument
78 tps6594_pfsm_write(struct file *f, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_men_mcb.c120 int count = 0; local
133 serial_data->offset[count] = MEN_UART1_OFFSET;
134 count++;
137 serial_data->offset[count] = MEN_UART2_OFFSET;
138 count++;
141 serial_data->offset[count] = MEN_UART3_OFFSET;
142 count++;
145 serial_data->offset[count] = MEN_UART4_OFFSET;
146 count++;
153 if (count <
[all...]
/linux-master/drivers/leds/
H A Dleds-cr0014114.c52 size_t count; member in struct:cr0014114
59 struct cr0014114_led leds[] __counted_by(count);
94 for (i = 0; i < priv->count; i++) {
133 for (i = 0; i < priv->count; i++)
135 cr0014114_calc_crc(priv->buf, priv->count + 2);
136 ret = spi_write(priv->spi, priv->buf, priv->count + 2);
217 size_t count; local
220 count = device_get_child_node_count(&spi->dev);
221 if (!count) {
226 priv = devm_kzalloc(&spi->dev, struct_size(priv, leds, count),
[all...]
/linux-master/drivers/net/ethernet/8390/
H A Dhydra.c62 static void hydra_block_input(struct net_device *dev, int count,
64 static void hydra_block_output(struct net_device *dev, int count,
217 static void hydra_block_input(struct net_device *dev, int count, argument
224 if (count&1)
225 count++;
227 if (xfer_start+count > mem_base + (NESM_STOP_PG<<8)) {
231 count -= semi_count;
232 z_memcpy_fromio(skb->data+semi_count, mem_base, count);
234 z_memcpy_fromio(skb->data, xfer_start,count);
238 static void hydra_block_output(struct net_device *dev, int count, argument
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c57 unsigned int count; member in struct:radix_sorter
100 u32 count, u16 offset, u16 length)
105 task->last_key = &first_key[count - 1];
135 /* Increment the count for the byte in the key at the current offset. */
208 int uds_make_radix_sorter(unsigned int count, struct radix_sorter **sorter) argument
211 unsigned int stack_size = count / INSERTION_SORT_THRESHOLD;
219 radix_sorter->count = count;
235 unsigned int count, unsigned short length)
243 if ((count
99 push_task(struct task **stack_pointer, sort_key_t *first_key, u32 count, u16 offset, u16 length) argument
234 uds_radix_sort(struct radix_sorter *sorter, const unsigned char *keys[], unsigned int count, unsigned short length) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dspectral.c215 int vdev_id, count, res = 0; local
240 count = WMI_SPECTRAL_COUNT_DEFAULT;
242 count = max_t(u8, 1, ar->spectral.config.count);
245 arg.scan_count = count;
274 size_t count, loff_t *ppos)
298 return simple_read_from_buffer(user_buf, count, ppos, mode, len);
303 size_t count, loff_t *ppos)
310 len = min(count, sizeof(buf) - 1);
353 return count;
273 read_file_spec_scan_ctl(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
301 write_file_spec_scan_ctl(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
364 read_file_spectral_count(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
381 write_file_spectral_count(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
411 read_file_spectral_bins(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
432 write_file_spectral_bins(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
[all...]
H A Ddebug.c153 size_t count, loff_t *ppos)
189 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len);
446 size_t count, loff_t *ppos)
451 return simple_read_from_buffer(user_buf, count, ppos, buf, len);
464 size_t count, loff_t *ppos)
488 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len);
524 size_t count, loff_t *ppos)
533 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf));
545 size_t count, loff_t *ppos)
553 if (*ppos != 0 || count >
151 ath10k_read_wmi_services(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
445 ath10k_fw_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
462 ath10k_debug_fw_reset_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
522 ath10k_read_simulate_fw_crash(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
543 ath10k_write_simulate_fw_crash(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
615 ath10k_read_chip_id(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
634 ath10k_reg_addr_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
652 ath10k_reg_addr_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
682 ath10k_reg_value_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
713 ath10k_reg_value_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
753 ath10k_mem_value_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
805 ath10k_mem_value_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
905 ath10k_read_htt_stats_mask(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
918 ath10k_write_htt_stats_mask(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
958 ath10k_read_htt_max_amsdu_ampdu(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
978 ath10k_write_htt_max_amsdu_ampdu(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
1020 ath10k_read_fw_dbglog(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1034 ath10k_write_fw_dbglog(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
1301 ath10k_debug_cal_data_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1318 ath10k_write_ani_enable(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
1352 ath10k_read_ani_enable(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1379 ath10k_read_nf_cal_period(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1392 ath10k_write_nf_cal_period(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
1676 ath10k_tpc_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1762 ath10k_write_simulate_radar(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
1797 ath10k_read_dfs_stats(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
1851 ath10k_write_pktlog_filter(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) argument
1898 ath10k_read_pktlog_filter(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) argument
1919 ath10k_write_quiet_period(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) argument
1942 ath10k_read_quiet_period(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) argument
1963 ath10k_write_btcoex(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) argument
2019 ath10k_read_btcoex(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) argument
2040 ath10k_write_enable_extd_tx_stats(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) argument
2072 ath10k_read_enable_extd_tx_stats(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) argument
2095 ath10k_write_peer_stats(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) argument
2135 ath10k_read_peer_stats(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) argument
2157 ath10k_debug_fw_checksums_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
2212 ath10k_sta_tid_stats_mask_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
2224 ath10k_sta_tid_stats_mask_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
2320 ath10k_tpc_stats_final_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
2338 ath10k_write_warm_hw_reset(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
2392 ath10k_write_ps_state_enable(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
2436 ath10k_read_ps_state_enable(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
2460 ath10k_write_reset_htt_stats(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/net/dsa/
H A Dconduit.c91 int count = 0; local
94 count = ops->get_sset_count(dev, ETH_SS_STATS);
99 ds->ops->get_ethtool_stats(ds, port, data + count);
110 int count = 0; local
113 count = phy_ethtool_get_sset_count(dev->phydev);
114 if (count >= 0)
117 count = ops->get_sset_count(dev, ETH_SS_PHY_STATS);
121 if (count < 0)
122 count = 0;
125 ds->ops->get_ethtool_phy_stats(ds, port, data + count);
133 int count = 0; local
158 int mcount = 0, count, i; local
290 tagging_store(struct device *d, struct device_attribute *attr, const char *buf, size_t count) argument
[all...]
/linux-master/drivers/scsi/
H A Dsun3_scsi.c85 unsigned short count; /* words to be xfer'd */ member in struct:sun3_udc_regs
221 unsigned char *data, int count, int write_flag)
229 addr = (void *)dvma_map_vme((unsigned long) data, count);
231 addr = (void *)dvma_map((unsigned long) data, count);
235 sun3_dma_orig_count = count;
263 /* byte count for fifo */
264 dregs->fifo_count = count;
272 if(dregs->fifo_count != count) {
275 dregs->fifo_count, (unsigned int) count);
282 udc_regs->count
220 sun3scsi_dma_setup(struct NCR5380_hostdata *hostdata, unsigned char *data, int count, int write_flag) argument
311 sun3scsi_dma_count(struct NCR5380_hostdata *hostdata, unsigned char *data, int count) argument
317 sun3scsi_dma_recv_setup(struct NCR5380_hostdata *hostdata, unsigned char *data, int count) argument
323 sun3scsi_dma_send_setup(struct NCR5380_hostdata *hostdata, unsigned char *data, int count) argument
345 sun3scsi_dma_start(unsigned long count, unsigned char *data) argument
372 unsigned short __maybe_unused count; local
[all...]
H A Dnsp32_io.h231 unsigned long count)
233 insl(base + reg, buf, count);
238 unsigned long count)
240 nsp32_multi_read4(base, FIFO_DATA_LOW, buf, count);
246 unsigned long count)
248 outsl(base + reg, buf, count);
253 unsigned long count)
255 nsp32_multi_write4(base, FIFO_DATA_LOW, buf, count);
228 nsp32_multi_read4(unsigned int base, unsigned int reg, void *buf, unsigned long count) argument
236 nsp32_fifo_read(unsigned int base, void *buf, unsigned long count) argument
243 nsp32_multi_write4(unsigned int base, unsigned int reg, void *buf, unsigned long count) argument
251 nsp32_fifo_write(unsigned int base, void *buf, unsigned long count) argument
/linux-master/drivers/firmware/tegra/
H A Divc.c57 u32 count; member in struct:tegra_ivc_header::__anon362::__anon363
66 u32 count; member in union:tegra_ivc_header::__anon364
102 u32 tx = tegra_ivc_header_read_field(map, tx.count);
103 u32 rx = tegra_ivc_header_read_field(map, rx.count);
123 u32 tx = tegra_ivc_header_read_field(map, tx.count);
124 u32 rx = tegra_ivc_header_read_field(map, rx.count);
135 u32 tx = tegra_ivc_header_read_field(map, tx.count);
136 u32 rx = tegra_ivc_header_read_field(map, rx.count);
149 unsigned int count = tegra_ivc_header_read_field(&ivc->tx.map, tx.count); local
161 unsigned int count = tegra_ivc_header_read_field(&ivc->rx.map, rx.count); local
[all...]
/linux-master/drivers/char/
H A Dmem.c48 static inline int valid_phys_addr_range(phys_addr_t addr, size_t count) argument
50 return addr + count <= __pa(high_memory);
101 size_t count, loff_t *ppos)
112 if (!valid_phys_addr_range(p, count))
118 sz = size_inside_page(p, count);
124 count -= sz;
134 while (count > 0) {
138 sz = size_inside_page(p, count);
172 count -= sz;
188 size_t count, loff_
100 read_mem(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
187 write_mem(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
386 read_port(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
404 write_port(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
428 read_null(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
434 write_null(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
447 size_t count = iov_iter_count(from); local
493 read_zero(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
553 write_full(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-debugfs.c35 char __user *user_buf, size_t count,
56 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret);
182 void *buf, size_t count)
217 size_t count, loff_t *ppos)
226 if (*ppos < 0 || !count)
229 if (count > (PAGE_SIZE << MAX_PAGE_ORDER))
230 count = PAGE_SIZE << MAX_PAGE_ORDER;
232 buf = kmalloc(count, GFP_KERNEL);
236 regmap_calc_tot_len(map, buf, count);
247 if (buf_pos + map->debugfs_tot_len > count)
34 regmap_name_read_file(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
181 regmap_calc_tot_len(struct regmap *map, void *buf, size_t count) argument
215 regmap_read_debugfs(struct regmap *map, unsigned int from, unsigned int to, char __user *user_buf, size_t count, loff_t *ppos) argument
284 regmap_map_read_file(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
301 regmap_map_write_file(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
344 regmap_range_read_file(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
360 regmap_reg_ranges_read_file(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
459 regmap_cache_only_write_file(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
506 regmap_cache_bypass_write_file(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/fs/
H A Dread_write.c355 int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t count) argument
360 if (unlikely((ssize_t) count < 0))
369 if (count >= -pos) /* both values are in 0..LLONG_MAX */
371 } else if (unlikely((loff_t) (pos + count) < 0)) {
381 return fsnotify_file_area_perm(file, mask, ppos, count);
410 ssize_t __kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) argument
414 .iov_len = min_t(size_t, count, MAX_RW_COUNT),
445 ssize_t kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) argument
449 ret = rw_verify_area(READ, file, pos, count);
452 return __kernel_read(file, buf, count, po
456 vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) argument
535 __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) argument
554 kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) argument
570 vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) argument
608 ksys_read(unsigned int fd, char __user *buf, size_t count) argument
632 ksys_write(unsigned int fd, const char __user *buf, size_t count) argument
658 ksys_pread64(unsigned int fd, char __user *buf, size_t count, loff_t pos) argument
692 ksys_pwrite64(unsigned int fd, const char __user *buf, size_t count, loff_t pos) argument
1222 do_sendfile(int out_fd, int in_fd, loff_t *ppos, size_t count, loff_t max) argument
1418 uint64_t count = *req_count; local
1646 generic_write_check_limits(struct file *file, loff_t pos, loff_t *count) argument
1672 generic_write_checks_count(struct kiocb *iocb, loff_t *count) argument
1704 loff_t count = iov_iter_count(from); local
[all...]
/linux-master/drivers/misc/altera-stapl/
H A Daltera-jtag.c117 u32 count, u32 start_index,
124 if (count > js->dr_pre) {
126 js->dr_pre_data = (u8 *)alt_malloc((count + 7) >> 3);
130 js->dr_pre = count;
132 js->dr_pre = count;
135 for (i = 0; i < count; ++i) {
155 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, argument
162 if (count > js->ir_pre) {
164 js->ir_pre_data = (u8 *)alt_malloc((count + 7) >> 3);
168 js->ir_pre = count;
116 altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, u8 *preamble_data) argument
193 altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, u8 *postamble_data) argument
233 altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index, u8 *postamble_data) argument
290 int count = 0; local
343 s32 count; local
434 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
495 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
583 altera_irscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) argument
680 altera_swap_ir(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) argument
786 altera_drscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) argument
878 altera_swap_dr(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c269 unsigned int pos, unsigned int count,
278 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
281 if (!ret && count && pos < (32 * sizeof(u64))) {
287 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
297 if (!ret && count > 0) {
301 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
317 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
326 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
335 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf,
373 unsigned int pos, unsigned int count,
267 genregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
371 fpregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
457 setregs64_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
558 genregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
698 fpregs32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
795 setregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
846 setfpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) argument
[all...]
/linux-master/security/smack/
H A Dsmackfs.c429 * @count: bytes sent
445 size_t count, loff_t *ppos,
467 if (count < SMK_OLOADLEN || count > SMK_LOADLEN)
470 if (count >= PAGE_SIZE) {
471 count = PAGE_SIZE - 1;
476 data = memdup_user_nul(buf, count);
485 while (count > 0 && (data[count - 1] != '\n'))
486 --count;
444 smk_write_rules_list(struct file *file, const char __user *buf, size_t count, loff_t *ppos, struct list_head *rule_list, struct mutex *rule_lock, int format) argument
658 smk_write_load(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
830 smk_set_cipso(struct file *file, const char __user *buf, size_t count, loff_t *ppos, int format) argument
962 smk_write_cipso(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1036 smk_write_cipso2(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1155 smk_write_net4addr(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1417 smk_write_net6addr(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1581 smk_read_doi(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
1605 smk_write_doi(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1647 smk_read_direct(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
1671 smk_write_direct(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1725 smk_read_mapped(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
1749 smk_write_mapped(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
1840 smk_write_ambient(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2016 smk_write_onlycap(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2106 smk_write_unconfined(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2163 smk_read_logging(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
2186 smk_write_logging(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2276 smk_write_load_self(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2301 smk_user_access(struct file *file, const char __user *buf, size_t count, loff_t *ppos, int format) argument
2349 smk_write_access(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2407 smk_write_load2(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2484 smk_write_load_self2(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2508 smk_write_access2(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2528 smk_write_revoke_subj(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2603 smk_write_change_rule(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2665 smk_write_syslog(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2757 smk_write_relabel_self(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
2823 smk_read_ptrace(struct file *filp, char __user *buf, size_t count, loff_t *ppos) argument
2844 smk_write_ptrace(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dvga.h45 static inline void scr_memsetw(u16 *s, u16 v, unsigned int count) argument
47 memset16(s, cpu_to_le16(v), count / 2);
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Ddma_v.h22 #define DMA_COUNT(count) ((count) & DMA_DESC_COUNT_MSK)
/linux-master/drivers/hwtracing/stm/
H A Dp_basic.c13 unsigned int chan, const char *buf, size_t count)
20 sz = stm_data_write(data, m, c, true, buf, count);
12 basic_write(struct stm_data *data, struct stm_output *output, unsigned int chan, const char *buf, size_t count) argument
/linux-master/arch/s390/include/asm/
H A Ditcw.h25 u8 cd_count, u32 count);
27 u32 count);
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h29 * @count: number of pulses in this sequence
39 u32 count; member in struct:pri_sequence
55 * @count: number of pulses in queue
71 u32 count; member in struct:pri_detector
/linux-master/include/media/
H A Dtuner-types.h141 * @count: Size of the ranges array.
170 unsigned int count; member in struct:tuner_params
178 * @count: size of &struct tuner_params array.
191 unsigned int count; member in struct:tunertype

Completed in 430 milliseconds

<<11121314151617181920>>