Searched refs:buf (Results 226 - 250 of 3765) sorted by relevance

1234567891011>>

/drivers/net/ethernet/8390/
H A Dstnic.c68 const unsigned char *buf, int start_page);
190 half buf[2]; local
198 buf[0] = *(vhalf *) PA_83902_IF;
200 buf[1] = *(vhalf *) PA_83902_IF;
202 hdr->next = buf[0] >> 8;
203 hdr->status = buf[0] & 0xff;
205 hdr->count = buf[1];
207 hdr->count = ((buf[1] >> 8) & 0xff) | (buf[1] << 8);
225 char *buf local
255 stnic_block_output(struct net_device *dev, int length, const unsigned char *buf, int output_page) argument
[all...]
/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h39 int param, char *buf);
68 char *buf);
71 enum iscsi_host_param param, char *buf);
73 int beiscsi_get_macaddr(char *buf, struct beiscsi_hba *phba);
76 enum iscsi_param param, char *buf, int buflen);
/drivers/staging/speakup/
H A Ddevsynth.c23 u_char buf[256]; local
28 bytes = min(count, sizeof(buf));
29 if (copy_from_user(buf, ptr, bytes))
34 synth_write(buf, bytes);
40 static ssize_t speakup_file_read(struct file *fp, char __user *buf, argument
/drivers/usb/gadget/function/
H A Duvc_queue.h29 struct vb2_buffer buf; member in struct:uvc_buffer
67 int uvcg_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf);
69 int uvcg_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf);
72 struct v4l2_buffer *buf, int nonblocking);
89 struct uvc_buffer *buf);
/drivers/net/
H A Dnetconsole.c238 char *buf);
240 const char *buf,
255 static ssize_t show_enabled(struct netconsole_target *nt, char *buf) argument
257 return snprintf(buf, PAGE_SIZE, "%d\n", nt->enabled);
260 static ssize_t show_dev_name(struct netconsole_target *nt, char *buf) argument
262 return snprintf(buf, PAGE_SIZE, "%s\n", nt->np.dev_name);
265 static ssize_t show_local_port(struct netconsole_target *nt, char *buf) argument
267 return snprintf(buf, PAGE_SIZE, "%d\n", nt->np.local_port);
270 static ssize_t show_remote_port(struct netconsole_target *nt, char *buf) argument
272 return snprintf(buf, PAGE_SIZ
275 show_local_ip(struct netconsole_target *nt, char *buf) argument
283 show_remote_ip(struct netconsole_target *nt, char *buf) argument
291 show_local_mac(struct netconsole_target *nt, char *buf) argument
299 show_remote_mac(struct netconsole_target *nt, char *buf) argument
311 store_enabled(struct netconsole_target *nt, const char *buf, size_t count) argument
358 store_dev_name(struct netconsole_target *nt, const char *buf, size_t count) argument
380 store_local_port(struct netconsole_target *nt, const char *buf, size_t count) argument
398 store_remote_port(struct netconsole_target *nt, const char *buf, size_t count) argument
416 store_local_ip(struct netconsole_target *nt, const char *buf, size_t count) argument
446 store_remote_ip(struct netconsole_target *nt, const char *buf, size_t count) argument
476 store_remote_mac(struct netconsole_target *nt, const char *buf, size_t count) argument
539 netconsole_target_attr_show(struct config_item *item, struct configfs_attribute *attr, char *buf) argument
554 netconsole_target_attr_store(struct config_item *item, struct configfs_attribute *attr, const char *buf, size_t count) argument
[all...]
/drivers/rtc/
H A Drtc-x1205.c96 unsigned char buf[8]; local
103 .buf = dt_addr
109 .buf = buf
123 buf[0], buf[1], buf[2], buf[3],
124 buf[4], buf[
181 unsigned char *buf = rdata + 2; local
417 unsigned char buf; local
574 x1205_sysfs_show_atrim(struct device *dev, struct device_attribute *attr, char *buf) argument
587 x1205_sysfs_show_dtrim(struct device *dev, struct device_attribute *attr, char *buf) argument
[all...]
H A Drtc-ab8500.c92 unsigned char buf[ARRAY_SIZE(ab8500_rtc_time_regs)]; local
120 buf[i] = value;
123 mins = (buf[0] << 16) | (buf[1] << 8) | buf[2];
125 secs = (buf[3] << 8) | buf[4];
139 unsigned char buf[ARRAY_SIZE(ab8500_rtc_time_regs)]; local
163 buf[4] = no_secs & 0xFF;
164 buf[
186 unsigned char buf[ARRAY_SIZE(ab8500_rtc_alarm_regs)]; local
231 unsigned char buf[ARRAY_SIZE(ab8500_rtc_alarm_regs)]; local
282 unsigned char buf[ARRAY_SIZE(ab8540_rtc_alarm_regs)]; local
371 ab8500_sysfs_store_rtc_calibration(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
388 ab8500_sysfs_show_rtc_calibration(struct device *dev, struct device_attribute *attr, char *buf) argument
[all...]
H A Drtc-hym8563.c103 u8 buf[7]; local
111 ret = i2c_smbus_read_i2c_block_data(client, HYM8563_SEC, 7, buf);
113 tm->tm_sec = bcd2bin(buf[0] & HYM8563_SEC_MASK);
114 tm->tm_min = bcd2bin(buf[1] & HYM8563_MIN_MASK);
115 tm->tm_hour = bcd2bin(buf[2] & HYM8563_HOUR_MASK);
116 tm->tm_mday = bcd2bin(buf[3] & HYM8563_DAY_MASK);
117 tm->tm_wday = bcd2bin(buf[4] & HYM8563_WEEKDAY_MASK); /* 0 = Sun */
118 tm->tm_mon = bcd2bin(buf[5] & HYM8563_MONTH_MASK) - 1; /* 0 = Jan */
119 tm->tm_year = bcd2bin(buf[6]) + 100;
128 u8 buf[ local
193 u8 buf[4]; local
233 u8 buf[4]; local
[all...]
H A Drtc-sysfs.c28 name_show(struct device *dev, struct device_attribute *attr, char *buf) argument
30 return sprintf(buf, "%s\n", to_rtc_device(dev)->name);
35 date_show(struct device *dev, struct device_attribute *attr, char *buf) argument
42 retval = sprintf(buf, "%04d-%02d-%02d\n",
51 time_show(struct device *dev, struct device_attribute *attr, char *buf) argument
58 retval = sprintf(buf, "%02d:%02d:%02d\n",
67 since_epoch_show(struct device *dev, struct device_attribute *attr, char *buf) argument
76 retval = sprintf(buf, "%lu\n", time);
84 max_user_freq_show(struct device *dev, struct device_attribute *attr, char *buf) argument
86 return sprintf(buf, "
90 max_user_freq_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
112 hctosys_show(struct device *dev, struct device_attribute *attr, char *buf) argument
137 rtc_sysfs_show_wakealarm(struct device *dev, struct device_attribute *attr, char *buf) argument
162 rtc_sysfs_set_wakealarm(struct device *dev, struct device_attribute *attr, const char *buf, size_t n) argument
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_ctl.c50 * @buf: the buffer returned
55 struct device_attribute *attr, char *buf)
62 return snprintf(buf, PAGE_SIZE, "%d\n",
65 return snprintf(buf, PAGE_SIZE, "%d\n",
75 * @buf: the buffer returned
80 struct device_attribute *attr, char *buf)
87 return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x.%02x\n",
93 return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x.%02x\n",
104 * @buf: the buffer returned
109 struct device_attribute *attr, char *buf)
54 pm8001_ctl_mpi_interface_rev_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
79 pm8001_ctl_fw_version_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
108 pm8001_ctl_max_out_io_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
131 pm8001_ctl_max_devices_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
157 pm8001_ctl_max_sg_list_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
181 show_sas_spec_support_status(unsigned int mode, char *buf) argument
201 pm8001_ctl_sas_spec_support_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
230 pm8001_ctl_host_sas_address_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
249 pm8001_ctl_logging_level_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
258 pm8001_ctl_logging_level_store(struct device *cdev, struct device_attribute *attr, const char *buf, size_t count) argument
282 pm8001_ctl_aap_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
317 pm8001_ctl_ib_queue_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
350 pm8001_ctl_ob_queue_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
381 pm8001_ctl_bios_version_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
419 pm8001_ctl_iop_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
456 pm8001_ctl_fatal_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
474 pm8001_ctl_gsm_log_show(struct device *cdev, struct device_attribute *attr, char *buf) argument
635 pm8001_store_update_fw(struct device *cdev, struct device_attribute *attr, const char *buf, size_t count) argument
712 pm8001_show_update_fw(struct device *cdev, struct device_attribute *attr, char *buf) argument
[all...]
/drivers/media/dvb-core/
H A Ddvb_ringbuffer.c111 ssize_t dvb_ringbuffer_read_user(struct dvb_ringbuffer *rbuf, u8 __user *buf, size_t len) argument
118 if (copy_to_user(buf, rbuf->data+rbuf->pread, split))
120 buf += split;
124 if (copy_to_user(buf, rbuf->data+rbuf->pread, todo))
132 void dvb_ringbuffer_read(struct dvb_ringbuffer *rbuf, u8 *buf, size_t len) argument
139 memcpy(buf, rbuf->data+rbuf->pread, split);
140 buf += split;
144 memcpy(buf, rbuf->data+rbuf->pread, todo);
150 ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf, size_t len) argument
158 memcpy(rbuf->data+rbuf->pwrite, buf, spli
169 dvb_ringbuffer_write_user(struct dvb_ringbuffer *rbuf, const u8 __user *buf, size_t len) argument
194 dvb_ringbuffer_pkt_write(struct dvb_ringbuffer *rbuf, u8* buf, size_t len) argument
208 dvb_ringbuffer_pkt_read_user(struct dvb_ringbuffer *rbuf, size_t idx, int offset, u8 __user *buf, size_t len) argument
236 dvb_ringbuffer_pkt_read(struct dvb_ringbuffer *rbuf, size_t idx, int offset, u8* buf, size_t len) argument
[all...]
/drivers/net/wireless/prism54/
H A Dislpci_mgt.c120 struct islpci_membuf *buf = &priv->mgmt_rx[index]; local
123 if (buf->mem == NULL) {
124 buf->mem = kmalloc(MGMT_FRAME_SIZE, GFP_ATOMIC);
125 if (!buf->mem)
127 buf->size = MGMT_FRAME_SIZE;
129 if (buf->pci_addr == 0) {
130 buf->pci_addr = pci_map_single(priv->pdev, buf->mem,
133 if (!buf->pci_addr) {
143 frag->address = cpu_to_le32(buf
173 struct islpci_membuf buf; local
288 struct islpci_membuf *buf = &priv->mgmt_rx[index]; local
428 struct islpci_membuf *buf = &priv->mgmt_tx[index]; local
[all...]
/drivers/media/tuners/
H A Dtda827x.c159 u8 buf[14]; local
163 .buf = buf, .len = sizeof(buf) };
189 buf[0] = 0;
190 buf[1] = (N>>8) | 0x40;
191 buf[2] = N & 0xff;
192 buf[3] = 0;
193 buf[4] = 0x52;
194 buf[
235 static u8 buf[] = { 0x30, 0xd0 }; local
447 static u8 buf[] = { 0x30, 0x90 }; local
465 unsigned char buf[] = {0x22, 0x01}; local
519 u8 buf[11]; local
[all...]
H A Dtda18218.c30 u8 buf[MAX_XFER_SIZE]; local
35 .buf = buf,
39 if (1 + len > sizeof(buf)) {
53 buf[0] = reg + len - remaining;
54 memcpy(&buf[1], &val[len - remaining], len2);
76 u8 buf[MAX_XFER_SIZE]; /* we must start read always from reg 0x00 */ local
82 .buf = "\x00",
87 .buf = buf,
130 u8 buf[3], i, BP_Filter, LP_Fc; local
[all...]
/drivers/media/dvb-frontends/
H A Dzl10036.c76 .buf = &status, .len = sizeof(status) },
94 static int zl10036_write(struct zl10036_state *state, u8 buf[], u8 count) argument
98 .buf = buf, .len = count },
106 if ((buf[0] & 0x80) == 0x00)
108 else if ((buf[0] & 0xc0) == 0x80)
110 else if ((buf[0] & 0xf0) == 0xc0)
112 else if ((buf[0] & 0xf0) == 0xd0)
114 else if ((buf[0] & 0xf0) == 0xe0)
116 else if ((buf[
150 u8 buf[] = { 0xf0, 0x80 }; /* regs 12/13 */ local
186 u8 buf[2]; local
286 u8 buf[2]; local
[all...]
H A Dzl10039.c72 const enum zl10039_reg_addr reg, u8 *buf,
80 .buf = regbuf,
85 .buf = buf,
104 u8 buf[MAX_XFER_SIZE]; local
108 .buf = buf,
112 if (1 + count > sizeof(buf)) {
121 buf[0] = reg;
122 memcpy(&buf[
71 zl10039_read(const struct zl10039_state *state, const enum zl10039_reg_addr reg, u8 *buf, const size_t count) argument
193 u8 buf[6]; local
[all...]
H A Dhd29l2.c29 u8 buf[2 + len]; local
34 .len = sizeof(buf),
35 .buf = buf,
39 buf[0] = 0x00;
40 buf[1] = reg;
41 memcpy(&buf[2], val, len);
60 u8 buf[2] = { 0x00, reg }; local
66 .buf = buf,
214 u8 buf[2]; local
249 u8 buf[2]; local
281 u8 buf[2]; local
306 u8 buf[2]; local
341 u8 tmp, buf[3]; local
564 u8 buf[3]; local
[all...]
/drivers/usb/wusbcore/
H A Dwusbhc.c59 char *buf)
63 return scnprintf(buf, PAGE_SIZE, "%u\n", wusbhc->trust_timeout);
68 const char *buf, size_t size)
74 result = sscanf(buf, "%u", &trust_timeout);
94 struct device_attribute *attr, char *buf)
105 result += ckhdid_printf(buf, PAGE_SIZE, chid);
106 result += sprintf(buf + result, "\n");
121 const char *buf, size_t size)
127 result = sscanf(buf,
153 char *buf)
57 wusb_trust_timeout_show(struct device *dev, struct device_attribute *attr, char *buf) argument
66 wusb_trust_timeout_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
93 wusb_chid_show(struct device *dev, struct device_attribute *attr, char *buf) argument
119 wusb_chid_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
151 wusb_phy_rate_show(struct device *dev, struct device_attribute *attr, char *buf) argument
160 wusb_phy_rate_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
180 wusb_dnts_show(struct device *dev, struct device_attribute *attr, char *buf) argument
190 wusb_dnts_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
210 wusb_retry_count_show(struct device *dev, struct device_attribute *attr, char *buf) argument
219 wusb_retry_count_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
499 char buf[256]; local
[all...]
/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h132 struct vnic_rq_buf *buf = rq->to_use; local
134 buf->os_buf = os_buf;
135 buf->os_buf_index = os_buf_index;
136 buf->dma_addr = dma_addr;
137 buf->len = len;
138 buf->wr_id = wrid;
140 buf = buf->next;
141 rq->to_use = buf;
151 if ((buf
172 vnic_rq_service(struct vnic_rq *rq, struct cq_desc *cq_desc, u16 completed_index, int desc_return, void (*buf_service)(struct vnic_rq *rq, struct cq_desc *cq_desc, struct vnic_rq_buf *buf, int skipped, void *opaque), void *opaque) argument
178 struct vnic_rq_buf *buf; local
[all...]
/drivers/staging/rtl8188eu/hal/
H A Dhal_com.c32 char buf[128]; local
35 cnt += sprintf((buf+cnt), "Chip Version Info: %s_",
39 cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8192D_");
41 cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8723A_");
43 cnt += sprintf((buf+cnt), "Chip Version Info: CHIP_8188E_");
46 cnt += sprintf((buf+cnt), "%s_", IS_NORMAL_CHIP(chip_vers) ?
48 cnt += sprintf((buf+cnt), "%s_", IS_CHIP_VENDOR_TSMC(chip_vers) ?
51 cnt += sprintf((buf+cnt), "A_CUT_");
53 cnt += sprintf((buf+cnt), "B_CUT_");
55 cnt += sprintf((buf
[all...]
/drivers/pci/
H A Dpci-sysfs.c40 field##_show(struct device *dev, struct device_attribute *attr, char *buf) \
45 return sprintf(buf, format_string, pdev->field); \
58 char *buf)
61 return sprintf(buf, "%u\n", pdev->broken_parity_status);
66 const char *buf, size_t count)
71 if (kstrtoul(buf, 0, &val) < 0)
81 struct device_attribute *attr, char *buf)
93 cpumask_scnprintf(buf, PAGE_SIZE-2, mask) :
94 cpulist_scnprintf(buf, PAGE_SIZE-2, mask);
96 buf[le
56 broken_parity_status_show(struct device *dev, struct device_attribute *attr, char *buf) argument
64 broken_parity_status_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
80 pci_dev_show_local_cpu(struct device *dev, int type, struct device_attribute *attr, char *buf) argument
101 local_cpus_show(struct device *dev, struct device_attribute *attr, char *buf) argument
108 local_cpulist_show(struct device *dev, struct device_attribute *attr, char *buf) argument
118 pci_bus_show_cpuaffinity(struct device *dev, int type, struct device_attribute *attr, char *buf) argument
134 cpuaffinity_show(struct device *dev, struct device_attribute *attr, char *buf) argument
141 cpulistaffinity_show(struct device *dev, struct device_attribute *attr, char *buf) argument
149 resource_show(struct device *dev, struct device_attribute *attr, char *buf) argument
175 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) argument
188 enable_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
213 enable_show(struct device *dev, struct device_attribute *attr, char *buf) argument
224 numa_node_show(struct device *dev, struct device_attribute *attr, char *buf) argument
232 dma_mask_bits_show(struct device *dev, struct device_attribute *attr, char *buf) argument
241 consistent_dma_mask_bits_show(struct device *dev, struct device_attribute *attr, char *buf) argument
249 msi_bus_show(struct device *dev, struct device_attribute *attr, char *buf) argument
260 msi_bus_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
296 bus_rescan_store(struct bus_type *bus, const char *buf, size_t count) argument
329 dev_rescan_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
350 remove_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
366 dev_bus_rescan_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
389 d3cold_allowed_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
405 d3cold_allowed_show(struct device *dev, struct device_attribute *attr, char *buf) argument
415 devspec_show(struct device *dev, struct device_attribute *attr, char *buf) argument
429 sriov_totalvfs_show(struct device *dev, struct device_attribute *attr, char *buf) argument
439 sriov_numvfs_show(struct device *dev, struct device_attribute *attr, char *buf) argument
455 sriov_numvfs_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
511 driver_override_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
541 driver_override_show(struct device *dev, struct device_attribute *attr, char *buf) argument
604 boot_vga_show(struct device *dev, struct device_attribute *attr, char *buf) argument
619 pci_read_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
696 pci_write_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
758 read_vpd_attr(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
773 write_vpd_attr(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
801 pci_read_legacy_io(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
827 pci_write_legacy_io(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
1043 pci_resource_io(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count, bool write) argument
1090 pci_read_resource_io(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) argument
1097 pci_write_resource_io(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) argument
1214 pci_write_rom(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
1240 pci_read_rom(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
1288 reset_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
[all...]
/drivers/media/platform/vivid/
H A Dvivid-vbi-cap.h24 void vivid_raw_vbi_cap_process(struct vivid_dev *dev, struct vivid_buffer *buf);
25 void vivid_sliced_vbi_cap_process(struct vivid_dev *dev, struct vivid_buffer *buf);
26 void vivid_sliced_vbi_out_process(struct vivid_dev *dev, struct vivid_buffer *buf);
/drivers/net/ethernet/ibm/emac/
H A Drgmii.h67 void *rgmii_dump_regs(struct platform_device *ofdev, void *buf);
79 # define rgmii_dump_regs(x,buf) (buf)
H A Dzmii.h64 void *zmii_dump_regs(struct platform_device *ofdev, void *buf);
75 # define zmii_dump_regs(x,buf) (buf)
/drivers/net/wireless/libertas/
H A Ddebugfs.c24 static ssize_t write_file_dummy(struct file *file, const char __user *buf, argument
38 char *buf = (char *)addr; local
40 if (!buf)
43 pos += snprintf(buf+pos, len-pos, "state = %s\n",
45 pos += snprintf(buf+pos, len-pos, "region_code = %02x\n",
48 res = simple_read_from_buffer(userbuf, count, ppos, buf, pos);
63 char *buf = (char *)addr; local
64 if (!buf)
68 if (copy_from_user(buf, user_buf, buf_size)) {
72 ret = sscanf(buf, "
103 char *buf = (char *)addr; local
131 char *buf = (char *)addr; local
176 char *buf = (char *)addr; local
233 char *buf; local
287 char *buf; local
453 char *buf = (char *)addr; local
477 char *buf = (char *)addr; local
502 char *buf = (char *)addr; local
534 char *buf = (char *)addr; local
559 char *buf = (char *)addr; local
584 char *buf = (char *)addr; local
616 char *buf = (char *)addr; local
641 char *buf = (char *)addr; local
666 char *buf = (char *)addr; local
868 char *buf = (char *)addr; local
905 lbs_debugfs_write(struct file *f, const char __user *buf, size_t cnt, loff_t *ppos) argument
[all...]

Completed in 537 milliseconds

1234567891011>>