Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 964) sorted by relevance

12345678910>>...39

/drivers/gpu/drm/etnaviv/
Detnaviv_buffer.c33 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) in OUT()
43 static inline void CMD_LOAD_STATE(struct etnaviv_cmdbuf *buffer, in CMD_LOAD_STATE()
57 static inline void CMD_END(struct etnaviv_cmdbuf *buffer) in CMD_END()
64 static inline void CMD_WAIT(struct etnaviv_cmdbuf *buffer) in CMD_WAIT()
71 static inline void CMD_LINK(struct etnaviv_cmdbuf *buffer, in CMD_LINK()
81 static inline void CMD_STALL(struct etnaviv_cmdbuf *buffer, in CMD_STALL()
90 static inline void CMD_SEM(struct etnaviv_cmdbuf *buffer, u32 from, u32 to) in CMD_SEM()
98 struct etnaviv_cmdbuf *buffer, u8 pipe) in etnaviv_cmd_select_pipe()
140 static void etnaviv_buffer_replace_wait(struct etnaviv_cmdbuf *buffer, in etnaviv_buffer_replace_wait()
156 struct etnaviv_cmdbuf *buffer, unsigned int cmd_dwords) in etnaviv_buffer_reserve()
[all …]
/drivers/xen/
Dsys-hypervisor.c41 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show()
54 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
64 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
74 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
111 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
132 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show()
152 static ssize_t compiler_show(struct hyp_sysfs_attr *attr, char *buffer) in compiler_show()
170 static ssize_t compiled_by_show(struct hyp_sysfs_attr *attr, char *buffer) in compiled_by_show()
188 static ssize_t compile_date_show(struct hyp_sysfs_attr *attr, char *buffer) in compile_date_show()
225 static ssize_t capabilities_show(struct hyp_sysfs_attr *attr, char *buffer) in capabilities_show()
[all …]
/drivers/staging/android/ion/
Dion.c44 bool ion_buffer_fault_user_mappings(struct ion_buffer *buffer) in ion_buffer_fault_user_mappings()
50 bool ion_buffer_cached(struct ion_buffer *buffer) in ion_buffer_cached()
77 struct ion_buffer *buffer) in ion_buffer_add()
108 struct ion_buffer *buffer; in ion_buffer_create() local
193 void ion_buffer_destroy(struct ion_buffer *buffer) in ion_buffer_destroy()
204 struct ion_buffer *buffer = container_of(kref, struct ion_buffer, ref); in _ion_buffer_destroy() local
218 static void ion_buffer_get(struct ion_buffer *buffer) in ion_buffer_get()
223 static int ion_buffer_put(struct ion_buffer *buffer) in ion_buffer_put()
228 static void ion_buffer_add_to_handle(struct ion_buffer *buffer) in ion_buffer_add_to_handle()
235 static void ion_buffer_remove_from_handle(struct ion_buffer *buffer) in ion_buffer_remove_from_handle()
[all …]
Dion_heap.c29 struct ion_buffer *buffer) in ion_heap_map_kernel()
66 struct ion_buffer *buffer) in ion_heap_unmap_kernel()
71 int ion_heap_map_user(struct ion_heap *heap, struct ion_buffer *buffer, in ion_heap_map_user()
141 int ion_heap_buffer_zero(struct ion_buffer *buffer) in ion_heap_buffer_zero()
163 void ion_heap_freelist_add(struct ion_heap *heap, struct ion_buffer *buffer) in ion_heap_freelist_add()
186 struct ion_buffer *buffer; in _ion_heap_freelist_drain() local
230 struct ion_buffer *buffer; in ion_heap_deferred_free() local
Dion_cma_heap.c44 static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer, in ion_cma_allocate()
91 static void ion_cma_free(struct ion_buffer *buffer) in ion_cma_free()
105 static int ion_cma_mmap(struct ion_heap *mapper, struct ion_buffer *buffer, in ion_cma_mmap()
117 struct ion_buffer *buffer) in ion_cma_map_kernel()
125 struct ion_buffer *buffer) in ion_cma_unmap_kernel()
Dion_system_heap.c64 struct ion_buffer *buffer, in alloc_buffer_page()
85 struct ion_buffer *buffer, struct page *page) in free_buffer_page()
107 struct ion_buffer *buffer, in alloc_largest_available()
131 struct ion_buffer *buffer, in ion_system_heap_allocate()
188 static void ion_system_heap_free(struct ion_buffer *buffer) in ion_system_heap_free()
373 struct ion_buffer *buffer, in ion_system_contig_heap_allocate()
424 static void ion_system_contig_heap_free(struct ion_buffer *buffer) in ion_system_contig_heap_free()
/drivers/s390/char/
Dsclp_rw.c49 struct sclp_buffer *buffer; in sclp_make_buffer() local
79 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer()
89 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto()
139 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto()
176 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
312 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space()
328 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer()
342 sclp_set_columns(struct sclp_buffer *buffer, unsigned short columns) in sclp_set_columns()
351 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab()
384 struct sclp_buffer *buffer; in sclp_writedata_callback() local
[all …]
/drivers/iio/
Dindustrialio-buffer.c201 void iio_buffer_init(struct iio_buffer *buffer) in iio_buffer_init()
305 struct iio_buffer *buffer, int bit) in iio_scan_mask_set()
344 static int iio_scan_mask_clear(struct iio_buffer *buffer, int bit) in iio_scan_mask_clear()
358 struct iio_buffer *buffer = indio_dev->buffer; in iio_scan_el_store() local
426 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_add_channel_sysfs() local
480 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_read_length() local
490 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_write_length() local
568 struct iio_buffer *buffer) in iio_buffer_activate()
574 static void iio_buffer_deactivate(struct iio_buffer *buffer) in iio_buffer_deactivate()
583 struct iio_buffer *buffer, *_buffer; in iio_buffer_deactivate_all() local
[all …]
/drivers/net/ethernet/amd/xgbe/
Dxgbe-debugfs.c124 static ssize_t xgbe_common_read(char __user *buffer, size_t count, in xgbe_common_read()
148 static ssize_t xgbe_common_write(const char __user *buffer, size_t count, in xgbe_common_write()
174 static ssize_t xgmac_reg_addr_read(struct file *filp, char __user *buffer, in xgmac_reg_addr_read()
183 const char __user *buffer, in xgmac_reg_addr_write()
192 static ssize_t xgmac_reg_value_read(struct file *filp, char __user *buffer, in xgmac_reg_value_read()
204 const char __user *buffer, in xgmac_reg_value_write()
234 static ssize_t xpcs_mmd_read(struct file *filp, char __user *buffer, in xpcs_mmd_read()
242 static ssize_t xpcs_mmd_write(struct file *filp, const char __user *buffer, in xpcs_mmd_write()
251 static ssize_t xpcs_reg_addr_read(struct file *filp, char __user *buffer, in xpcs_reg_addr_read()
259 static ssize_t xpcs_reg_addr_write(struct file *filp, const char __user *buffer, in xpcs_reg_addr_write()
[all …]
/drivers/connector/
Dcn_proc.c46 static inline struct cn_msg *buffer_to_cn_msg(__u8 *buffer) in buffer_to_cn_msg()
80 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_fork_connector() local
110 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_exec_connector() local
134 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_id_connector() local
172 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_sid_connector() local
196 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_ptrace_connector() local
228 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_comm_connector() local
253 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_coredump_connector() local
277 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_exit_connector() local
311 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in cn_proc_ack() local
/drivers/android/
Dbinder_alloc.c54 static struct binder_buffer *binder_buffer_next(struct binder_buffer *buffer) in binder_buffer_next()
59 static struct binder_buffer *binder_buffer_prev(struct binder_buffer *buffer) in binder_buffer_prev()
65 struct binder_buffer *buffer) in binder_alloc_buffer_size()
78 struct binder_buffer *buffer; in binder_insert_free_buffer() local
111 struct binder_buffer *buffer; in binder_insert_allocated_buffer_locked() local
136 struct binder_buffer *buffer; in binder_alloc_prepare_to_free_locked() local
180 struct binder_buffer *buffer; in binder_alloc_prepare_to_free() local
337 struct binder_buffer *buffer; in binder_alloc_new_buf_locked() local
509 struct binder_buffer *buffer; in binder_alloc_new_buf() local
518 static void *buffer_start_page(struct binder_buffer *buffer) in buffer_start_page()
[all …]
/drivers/parport/
Dieee1284_ops.c41 const void *buffer, size_t len, in parport_ieee1284_write_compat()
150 void *buffer, size_t len, in parport_ieee1284_read_nibble()
241 void *buffer, size_t len, in parport_ieee1284_read_byte()
404 const void *buffer, size_t len, in parport_ieee1284_ecp_write_data()
491 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data()
639 const void *buffer, size_t len, in parport_ieee1284_ecp_write_addr()
731 const void *buffer, size_t len, in parport_ieee1284_epp_write_data()
775 void *buffer, size_t len, in parport_ieee1284_epp_read_data()
819 const void *buffer, size_t len, in parport_ieee1284_epp_write_addr()
863 void *buffer, size_t len, in parport_ieee1284_epp_read_addr()
/drivers/input/
Dinput-compat.c17 int input_event_from_user(const char __user *buffer, in input_event_from_user()
41 int input_event_to_user(char __user *buffer, in input_event_to_user()
65 int input_ff_effect_from_user(const char __user *buffer, size_t size, in input_ff_effect_from_user()
102 int input_event_from_user(const char __user *buffer, in input_event_from_user()
111 int input_event_to_user(char __user *buffer, in input_event_to_user()
120 int input_ff_effect_from_user(const char __user *buffer, size_t size, in input_ff_effect_from_user()
/drivers/gpu/drm/omapdrm/
Domap_gem_dmabuf.c75 static void omap_gem_dmabuf_release(struct dma_buf *buffer) in omap_gem_dmabuf_release()
85 static int omap_gem_dmabuf_begin_cpu_access(struct dma_buf *buffer, in omap_gem_dmabuf_begin_cpu_access()
100 static int omap_gem_dmabuf_end_cpu_access(struct dma_buf *buffer, in omap_gem_dmabuf_end_cpu_access()
109 static void *omap_gem_dmabuf_kmap_atomic(struct dma_buf *buffer, in omap_gem_dmabuf_kmap_atomic()
119 static void omap_gem_dmabuf_kunmap_atomic(struct dma_buf *buffer, in omap_gem_dmabuf_kunmap_atomic()
125 static void *omap_gem_dmabuf_kmap(struct dma_buf *buffer, in omap_gem_dmabuf_kmap()
135 static void omap_gem_dmabuf_kunmap(struct dma_buf *buffer, in omap_gem_dmabuf_kunmap()
144 static int omap_gem_dmabuf_mmap(struct dma_buf *buffer, in omap_gem_dmabuf_mmap()
/drivers/staging/lustre/lnet/libcfs/
Dmodule.c164 void __user *buffer, size_t *lenp, in lprocfs_call_handler()
184 loff_t pos, void __user *buffer, int nob) in __proc_dobitmasks()
225 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_dobitmasks()
232 loff_t pos, void __user *buffer, int nob) in __proc_dump_kernel()
241 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_dump_kernel()
248 loff_t pos, void __user *buffer, int nob) in __proc_daemon_file()
264 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_daemon_file()
271 void __user *buffer, in libcfs_force_lbug()
280 void __user *buffer, in proc_fail_loc()
293 loff_t pos, void __user *buffer, int nob) in __proc_cpt_table()
[all …]
/drivers/pnp/
Dinterface.c25 char *buffer; /* pointer to begin of buffer */ member
35 static int pnp_printf(pnp_info_buffer_t * buffer, char *fmt, ...) in pnp_printf()
54 static void pnp_print_port(pnp_info_buffer_t * buffer, char *space, in pnp_print_port()
66 static void pnp_print_irq(pnp_info_buffer_t * buffer, char *space, in pnp_print_irq()
99 static void pnp_print_dma(pnp_info_buffer_t * buffer, char *space, in pnp_print_dma()
151 static void pnp_print_mem(pnp_info_buffer_t * buffer, char *space, in pnp_print_mem()
187 static void pnp_print_option(pnp_info_buffer_t * buffer, char *space, in pnp_print_option()
210 pnp_info_buffer_t *buffer; in options_show() local
250 pnp_info_buffer_t *buffer; in resources_show() local
/drivers/s390/net/
Dqeth_core_mpc.h14 #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer + 0x0e) argument
15 #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer + 0x26) argument
16 #define QETH_IPA_PDU_LEN_PDU2(buffer) (buffer + 0x29) argument
17 #define QETH_IPA_PDU_LEN_PDU3(buffer) (buffer + 0x3a) argument
20 #define QETH_IPA_CMD_DEST_ADDR(buffer) (buffer + 0x2c) argument
425 char *buffer; member
694 #define QETH_IPA_ARP_DATA_POS(buffer) (buffer + IPA_PDU_HEADER_SIZE + \ argument
716 #define QETH_CM_ENABLE_ISSUER_RM_TOKEN(buffer) (buffer + 0x2c) argument
717 #define QETH_CM_ENABLE_FILTER_TOKEN(buffer) (buffer + 0x53) argument
718 #define QETH_CM_ENABLE_USER_DATA(buffer) (buffer + 0x5b) argument
[all …]
/drivers/video/
Dhdmi.c46 static void hdmi_infoframe_set_checksum(void *buffer, size_t size) in hdmi_infoframe_set_checksum()
85 ssize_t hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe *frame, void *buffer, in hdmi_avi_infoframe_pack()
192 ssize_t hdmi_spd_infoframe_pack(struct hdmi_spd_infoframe *frame, void *buffer, in hdmi_spd_infoframe_pack()
257 void *buffer, size_t size) in hdmi_audio_infoframe_pack()
350 void *buffer, size_t size) in hdmi_vendor_infoframe_pack()
401 void *buffer, size_t size) in hdmi_vendor_any_infoframe_pack()
425 hdmi_infoframe_pack(union hdmi_infoframe *frame, void *buffer, size_t size) in hdmi_infoframe_pack()
1012 void *buffer) in hdmi_avi_infoframe_unpack()
1075 void *buffer) in hdmi_spd_infoframe_unpack()
1113 void *buffer) in hdmi_audio_infoframe_unpack()
[all …]
/drivers/media/tuners/
Dtea5767.c136 unsigned char *buffer) in tea5767_status_dump()
195 unsigned char buffer[5]; in set_radio_freq() local
287 static int tea5767_read_status(struct dvb_frontend *fe, char *buffer) in tea5767_read_status()
301 static inline int tea5767_signal(struct dvb_frontend *fe, const char *buffer) in tea5767_signal()
312 static inline int tea5767_stereo(struct dvb_frontend *fe, const char *buffer) in tea5767_stereo()
325 unsigned char buffer[5]; in tea5767_get_status() local
341 unsigned char buffer[5]; in tea5767_get_rf_strength() local
353 unsigned char buffer[5]; in tea5767_standby() local
374 unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in tea5767_autodetection() local
Dtea5761.c126 static void tea5761_status_dump(unsigned char *buffer) in tea5761_status_dump()
145 unsigned char buffer[7] = {0, 0, 0, 0, 0, 0, 0 }; in __set_radio_freq() local
201 static int tea5761_read_status(struct dvb_frontend *fe, char *buffer) in tea5761_read_status()
215 static inline int tea5761_signal(struct dvb_frontend *fe, const char *buffer) in tea5761_signal()
226 static inline int tea5761_stereo(struct dvb_frontend *fe, const char *buffer) in tea5761_stereo()
239 unsigned char buffer[16]; in tea5761_get_status() local
255 unsigned char buffer[16]; in tea5761_get_rf_strength() local
267 unsigned char buffer[16]; in tea5761_autodetection() local
/drivers/firewire/
Dcore-iso.c42 int fw_iso_buffer_alloc(struct fw_iso_buffer *buffer, int page_count) in fw_iso_buffer_alloc()
67 int fw_iso_buffer_map_dma(struct fw_iso_buffer *buffer, struct fw_card *card, in fw_iso_buffer_map_dma()
90 int fw_iso_buffer_init(struct fw_iso_buffer *buffer, struct fw_card *card, in fw_iso_buffer_init()
107 int fw_iso_buffer_map_vma(struct fw_iso_buffer *buffer, in fw_iso_buffer_map_vma()
125 void fw_iso_buffer_destroy(struct fw_iso_buffer *buffer, in fw_iso_buffer_destroy()
147 size_t fw_iso_buffer_lookup(struct fw_iso_buffer *buffer, dma_addr_t completed) in fw_iso_buffer_lookup()
206 struct fw_iso_buffer *buffer, in fw_iso_context_queue()
/drivers/acpi/acpica/
Dutpredef.c144 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes) in acpi_ut_get_expected_return_types()
265 acpi_ut_display_predefined_method(char *buffer, in acpi_ut_display_predefined_method()
324 static u32 acpi_ut_get_argument_types(char *buffer, u16 argument_types) in acpi_ut_get_argument_types()
377 u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) in acpi_ut_get_resource_bit_width()
/drivers/net/ethernet/sfc/
Dtx.c50 struct efx_tx_buffer *buffer = in efx_tx_queue_get_insert_buffer() local
61 struct efx_tx_buffer *buffer, in efx_dequeue_buffer()
272 struct efx_tx_buffer *buffer = in efx_enqueue_skb_pio() local
336 struct efx_tx_buffer *buffer; in efx_enqueue_skb() local
499 struct efx_tx_buffer *buffer = &tx_queue->buffer[read_ptr]; in efx_dequeue_buffers() local
752 struct efx_tx_buffer *buffer; in efx_fini_tx_queue() local
882 struct efx_tx_buffer *buffer, unsigned int len) in efx_tsoh_get_buffer()
934 struct efx_tx_buffer *buffer; in efx_tx_queue_insert() local
976 struct efx_tx_buffer *buffer, u8 *header) in efx_tso_put_header()
1005 struct efx_tx_buffer *buffer; in efx_enqueue_unwind() local
[all …]
/drivers/gpu/drm/via/
Dvia_verifier.c520 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, in via_check_prim_list()
624 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, in via_check_header2()
716 via_parse_header2(drm_via_private_t *dev_priv, uint32_t const **buffer, in via_parse_header2()
783 verify_video_tail(uint32_t const **buffer, const uint32_t * buf_end, in verify_video_tail()
803 via_check_header1(uint32_t const **buffer, const uint32_t * buf_end) in via_check_header1()
835 via_parse_header1(drm_via_private_t *dev_priv, uint32_t const **buffer, in via_parse_header1()
853 via_check_vheader5(uint32_t const **buffer, const uint32_t *buf_end) in via_check_vheader5()
886 via_parse_vheader5(drm_via_private_t *dev_priv, uint32_t const **buffer, in via_parse_vheader5()
904 via_check_vheader6(uint32_t const **buffer, const uint32_t * buf_end) in via_check_vheader6()
941 via_parse_vheader6(drm_via_private_t *dev_priv, uint32_t const **buffer, in via_parse_vheader6()
/drivers/iio/buffer/
Dindustrialio-buffer-cb.c17 struct iio_buffer buffer; member
24 static struct iio_cb_buffer *buffer_to_cb_buffer(struct iio_buffer *buffer) in buffer_to_cb_buffer()
29 static int iio_buffer_cb_store_to(struct iio_buffer *buffer, const void *data) in iio_buffer_cb_store_to()
35 static void iio_buffer_cb_release(struct iio_buffer *buffer) in iio_buffer_cb_release()

12345678910>>...39