Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 2953) sorted by relevance

12345678910>>...119

/linux/drivers/s390/char/ !
H A Dsclp_rw.c35 * Setup a sclp write buffer. Gets a page as input (4K) and returns
37 * end of the input page. This reduces the buffer space by a few
43 struct sclp_buffer *buffer; in sclp_make_buffer() local
51 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1; in sclp_make_buffer()
52 buffer->sccb = sccb; in sclp_make_buffer()
53 buffer->retry_count = 0; in sclp_make_buffer()
54 buffer->messages = 0; in sclp_make_buffer()
55 buffer->char_sum = 0; in sclp_make_buffer()
56 buffer->current_line = NULL; in sclp_make_buffer()
57 buffer in sclp_make_buffer()
73 sclp_unmake_buffer(struct sclp_buffer * buffer) sclp_unmake_buffer() argument
83 sclp_initialize_mto(struct sclp_buffer * buffer,int max_len) sclp_initialize_mto() argument
133 sclp_finalize_mto(struct sclp_buffer * buffer) sclp_finalize_mto() argument
170 sclp_write(struct sclp_buffer * buffer,const unsigned char * msg,int count) sclp_write() argument
306 sclp_buffer_space(struct sclp_buffer * buffer) sclp_buffer_space() argument
322 sclp_chars_in_buffer(struct sclp_buffer * buffer) sclp_chars_in_buffer() argument
360 struct sclp_buffer *buffer; sclp_writedata_callback() local
425 sclp_emit_buffer(struct sclp_buffer * buffer,void (* callback)(struct sclp_buffer *,int)) sclp_emit_buffer() argument
[all...]
/linux/drivers/gpu/drm/etnaviv/ !
H A Detnaviv_buffer.c25 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) in OUT() argument
27 u32 *vaddr = (u32 *)buffer->vaddr; in OUT()
29 BUG_ON(buffer->user_size >= buffer->size); in OUT()
31 vaddr[buffer->user_size / 4] = data; in OUT()
32 buffer->user_size += 4; in OUT()
35 static inline void CMD_LOAD_STATE(struct etnaviv_cmdbuf *buffer, in CMD_LOAD_STATE() argument
40 buffer->user_size = ALIGN(buffer->user_size, 8); in CMD_LOAD_STATE()
43 OUT(buffer, VIV_FE_LOAD_STATE_HEADER_OP_LOAD_STAT in CMD_LOAD_STATE()
49 CMD_END(struct etnaviv_cmdbuf * buffer) CMD_END() argument
56 CMD_WAIT(struct etnaviv_cmdbuf * buffer,unsigned int waitcycles) CMD_WAIT() argument
64 CMD_LINK(struct etnaviv_cmdbuf * buffer,u16 prefetch,u32 address) CMD_LINK() argument
74 CMD_STALL(struct etnaviv_cmdbuf * buffer,u32 from,u32 to) CMD_STALL() argument
83 CMD_SEM(struct etnaviv_cmdbuf * buffer,u32 from,u32 to) CMD_SEM() argument
91 etnaviv_cmd_select_pipe(struct etnaviv_gpu * gpu,struct etnaviv_cmdbuf * buffer,u8 pipe) etnaviv_cmd_select_pipe() argument
137 etnaviv_buffer_replace_wait(struct etnaviv_cmdbuf * buffer,unsigned int wl_offset,u32 cmd,u32 arg) etnaviv_buffer_replace_wait() argument
153 etnaviv_buffer_reserve(struct etnaviv_gpu * gpu,struct etnaviv_cmdbuf * buffer,unsigned int cmd_dwords) etnaviv_buffer_reserve() argument
165 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_buffer_init() local
182 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_buffer_config_mmuv2() local
217 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_buffer_config_pta() local
235 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_buffer_end() local
303 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_sync_point_queue() local
344 struct etnaviv_cmdbuf *buffer = &gpu->buffer; etnaviv_buffer_queue() local
[all...]
/linux/tools/testing/selftests/mm/ !
H A Dhmm-tests.c180 struct hmm_buffer *buffer, in hmm_dmirror_cmd() argument
187 cmd.addr = (__u64)buffer->ptr; in hmm_dmirror_cmd()
188 cmd.ptr = (__u64)buffer->mirror; in hmm_dmirror_cmd()
199 buffer->cpages = cmd.cpages; in hmm_dmirror_cmd()
200 buffer->faults = cmd.faults; in hmm_dmirror_cmd()
205 static void hmm_buffer_free(struct hmm_buffer *buffer) in hmm_buffer_free() argument
207 if (buffer == NULL) in hmm_buffer_free()
210 if (buffer->ptr) in hmm_buffer_free()
211 munmap(buffer->ptr, buffer in hmm_buffer_free()
269 hmm_migrate_sys_to_dev(int fd,struct hmm_buffer * buffer,unsigned long npages) hmm_migrate_sys_to_dev() argument
276 hmm_migrate_dev_to_sys(int fd,struct hmm_buffer * buffer,unsigned long npages) hmm_migrate_dev_to_sys() argument
294 struct hmm_buffer *buffer; TEST_F() local
358 struct hmm_buffer *buffer; TEST_F() local
417 struct hmm_buffer *buffer; TEST_F() local
465 struct hmm_buffer *buffer; TEST_F() local
531 struct hmm_buffer *buffer; TEST_F() local
609 struct hmm_buffer *buffer; TEST_F() local
686 struct hmm_buffer *buffer; TEST_F() local
790 struct hmm_buffer *buffer; TEST_F() local
847 struct hmm_buffer *buffer; TEST_F() local
902 struct hmm_buffer *buffer; TEST_F() local
960 struct hmm_buffer *buffer; TEST_F() local
1008 struct hmm_buffer *buffer; TEST_F() local
1064 struct hmm_buffer *buffer; TEST_F() local
1116 struct hmm_buffer *buffer; TEST_F() local
1151 struct hmm_buffer *buffer; TEST_F() local
1243 struct hmm_buffer *buffer; TEST_F() local
1302 struct hmm_buffer *buffer; TEST_F() local
1350 struct hmm_buffer *buffer = p; unmap_buffer() local
1376 struct hmm_buffer *buffer; TEST_F() local
1426 struct hmm_buffer *buffer; TEST_F() local
1468 struct hmm_buffer *buffer; TEST_F() local
1570 struct hmm_buffer *buffer; TEST_F() local
1645 struct hmm_buffer *buffer; TEST_F() local
1720 struct hmm_buffer *buffer; TEST_F() local
1774 struct hmm_buffer *buffer; TEST_F() local
1827 struct hmm_buffer *buffer; TEST_F() local
1900 struct hmm_buffer *buffer; TEST_F() local
1989 struct hmm_buffer *buffer; TEST_F() local
[all...]
/linux/sound/pci/ca0106/ !
H A Dca0106_proc.c15 * Use separate card based DMA buffer for periods table list.
84 static void snd_ca0106_proc_dump_iec958( struct snd_info_buffer *buffer, u32 value) in snd_ca0106_proc_dump_iec958() argument
95 snd_iprintf(buffer, "Mode: consumer\n"); in snd_ca0106_proc_dump_iec958()
96 snd_iprintf(buffer, "Data: "); in snd_ca0106_proc_dump_iec958()
98 snd_iprintf(buffer, "audio\n"); in snd_ca0106_proc_dump_iec958()
100 snd_iprintf(buffer, "non-audio\n"); in snd_ca0106_proc_dump_iec958()
102 snd_iprintf(buffer, "Rate: "); in snd_ca0106_proc_dump_iec958()
105 snd_iprintf(buffer, "44100 Hz\n"); in snd_ca0106_proc_dump_iec958()
108 snd_iprintf(buffer, "48000 Hz\n"); in snd_ca0106_proc_dump_iec958()
111 snd_iprintf(buffer, "3200 in snd_ca0106_proc_dump_iec958()
259 snd_ca0106_proc_iec958(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_iec958() argument
281 snd_ca0106_proc_reg_write32(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_write32() argument
299 snd_ca0106_proc_reg_read32(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_read32() argument
315 snd_ca0106_proc_reg_read16(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_read16() argument
331 snd_ca0106_proc_reg_read8(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_read8() argument
347 snd_ca0106_proc_reg_read1(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_read1() argument
365 snd_ca0106_proc_reg_read2(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_read2() argument
383 snd_ca0106_proc_reg_write(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_reg_write() argument
397 snd_ca0106_proc_i2c_write(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_ca0106_proc_i2c_write() argument
[all...]
/linux/sound/hda/common/ !
H A Dproc.c47 static void print_nid_array(struct snd_info_buffer *buffer, in print_nid_array() argument
58 snd_iprintf(buffer, in print_nid_array()
63 snd_iprintf(buffer, in print_nid_array()
74 static void print_nid_pcms(struct snd_info_buffer *buffer, in print_nid_pcms() argument
84 snd_iprintf(buffer, " Device: name=\"%s\", " in print_nid_pcms()
93 static void print_amp_caps(struct snd_info_buffer *buffer, in print_amp_caps() argument
100 snd_iprintf(buffer, "N/A\n"); in print_amp_caps()
103 snd_iprintf(buffer, "ofs=0x%02x, nsteps=0x%02x, stepsize=0x%02x, " in print_amp_caps()
133 static void print_amp_vals(struct snd_info_buffer *buffer, in print_amp_vals() argument
145 snd_iprintf(buffer, " ["); in print_amp_vals()
161 print_pcm_rates(struct snd_info_buffer * buffer,unsigned int pcm) print_pcm_rates() argument
177 print_pcm_bits(struct snd_info_buffer * buffer,unsigned int pcm) print_pcm_bits() argument
186 print_pcm_formats(struct snd_info_buffer * buffer,unsigned int streams) print_pcm_formats() argument
199 print_pcm_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_pcm_caps() argument
304 print_pin_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int * supports_vref) print_pin_caps() argument
400 print_pin_ctls(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int supports_vref) print_pin_ctls() argument
438 print_vol_knob(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_vol_knob() argument
450 print_audio_io(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,unsigned int wid_type) print_audio_io() argument
468 print_digital_conv(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_digital_conv() argument
512 print_power_state(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_power_state() argument
553 print_unsol_cap(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_unsol_cap() argument
573 print_proc_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_proc_caps() argument
598 print_conn_list(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,unsigned int wid_type,hda_nid_t * conn,int conn_len) print_conn_list() argument
638 print_gpio(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_gpio() argument
682 print_dpmst_connections(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int dev_num) print_dpmst_connections() argument
714 print_device_list(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_device_list() argument
749 print_codec_core_info(struct hdac_device * codec,struct snd_info_buffer * buffer) print_codec_core_info() argument
775 print_codec_info(struct snd_info_entry * entry,struct snd_info_buffer * buffer) print_codec_info() argument
[all...]
/linux/fs/configfs/ !
H A Dfile.c56 static int fill_read_buffer(struct file *file, struct configfs_buffer *buffer) in fill_read_buffer() argument
61 if (!buffer->page) in fill_read_buffer()
62 buffer->page = (char *) get_zeroed_page(GFP_KERNEL); in fill_read_buffer()
63 if (!buffer->page) in fill_read_buffer()
68 count = buffer->attr->show(buffer->item, buffer->page); in fill_read_buffer()
75 buffer->needs_read_fill = 0; in fill_read_buffer()
76 buffer->count = count; in fill_read_buffer()
83 struct configfs_buffer *buffer in configfs_read_iter() local
110 struct configfs_buffer *buffer = file->private_data; configfs_bin_read_iter() local
181 fill_write_buffer(struct configfs_buffer * buffer,struct iov_iter * from) fill_write_buffer() argument
200 flush_write_buffer(struct file * file,struct configfs_buffer * buffer,size_t count) flush_write_buffer() argument
223 struct configfs_buffer *buffer = file->private_data; configfs_write_iter() local
240 struct configfs_buffer *buffer = file->private_data; configfs_bin_write_iter() local
295 struct configfs_buffer *buffer; __configfs_open_file() local
381 struct configfs_buffer *buffer = filp->private_data; configfs_release() local
403 struct configfs_buffer *buffer = file->private_data; configfs_release_bin_file() local
[all...]
/linux/include/linux/ !
H A Dring_buffer.h24 * enum ring_buffer_type - internal ring buffer types
66 u64 ring_buffer_event_time_stamp(struct trace_buffer *buffer,
73 * will try to remove the event from the ring buffer completely
79 * ring_buffer_discard_commit(buffer, event);
81 * ring_buffer_unlock_commit(buffer, event);
83 void ring_buffer_discard_commit(struct trace_buffer *buffer,
87 * size is in bytes for each per CPU buffer.
98 void *ring_buffer_meta_scratch(struct trace_buffer *buffer, unsigned int *size);
101 * Because the ring buffer is generic, if other users of the ring buffer ge
[all...]
/linux/drivers/media/tuners/ !
H A Dtea5767.c133 unsigned char *buffer) in tea5767_status_dump() argument
137 if (TEA5767_READY_FLAG_MASK & buffer[0]) in tea5767_status_dump()
142 if (TEA5767_BAND_LIMIT_MASK & buffer[0]) in tea5767_status_dump()
147 div = ((buffer[0] & 0x3f) << 8) | buffer[1]; in tea5767_status_dump()
164 buffer[0] = (div >> 8) & 0x3f; in tea5767_status_dump()
165 buffer[1] = div & 0xff; in tea5767_status_dump()
170 if (TEA5767_STEREO_MASK & buffer[2]) in tea5767_status_dump()
175 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK); in tea5767_status_dump()
178 (buffer[ in tea5767_status_dump()
192 unsigned char buffer[5]; set_radio_freq() local
284 tea5767_read_status(struct dvb_frontend * fe,char * buffer) tea5767_read_status() argument
298 tea5767_signal(struct dvb_frontend * fe,const char * buffer) tea5767_signal() argument
309 tea5767_stereo(struct dvb_frontend * fe,const char * buffer) tea5767_stereo() argument
322 unsigned char buffer[5]; tea5767_get_status() local
338 unsigned char buffer[5]; tea5767_get_rf_strength() local
350 unsigned char buffer[5]; tea5767_standby() local
371 unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; tea5767_autodetection() local
[all...]
/linux/drivers/pnp/ !
H A Dinterface.c26 char *buffer; /* pointer to begin of buffer */ member
27 char *curr; /* current position in buffer */
29 unsigned long len; /* total length of buffer */
37 static int pnp_printf(pnp_info_buffer_t * buffer, char *fmt, ...) in pnp_printf() argument
42 if (buffer->stop || buffer->error) in pnp_printf()
45 res = vsnprintf(buffer->curr, buffer->len - buffer in pnp_printf()
56 pnp_print_port(pnp_info_buffer_t * buffer,char * space,struct pnp_port * port) pnp_print_port() argument
68 pnp_print_irq(pnp_info_buffer_t * buffer,char * space,struct pnp_irq * irq) pnp_print_irq() argument
101 pnp_print_dma(pnp_info_buffer_t * buffer,char * space,struct pnp_dma * dma) pnp_print_dma() argument
153 pnp_print_mem(pnp_info_buffer_t * buffer,char * space,struct pnp_mem * mem) pnp_print_mem() argument
189 pnp_print_option(pnp_info_buffer_t * buffer,char * space,struct pnp_option * option) pnp_print_option() argument
212 pnp_info_buffer_t *buffer; options_show() local
252 pnp_info_buffer_t *buffer; resources_show() local
[all...]
/linux/drivers/dma-buf/heaps/ !
H A Dcma_heap.c57 struct cma_heap_buffer *buffer = dmabuf->priv; in cma_heap_attach() local
65 ret = sg_alloc_table_from_pages(&a->table, buffer->pages, in cma_heap_attach()
66 buffer->pagecount, 0, in cma_heap_attach()
67 buffer->pagecount << PAGE_SHIFT, in cma_heap_attach()
80 mutex_lock(&buffer->lock); in cma_heap_attach()
81 list_add(&a->list, &buffer->attachments); in cma_heap_attach()
82 mutex_unlock(&buffer->lock); in cma_heap_attach()
90 struct cma_heap_buffer *buffer = dmabuf->priv; in cma_heap_detach() local
93 mutex_lock(&buffer->lock); in cma_heap_detach()
95 mutex_unlock(&buffer in cma_heap_detach()
128 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_dma_buf_begin_cpu_access() local
149 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_dma_buf_end_cpu_access() local
170 struct cma_heap_buffer *buffer = vma->vm_private_data; cma_heap_vm_fault() local
184 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_mmap() local
197 cma_heap_do_vmap(struct cma_heap_buffer * buffer) cma_heap_do_vmap() argument
210 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_vmap() local
237 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_vunmap() local
250 struct cma_heap_buffer *buffer = dmabuf->priv; cma_heap_dma_buf_release() local
285 struct cma_heap_buffer *buffer; cma_heap_allocate() local
[all...]
H A Dsystem_heap.c76 struct system_heap_buffer *buffer = dmabuf->priv; in system_heap_attach() local
84 ret = dup_sg_table(&buffer->sg_table, &a->table); in system_heap_attach()
96 mutex_lock(&buffer->lock); in system_heap_attach()
97 list_add(&a->list, &buffer->attachments); in system_heap_attach()
98 mutex_unlock(&buffer->lock); in system_heap_attach()
106 struct system_heap_buffer *buffer = dmabuf->priv; in system_heap_detach() local
109 mutex_lock(&buffer->lock); in system_heap_detach()
111 mutex_unlock(&buffer->lock); in system_heap_detach()
145 struct system_heap_buffer *buffer = dmabuf->priv; in system_heap_dma_buf_begin_cpu_access() local
148 mutex_lock(&buffer in system_heap_dma_buf_begin_cpu_access()
166 struct system_heap_buffer *buffer = dmabuf->priv; system_heap_dma_buf_end_cpu_access() local
186 struct system_heap_buffer *buffer = dmabuf->priv; system_heap_mmap() local
206 system_heap_do_vmap(struct system_heap_buffer * buffer) system_heap_do_vmap() argument
234 struct system_heap_buffer *buffer = dmabuf->priv; system_heap_vmap() local
262 struct system_heap_buffer *buffer = dmabuf->priv; system_heap_vunmap() local
275 struct system_heap_buffer *buffer = dmabuf->priv; system_heap_dma_buf_release() local
328 struct system_heap_buffer *buffer; system_heap_allocate() local
[all...]
/linux/tools/wmi/ !
H A Ddell-smbios-example.c32 static void show_buffer(struct dell_wmi_smbios_buffer *buffer) in show_buffer() argument
35 buffer->std.cmd_class, buffer->std.cmd_select, in show_buffer()
36 buffer->std.input[0], buffer->std.input[1], in show_buffer()
37 buffer->std.input[2], buffer->std.input[3], in show_buffer()
38 buffer->std.output[0], buffer->std.output[1], in show_buffer()
39 buffer in show_buffer()
42 run_wmi_smbios_cmd(struct dell_wmi_smbios_buffer * buffer) run_wmi_smbios_cmd() argument
95 token_is_active(__u16 * location,__u16 * cmpvalue,struct dell_wmi_smbios_buffer * buffer) token_is_active() argument
109 query_token(__u16 token,struct dell_wmi_smbios_buffer * buffer) query_token() argument
123 activate_token(struct dell_wmi_smbios_buffer * buffer,__u16 token) activate_token() argument
157 struct dell_wmi_smbios_buffer *buffer; main() local
[all...]
/linux/drivers/s390/net/ !
H A Dqeth_core_mpc.h18 #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer + 0x0e) argument
19 #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer + 0x26) argument
20 #define QETH_IPA_PDU_LEN_PDU2(buffer) (buffer + 0x29) argument
21 #define QETH_IPA_PDU_LEN_PDU3(buffer) (buffer + 0x3a) argument
23 #define QETH_IPA_CMD_DEST_ADDR(buffer) (buffer argument
523 char *buffer; global() member
877 QETH_CM_ENABLE_ISSUER_RM_TOKEN(buffer) global() argument
878 QETH_CM_ENABLE_FILTER_TOKEN(buffer) global() argument
879 QETH_CM_ENABLE_USER_DATA(buffer) global() argument
881 QETH_CM_ENABLE_RESP_FILTER_TOKEN(buffer) global() argument
887 QETH_CM_SETUP_DEST_ADDR(buffer) global() argument
888 QETH_CM_SETUP_CONNECTION_TOKEN(buffer) global() argument
889 QETH_CM_SETUP_FILTER_TOKEN(buffer) global() argument
891 QETH_CM_SETUP_RESP_DEST_ADDR(buffer) global() argument
896 QETH_ULP_ENABLE_LINKNUM(buffer) global() argument
897 QETH_ULP_ENABLE_DEST_ADDR(buffer) global() argument
898 QETH_ULP_ENABLE_FILTER_TOKEN(buffer) global() argument
899 QETH_ULP_ENABLE_PORTNAME_AND_LL(buffer) global() argument
900 QETH_ULP_ENABLE_RESP_FILTER_TOKEN(buffer) global() argument
902 QETH_ULP_ENABLE_RESP_MAX_MTU(buffer) global() argument
904 QETH_ULP_ENABLE_RESP_DIFINFO_LEN(buffer) global() argument
906 QETH_ULP_ENABLE_RESP_LINK_TYPE(buffer) global() argument
911 QETH_ULP_ENABLE_PROT_TYPE(buffer) global() argument
912 QETH_IPA_CMD_PROT_TYPE(buffer) global() argument
916 QETH_ULP_SETUP_DEST_ADDR(buffer) global() argument
917 QETH_ULP_SETUP_CONNECTION_TOKEN(buffer) global() argument
918 QETH_ULP_SETUP_FILTER_TOKEN(buffer) global() argument
919 QETH_ULP_SETUP_CUA(buffer) global() argument
920 QETH_ULP_SETUP_REAL_DEVADDR(buffer) global() argument
922 QETH_ULP_SETUP_RESP_CONNECTION_TOKEN(buffer) global() argument
928 QETH_DM_ACT_DEST_ADDR(buffer) global() argument
929 QETH_DM_ACT_CONNECTION_TOKEN(buffer) global() argument
933 QETH_TRANSPORT_HEADER_SEQ_NO(buffer) global() argument
934 QETH_PDU_HEADER_SEQ_NO(buffer) global() argument
935 QETH_PDU_HEADER_ACK_SEQ_NO(buffer) global() argument
940 QETH_IDX_ACT_PNO(buffer) global() argument
941 QETH_IDX_ACT_ISSUER_RM_TOKEN(buffer) global() argument
943 QETH_IDX_NO_PORTNAME_REQUIRED(buffer) global() argument
944 QETH_IDX_ACT_FUNC_LEVEL(buffer) global() argument
945 QETH_IDX_ACT_DATASET_NAME(buffer) global() argument
946 QETH_IDX_ACT_QDIO_DEV_CUA(buffer) global() argument
947 QETH_IDX_ACT_QDIO_DEV_REALADDR(buffer) global() argument
948 QETH_IS_IDX_ACT_POS_REPLY(buffer) global() argument
949 QETH_IDX_REPLY_LEVEL(buffer) global() argument
950 QETH_IDX_ACT_CAUSE_CODE(buffer) global() argument
960 PDU_ENCAPSULATION(buffer) global() argument
964 IS_IPA(buffer) global() argument
[all...]
/linux/sound/usb/ !
H A Dproc.c33 static void proc_audio_usbbus_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbbus_read() argument
37 snd_iprintf(buffer, "%03d/%03d\n", chip->dev->bus->busnum, chip->dev->devnum); in proc_audio_usbbus_read()
40 static void proc_audio_usbid_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbid_read() argument
44 snd_iprintf(buffer, "%04x:%04x\n", in proc_audio_usbid_read()
92 static void proc_dump_substream_formats(struct snd_usb_substream *subs, struct snd_info_buffer *buffer) in proc_dump_substream_formats() argument
102 snd_iprintf(buffer, " Interface %d\n", fp->iface); in proc_dump_substream_formats()
103 snd_iprintf(buffer, " Altset %d\n", fp->altsetting); in proc_dump_substream_formats()
104 snd_iprintf(buffer, " Format:"); in proc_dump_substream_formats()
107 snd_iprintf(buffer, " %s", in proc_dump_substream_formats()
109 snd_iprintf(buffer, "\ in proc_dump_substream_formats()
175 proc_dump_ep_status(struct snd_usb_substream * subs,struct snd_usb_endpoint * data_ep,struct snd_usb_endpoint * sync_ep,struct snd_info_buffer * buffer) proc_dump_ep_status() argument
194 proc_dump_substream_status(struct snd_usb_audio * chip,struct snd_usb_substream * subs,struct snd_info_buffer * buffer) proc_dump_substream_status() argument
210 proc_pcm_format_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) proc_pcm_format_read() argument
[all...]
/linux/drivers/iio/ !
H A Dindustrialio-buffer.c6 * Handling of buffer allocation / resizing.
34 #include <linux/iio/buffer.h>
45 struct iio_buffer *buffer; member
99 /* drain the buffer if it was disabled */ in iio_buffer_ready()
128 * iio_buffer_read() - chrdev read for buffer access
130 * @buf: Destination buffer for iio buffer read
134 * This function relies on all buffer implementations having an
144 struct iio_buffer *rb = ib->buffer; in iio_buffer_read()
164 * buffer, s in iio_buffer_read()
347 struct iio_buffer *buffer; iio_buffer_wakeup_poll() local
356 iio_pop_from_buffer(struct iio_buffer * buffer,void * data) iio_pop_from_buffer() argument
365 iio_buffer_init(struct iio_buffer * buffer) iio_buffer_init() argument
381 struct iio_buffer *buffer; iio_device_detach_buffers() local
443 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; iio_scan_el_show() local
509 iio_scan_mask_set(struct iio_dev * indio_dev,struct iio_buffer * buffer,int bit) iio_scan_mask_set() argument
546 iio_scan_mask_clear(struct iio_buffer * buffer,int bit) iio_scan_mask_clear() argument
553 iio_scan_mask_query(struct iio_dev * indio_dev,struct iio_buffer * buffer,int bit) iio_scan_mask_query() argument
575 struct iio_buffer *buffer = this_attr->buffer; iio_scan_el_store() local
606 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; iio_scan_el_ts_show() local
619 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; iio_scan_el_ts_store() local
636 iio_buffer_add_channel_sysfs(struct iio_dev * indio_dev,struct iio_buffer * buffer,const struct iio_chan_spec * chan) iio_buffer_add_channel_sysfs() argument
695 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; length_show() local
705 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; length_store() local
731 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; enable_show() local
796 iio_buffer_activate(struct iio_dev * indio_dev,struct iio_buffer * buffer) iio_buffer_activate() argument
804 iio_buffer_deactivate(struct iio_buffer * buffer) iio_buffer_deactivate() argument
814 struct iio_buffer *buffer, *_buffer; iio_buffer_deactivate_all() local
821 iio_buffer_enable(struct iio_buffer * buffer,struct iio_dev * indio_dev) iio_buffer_enable() argument
829 iio_buffer_disable(struct iio_buffer * buffer,struct iio_dev * indio_dev) iio_buffer_disable() argument
838 iio_buffer_update_bytes_per_datum(struct iio_dev * indio_dev,struct iio_buffer * buffer) iio_buffer_update_bytes_per_datum() argument
852 iio_buffer_request_update(struct iio_dev * indio_dev,struct iio_buffer * buffer) iio_buffer_request_update() argument
896 struct iio_buffer *buffer; iio_verify_update() local
1008 iio_buffer_demux_free(struct iio_buffer * buffer) iio_buffer_demux_free() argument
1018 iio_buffer_add_demux(struct iio_buffer * buffer,struct iio_demux_table ** p,unsigned int in_loc,unsigned int out_loc,unsigned int length) iio_buffer_add_demux() argument
1040 iio_buffer_update_demux(struct iio_dev * indio_dev,struct iio_buffer * buffer) iio_buffer_update_demux() argument
1115 struct iio_buffer *buffer; iio_update_demux() local
1136 struct iio_buffer *buffer, *tmp = NULL; iio_enable_buffers() local
1221 struct iio_buffer *buffer; iio_disable_buffers() local
1365 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; enable_store() local
1393 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; watermark_show() local
1404 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; watermark_store() local
1430 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; data_available_show() local
1439 struct iio_buffer *buffer = to_iio_dev_attr(attr)->buffer; direction_show() local
1475 iio_buffer_wrap_attr(struct iio_buffer * buffer,struct attribute * attr) iio_buffer_wrap_attr() argument
1563 struct iio_buffer *buffer = priv->buffer; iio_buffer_dmabuf_release() local
1595 struct iio_buffer *buffer = ib->buffer; iio_buffer_chrdev_release() local
1631 struct iio_buffer *buffer = ib->buffer; iio_buffer_find_attachment() local
1655 struct iio_buffer *buffer = ib->buffer; iio_buffer_attach_dmabuf() local
1759 struct iio_buffer *buffer = ib->buffer; iio_buffer_detach_dmabuf() local
1815 struct iio_buffer *buffer = ib->buffer; iio_buffer_enqueue_dmabuf() local
2011 struct iio_buffer *buffer; iio_device_buffer_getfd() local
2097 __iio_buffer_alloc_sysfs_and_mask(struct iio_buffer * buffer,struct iio_dev * indio_dev,int index) __iio_buffer_alloc_sysfs_and_mask() argument
2246 __iio_buffer_free_sysfs_and_mask(struct iio_buffer * buffer,struct iio_dev * indio_dev,int index) __iio_buffer_free_sysfs_and_mask() argument
2262 struct iio_buffer *buffer; iio_buffers_alloc_sysfs_and_mask() local
2309 struct iio_buffer *buffer; iio_buffers_free_sysfs_and_mask() local
2340 iio_demux(struct iio_buffer * buffer,const void * datain) iio_demux() argument
2354 iio_push_to_buffer(struct iio_buffer * buffer,const void * data) iio_push_to_buffer() argument
2449 struct iio_buffer *buffer = container_of(ref, struct iio_buffer, ref); iio_buffer_release() local
2461 iio_buffer_get(struct iio_buffer * buffer) iio_buffer_get() argument
2474 iio_buffer_put(struct iio_buffer * buffer) iio_buffer_put() argument
2495 iio_device_attach_buffer(struct iio_dev * indio_dev,struct iio_buffer * buffer) iio_device_attach_buffer() argument
[all...]
/linux/drivers/android/ !
H A Dbinder_alloc.c51 static struct binder_buffer *binder_buffer_next(struct binder_buffer *buffer) in binder_buffer_next() argument
53 return list_entry(buffer->entry.next, struct binder_buffer, entry); in binder_buffer_next()
56 static struct binder_buffer *binder_buffer_prev(struct binder_buffer *buffer) in binder_buffer_prev() argument
58 return list_entry(buffer->entry.prev, struct binder_buffer, entry); in binder_buffer_prev()
62 struct binder_buffer *buffer) in binder_alloc_buffer_size() argument
64 if (list_is_last(&buffer->entry, &alloc->buffers)) in binder_alloc_buffer_size()
65 return alloc->vm_start + alloc->buffer_size - buffer->user_data; in binder_alloc_buffer_size()
66 return binder_buffer_next(buffer)->user_data - buffer->user_data; in binder_alloc_buffer_size()
75 struct binder_buffer *buffer; in binder_insert_free_buffer() local
108 struct binder_buffer *buffer; binder_insert_allocated_buffer_locked() local
133 struct binder_buffer *buffer; binder_alloc_prepare_to_free_locked() local
362 binder_install_buffer_pages(struct binder_alloc * alloc,struct binder_buffer * buffer,size_t size) binder_install_buffer_pages() argument
428 struct binder_buffer *buffer; debug_no_space_locked() local
471 struct binder_buffer *buffer; debug_low_async_space_locked() local
523 struct binder_buffer *buffer; binder_alloc_new_buf_locked() local
653 struct binder_buffer *buffer, *next; binder_alloc_new_buf() local
702 buffer_start_page(struct binder_buffer * buffer) buffer_start_page() argument
707 prev_buffer_end_page(struct binder_buffer * buffer) prev_buffer_end_page() argument
713 binder_delete_free_buffer(struct binder_alloc * alloc,struct binder_buffer * buffer) binder_delete_free_buffer() argument
740 binder_free_buf_locked(struct binder_alloc * alloc,struct binder_buffer * buffer) binder_free_buf_locked() argument
812 binder_alloc_get_page(struct binder_alloc * alloc,struct binder_buffer * buffer,binder_size_t buffer_offset,pgoff_t * pgoffp) binder_alloc_get_page() argument
834 binder_alloc_clear_buf(struct binder_alloc * alloc,struct binder_buffer * buffer) binder_alloc_clear_buf() argument
861 binder_alloc_free_buf(struct binder_alloc * alloc,struct binder_buffer * buffer) binder_alloc_free_buf() argument
897 struct binder_buffer *buffer; binder_alloc_mmap_handler() local
968 struct binder_buffer *buffer; binder_alloc_deferred_release() local
1044 struct binder_buffer *buffer; binder_alloc_print_allocated() local
1305 check_buffer(struct binder_alloc * alloc,struct binder_buffer * buffer,binder_size_t offset,size_t bytes) check_buffer() argument
1331 binder_alloc_copy_user_to_buffer(struct binder_alloc * alloc,struct binder_buffer * buffer,binder_size_t buffer_offset,const void __user * from,size_t bytes) binder_alloc_copy_user_to_buffer() argument
1363 binder_alloc_do_buffer_copy(struct binder_alloc * alloc,bool to_buffer,struct binder_buffer * buffer,binder_size_t buffer_offset,void * ptr,size_t bytes) binder_alloc_do_buffer_copy() argument
1393 binder_alloc_copy_to_buffer(struct binder_alloc * alloc,struct binder_buffer * buffer,binder_size_t buffer_offset,void * src,size_t bytes) binder_alloc_copy_to_buffer() argument
1404 binder_alloc_copy_from_buffer(struct binder_alloc * alloc,void * dest,struct binder_buffer * buffer,binder_size_t buffer_offset,size_t bytes) binder_alloc_copy_from_buffer() argument
[all...]
/linux/sound/usb/6fire/ !
H A Dcomm.c22 u8 *buffer, void *context, void(*handler)(struct urb *urb)) in usb6fire_comm_init_urb() argument
25 urb->transfer_buffer = buffer; in usb6fire_comm_init_urb()
55 static void usb6fire_comm_init_buffer(u8 *buffer, u8 id, u8 request, in usb6fire_comm_init_buffer() argument
58 buffer[0] = 0x01; in usb6fire_comm_init_buffer()
59 buffer[2] = request; in usb6fire_comm_init_buffer()
60 buffer[3] = id; in usb6fire_comm_init_buffer()
63 buffer[1] = 0x05; /* length (starting at buffer[2]) */ in usb6fire_comm_init_buffer()
64 buffer[4] = reg; in usb6fire_comm_init_buffer()
65 buffer[ in usb6fire_comm_init_buffer()
92 usb6fire_comm_send_buffer(u8 * buffer,struct usb_device * dev) usb6fire_comm_send_buffer() argument
109 u8 *buffer; usb6fire_comm_write8() local
127 u8 *buffer; usb6fire_comm_write16() local
[all...]
/linux/sound/firewire/dice/ !
H A Ddice-proc.c11 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem() argument
19 buffer, 4 * quadlets, 0); in dice_proc_read_mem()
24 be32_to_cpus(&((u32 *)buffer)[i]); in dice_proc_read_mem()
57 struct snd_info_buffer *buffer) in dice_proc_read() argument
119 snd_iprintf(buffer, "sections:\n"); in dice_proc_read()
121 snd_iprintf(buffer, " %s: offset %u, size %u\n", in dice_proc_read()
128 snd_iprintf(buffer, "global:\n"); in dice_proc_read()
129 snd_iprintf(buffer, " owner: %04x:%04x%08x\n", in dice_proc_read()
132 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read()
134 snd_iprintf(buffer, " nic in dice_proc_read()
246 dice_proc_read_formation(struct snd_info_entry * entry,struct snd_info_buffer * buffer) dice_proc_read_formation() argument
282 add_node(struct snd_dice * dice,struct snd_info_entry * root,const char * name,void (* op)(struct snd_info_entry * entry,struct snd_info_buffer * buffer)) add_node() argument
[all...]
/linux/drivers/net/ethernet/hisilicon/hibmcge/ !
H A Dhbg_txrx.c13 #define buffer_to_dma_dir(buffer) (((buffer)->dir == HBG_DIR_RX) ? \ argument
34 static int hbg_dma_map(struct hbg_buffer *buffer) in hbg_dma_map() argument
36 struct hbg_priv *priv = buffer->priv; in hbg_dma_map()
38 buffer->skb_dma = dma_map_single(&priv->pdev->dev, in hbg_dma_map()
39 buffer->skb->data, buffer->skb_len, in hbg_dma_map()
40 buffer_to_dma_dir(buffer)); in hbg_dma_map()
41 if (unlikely(dma_mapping_error(&priv->pdev->dev, buffer->skb_dma))) { in hbg_dma_map()
42 if (buffer in hbg_dma_map()
53 hbg_dma_unmap(struct hbg_buffer * buffer) hbg_dma_unmap() argument
65 hbg_init_tx_desc(struct hbg_buffer * buffer,struct hbg_tx_desc * tx_desc) hbg_init_tx_desc() argument
93 struct hbg_buffer *buffer; hbg_net_start_xmit() local
129 hbg_buffer_free_skb(struct hbg_buffer * buffer) hbg_buffer_free_skb() argument
138 hbg_buffer_alloc_skb(struct hbg_buffer * buffer) hbg_buffer_alloc_skb() argument
152 hbg_buffer_free(struct hbg_buffer * buffer) hbg_buffer_free() argument
166 struct hbg_buffer *buffer; hbg_napi_tx_recycle() local
374 struct hbg_buffer *buffer; hbg_rx_fill_one_buffer() local
397 hbg_sync_data_from_hw(struct hbg_priv * priv,struct hbg_buffer * buffer) hbg_sync_data_from_hw() argument
416 struct hbg_buffer *buffer; hbg_napi_rx_poll() local
463 struct hbg_buffer *buffer; hbg_ring_uninit() local
492 struct hbg_buffer *buffer; hbg_ring_init() local
[all...]
/linux/arch/riscv/include/asm/ !
H A Dio.h63 void *buffer, \
68 ctype *buf = buffer; \
80 const void *buffer, \
85 const ctype *buf = buffer; \
97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) argument
98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) argument
99 #define readsl(addr, buffer, count) __readsl(addr, buffer, coun argument
104 insb(addr,buffer,count) global() argument
105 insw(addr,buffer,count) global() argument
106 insl(addr,buffer,count) global() argument
111 writesb(addr,buffer,count) global() argument
112 writesw(addr,buffer,count) global() argument
113 writesl(addr,buffer,count) global() argument
118 outsb(addr,buffer,count) global() argument
119 outsw(addr,buffer,count) global() argument
120 outsl(addr,buffer,count) global() argument
124 readsq(addr,buffer,count) global() argument
127 insq(addr,buffer,count) global() argument
130 writesq(addr,buffer,count) global() argument
133 outsq(addr,buffer,count) global() argument
[all...]
/linux/arch/sparc/boot/ !
H A Dpiggyback.c104 char buffer[1024]; in get_start_end() local
111 while (fgets(buffer, 1024, map)) { in get_start_end()
112 if (start_line(buffer)) in get_start_end()
113 *start = strtoul(buffer, NULL, 16); in get_start_end()
114 else if (end_line(buffer)) in get_start_end()
115 *end = strtoul(buffer, NULL, 16); in get_start_end()
137 char buffer[BUFSIZE]; in get_hdrs_offset() local
143 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset()
146 if (buffer[40] == 'H' && buffer[4 in get_hdrs_offset()
180 char buffer[1024]; main() local
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ !
H A Dgp100.c30 gp100_fault_buffer_intr(struct nvkm_fault_buffer *buffer, bool enable) in gp100_fault_buffer_intr() argument
32 struct nvkm_device *device = buffer->fault->subdev.device; in gp100_fault_buffer_intr()
37 gp100_fault_buffer_fini(struct nvkm_fault_buffer *buffer) in gp100_fault_buffer_fini() argument
39 struct nvkm_device *device = buffer->fault->subdev.device; in gp100_fault_buffer_fini()
44 gp100_fault_buffer_init(struct nvkm_fault_buffer *buffer) in gp100_fault_buffer_init() argument
46 struct nvkm_device *device = buffer->fault->subdev.device; in gp100_fault_buffer_init()
47 nvkm_wr32(device, 0x002a74, upper_32_bits(buffer->addr)); in gp100_fault_buffer_init()
48 nvkm_wr32(device, 0x002a70, lower_32_bits(buffer->addr)); in gp100_fault_buffer_init()
52 u64 gp100_fault_buffer_pin(struct nvkm_fault_buffer *buffer) in gp100_fault_buffer_pin() argument
54 return nvkm_memory_bar2(buffer in gp100_fault_buffer_pin()
58 gp100_fault_buffer_info(struct nvkm_fault_buffer * buffer) gp100_fault_buffer_info() argument
[all...]
/linux/sound/firewire/fireworks/ !
H A Dfireworks_proc.c28 proc_read_hwinfo(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_hwinfo() argument
41 snd_iprintf(buffer, "guid_hi: 0x%X\n", hwinfo->guid_hi); in proc_read_hwinfo()
42 snd_iprintf(buffer, "guid_lo: 0x%X\n", hwinfo->guid_lo); in proc_read_hwinfo()
43 snd_iprintf(buffer, "type: 0x%X\n", hwinfo->type); in proc_read_hwinfo()
44 snd_iprintf(buffer, "version: 0x%X\n", hwinfo->version); in proc_read_hwinfo()
45 snd_iprintf(buffer, "vendor_name: %s\n", hwinfo->vendor_name); in proc_read_hwinfo()
46 snd_iprintf(buffer, "model_name: %s\n", hwinfo->model_name); in proc_read_hwinfo()
48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo()
49 snd_iprintf(buffer, "arm_version: 0x%X\n", hwinfo->arm_version); in proc_read_hwinfo()
50 snd_iprintf(buffer, "fpga_versio in proc_read_hwinfo()
105 proc_read_clock(struct snd_info_entry * entry,struct snd_info_buffer * buffer) proc_read_clock() argument
128 proc_read_phys_meters(struct snd_info_entry * entry,struct snd_info_buffer * buffer) proc_read_phys_meters() argument
179 proc_read_queues_state(struct snd_info_entry * entry,struct snd_info_buffer * buffer) proc_read_queues_state() argument
[all...]
/linux/drivers/scsi/ !
H A Dsr_vendor.c126 unsigned char *buffer; /* the buffer for the ioctl */ in sr_set_blocklength() local
134 buffer = kmalloc(512, GFP_KERNEL); in sr_set_blocklength()
135 if (!buffer) in sr_set_blocklength()
145 modesel = (struct ccs_modesel_head *) buffer; in sr_set_blocklength()
151 cgc.buffer = buffer; in sr_set_blocklength()
164 kfree(buffer); in sr_set_blocklength()
175 unsigned char *buffer; /* the buffer fo in sr_cd_check() local
[all...]
/linux/sound/pci/lola/ !
H A Dlola_proc.c16 static void print_audio_widget(struct snd_info_buffer *buffer, in print_audio_widget() argument
22 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_audio_widget()
24 snd_iprintf(buffer, " Formats: 0x%x\n", val); in print_audio_widget()
27 static void print_pin_widget(struct snd_info_buffer *buffer, in print_pin_widget() argument
34 snd_iprintf(buffer, "Node 0x%02x %s wcaps 0x%x\n", nid, name, val); in print_pin_widget()
38 snd_iprintf(buffer, " Amp-Caps: 0x%x\n", val); in print_pin_widget()
39 snd_iprintf(buffer, " mute=%d, step-size=%d, steps=%d, ofs=%d\n", in print_pin_widget()
45 snd_iprintf(buffer, " Max-level: 0x%x\n", val); in print_pin_widget()
48 static void print_clock_widget(struct snd_info_buffer *buffer, in print_clock_widget() argument
55 snd_iprintf(buffer, "Nod in print_clock_widget()
88 print_mixer_widget(struct snd_info_buffer * buffer,struct lola * chip,int nid) print_mixer_widget() argument
98 lola_proc_codec_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) lola_proc_codec_read() argument
135 lola_proc_codec_rw_write(struct snd_info_entry * entry,struct snd_info_buffer * buffer) lola_proc_codec_rw_write() argument
150 lola_proc_codec_rw_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) lola_proc_codec_rw_read() argument
160 lola_proc_regs_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) lola_proc_regs_read() argument
[all...]

12345678910>>...119