/drivers/xen/ |
D | sys-hypervisor.c | 41 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show() 53 static ssize_t guest_type_show(struct hyp_sysfs_attr *attr, char *buffer) in guest_type_show() 83 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show() 93 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show() 103 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show() 140 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback() 161 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show() 181 static ssize_t compiler_show(struct hyp_sysfs_attr *attr, char *buffer) in compiler_show() 199 static ssize_t compiled_by_show(struct hyp_sysfs_attr *attr, char *buffer) in compiled_by_show() 217 static ssize_t compile_date_show(struct hyp_sysfs_attr *attr, char *buffer) in compile_date_show() [all …]
|
/drivers/gpu/drm/etnaviv/ |
D | etnaviv_buffer.c | 34 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) in OUT() 44 static inline void CMD_LOAD_STATE(struct etnaviv_cmdbuf *buffer, in CMD_LOAD_STATE() 58 static inline void CMD_END(struct etnaviv_cmdbuf *buffer) in CMD_END() 65 static inline void CMD_WAIT(struct etnaviv_cmdbuf *buffer) in CMD_WAIT() 72 static inline void CMD_LINK(struct etnaviv_cmdbuf *buffer, in CMD_LINK() 82 static inline void CMD_STALL(struct etnaviv_cmdbuf *buffer, in CMD_STALL() 91 static inline void CMD_SEM(struct etnaviv_cmdbuf *buffer, u32 from, u32 to) in CMD_SEM() 99 struct etnaviv_cmdbuf *buffer, u8 pipe) in etnaviv_cmd_select_pipe() 141 static void etnaviv_buffer_replace_wait(struct etnaviv_cmdbuf *buffer, in etnaviv_buffer_replace_wait() 157 struct etnaviv_cmdbuf *buffer, unsigned int cmd_dwords) in etnaviv_buffer_reserve() [all …]
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c | 124 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/s390/char/ |
D | sclp_rw.c | 50 struct sclp_buffer *buffer; in sclp_make_buffer() local 80 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer() 90 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto() 140 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto() 177 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write() 313 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space() 329 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer() 343 sclp_set_columns(struct sclp_buffer *buffer, unsigned short columns) in sclp_set_columns() 352 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab() 385 struct sclp_buffer *buffer; in sclp_writedata_callback() local [all …]
|
/drivers/iio/ |
D | industrialio-buffer.c | 202 void iio_buffer_init(struct iio_buffer *buffer) in iio_buffer_init() 218 void iio_buffer_set_attrs(struct iio_buffer *buffer, in iio_buffer_set_attrs() 318 struct iio_buffer *buffer, int bit) in iio_scan_mask_set() 355 static int iio_scan_mask_clear(struct iio_buffer *buffer, int bit) in iio_scan_mask_clear() 362 struct iio_buffer *buffer, int bit) in iio_scan_mask_query() 382 struct iio_buffer *buffer = indio_dev->buffer; in iio_scan_el_store() local 450 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_add_channel_sysfs() local 504 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_read_length() local 514 struct iio_buffer *buffer = indio_dev->buffer; in iio_buffer_write_length() local 596 struct iio_buffer *buffer) in iio_buffer_activate() [all …]
|
/drivers/android/ |
D | binder_alloc.c | 56 static struct binder_buffer *binder_buffer_next(struct binder_buffer *buffer) in binder_buffer_next() 61 static struct binder_buffer *binder_buffer_prev(struct binder_buffer *buffer) in binder_buffer_prev() 67 struct binder_buffer *buffer) in binder_alloc_buffer_size() 79 struct binder_buffer *buffer; in binder_insert_free_buffer() local 112 struct binder_buffer *buffer; in binder_insert_allocated_buffer_locked() local 137 struct binder_buffer *buffer; in binder_alloc_prepare_to_free_locked() local 179 struct binder_buffer *buffer; in binder_alloc_prepare_to_free() local 354 struct binder_buffer *buffer; in binder_alloc_new_buf_locked() local 526 struct binder_buffer *buffer; in binder_alloc_new_buf() local 535 static void __user *buffer_start_page(struct binder_buffer *buffer) in buffer_start_page() [all …]
|
/drivers/staging/android/ion/ |
D | ion.c | 46 bool ion_buffer_cached(struct ion_buffer *buffer) in ion_buffer_cached() 53 struct ion_buffer *buffer) in ion_buffer_add() 83 struct ion_buffer *buffer; in ion_buffer_create() local 132 void ion_buffer_destroy(struct ion_buffer *buffer) in ion_buffer_destroy() 143 static void _ion_buffer_destroy(struct ion_buffer *buffer) in _ion_buffer_destroy() 158 static void *ion_buffer_kmap_get(struct ion_buffer *buffer) in ion_buffer_kmap_get() 177 static void ion_buffer_kmap_put(struct ion_buffer *buffer) in ion_buffer_kmap_put() 229 struct ion_buffer *buffer = dmabuf->priv; in ion_dma_buf_attach() local 258 struct ion_buffer *buffer = dmabuf->priv; in ion_dma_buf_detatch() local 292 struct ion_buffer *buffer = dmabuf->priv; in ion_mmap() local [all …]
|
D | ion_heap.c | 29 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
|
D | ion_system_heap.c | 63 struct ion_buffer *buffer, in alloc_buffer_page() 81 struct ion_buffer *buffer, struct page *page) in free_buffer_page() 102 struct ion_buffer *buffer, in alloc_largest_available() 126 struct ion_buffer *buffer, in ion_system_heap_allocate() 180 static void ion_system_heap_free(struct ion_buffer *buffer) in ion_system_heap_free() 364 struct ion_buffer *buffer, in ion_system_contig_heap_allocate() 409 static void ion_system_contig_heap_free(struct ion_buffer *buffer) in ion_system_contig_heap_free()
|
/drivers/connector/ |
D | cn_proc.c | 46 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/parport/ |
D | ieee1284_ops.c | 42 const void *buffer, size_t len, in parport_ieee1284_write_compat() 151 void *buffer, size_t len, in parport_ieee1284_read_nibble() 242 void *buffer, size_t len, in parport_ieee1284_read_byte() 405 const void *buffer, size_t len, in parport_ieee1284_ecp_write_data() 492 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data() 640 const void *buffer, size_t len, in parport_ieee1284_ecp_write_addr() 732 const void *buffer, size_t len, in parport_ieee1284_epp_write_data() 776 void *buffer, size_t len, in parport_ieee1284_epp_read_data() 820 const void *buffer, size_t len, in parport_ieee1284_epp_write_addr() 864 void *buffer, size_t len, in parport_ieee1284_epp_read_addr()
|
/drivers/input/ |
D | input-compat.c | 17 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/staging/lustre/lnet/libcfs/ |
D | module.c | 163 void __user *buffer, size_t *lenp, in lprocfs_call_handler() 183 loff_t pos, void __user *buffer, int nob) in __proc_dobitmasks() 224 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_dobitmasks() 231 loff_t pos, void __user *buffer, int nob) in __proc_dump_kernel() 240 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_dump_kernel() 247 loff_t pos, void __user *buffer, int nob) in __proc_daemon_file() 263 void __user *buffer, size_t *lenp, loff_t *ppos) in proc_daemon_file() 270 void __user *buffer, in libcfs_force_lbug() 279 void __user *buffer, in proc_fail_loc() 292 loff_t pos, void __user *buffer, int nob) in __proc_cpt_table() [all …]
|
/drivers/pnp/ |
D | interface.c | 26 char *buffer; /* pointer to begin of buffer */ member 36 static int pnp_printf(pnp_info_buffer_t * buffer, char *fmt, ...) in pnp_printf() 55 static void pnp_print_port(pnp_info_buffer_t * buffer, char *space, in pnp_print_port() 67 static void pnp_print_irq(pnp_info_buffer_t * buffer, char *space, in pnp_print_irq() 100 static void pnp_print_dma(pnp_info_buffer_t * buffer, char *space, in pnp_print_dma() 152 static void pnp_print_mem(pnp_info_buffer_t * buffer, char *space, in pnp_print_mem() 188 static void pnp_print_option(pnp_info_buffer_t * buffer, char *space, in pnp_print_option() 211 pnp_info_buffer_t *buffer; in options_show() local 251 pnp_info_buffer_t *buffer; in resources_show() local
|
/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 75 static int omap_gem_dmabuf_begin_cpu_access(struct dma_buf *buffer, in omap_gem_dmabuf_begin_cpu_access() 90 static int omap_gem_dmabuf_end_cpu_access(struct dma_buf *buffer, in omap_gem_dmabuf_end_cpu_access() 99 static void *omap_gem_dmabuf_kmap_atomic(struct dma_buf *buffer, in omap_gem_dmabuf_kmap_atomic() 109 static void omap_gem_dmabuf_kunmap_atomic(struct dma_buf *buffer, in omap_gem_dmabuf_kunmap_atomic() 115 static void *omap_gem_dmabuf_kmap(struct dma_buf *buffer, in omap_gem_dmabuf_kmap() 125 static void omap_gem_dmabuf_kunmap(struct dma_buf *buffer, in omap_gem_dmabuf_kunmap() 134 static int omap_gem_dmabuf_mmap(struct dma_buf *buffer, in omap_gem_dmabuf_mmap()
|
/drivers/video/ |
D | hdmi.c | 46 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() 1016 void *buffer) in hdmi_avi_infoframe_unpack() 1079 void *buffer) in hdmi_spd_infoframe_unpack() 1117 void *buffer) in hdmi_audio_infoframe_unpack() [all …]
|
/drivers/media/tuners/ |
D | tea5767.c | 136 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
|
D | tea5761.c | 126 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/s390/net/ |
D | qeth_core_mpc.h | 15 #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer + 0x0e) argument 16 #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer + 0x26) argument 17 #define QETH_IPA_PDU_LEN_PDU2(buffer) (buffer + 0x29) argument 18 #define QETH_IPA_PDU_LEN_PDU3(buffer) (buffer + 0x3a) argument 21 #define QETH_IPA_CMD_DEST_ADDR(buffer) (buffer + 0x2c) argument 457 char *buffer; member 718 #define QETH_IPA_ARP_DATA_POS(buffer) (buffer + IPA_PDU_HEADER_SIZE + \ argument 740 #define QETH_CM_ENABLE_ISSUER_RM_TOKEN(buffer) (buffer + 0x2c) argument 741 #define QETH_CM_ENABLE_FILTER_TOKEN(buffer) (buffer + 0x53) argument 742 #define QETH_CM_ENABLE_USER_DATA(buffer) (buffer + 0x5b) argument [all …]
|
/drivers/net/ethernet/sfc/falcon/ |
D | tx.c | 29 struct ef4_tx_buffer *buffer) in ef4_tx_get_copy_buffer() 47 struct ef4_tx_buffer *buffer, size_t len) in ef4_tx_get_copy_buffer_limited() 55 struct ef4_tx_buffer *buffer, in ef4_dequeue_buffer() 155 struct ef4_tx_buffer *buffer; in ef4_enqueue_skb_copy() local 188 struct ef4_tx_buffer *buffer; in ef4_tx_map_chunk() local 233 struct ef4_tx_buffer *buffer; in ef4_tx_map_data() local 273 struct ef4_tx_buffer *buffer; in ef4_enqueue_unwind() local 369 struct ef4_tx_buffer *buffer = &tx_queue->buffer[read_ptr]; in ef4_dequeue_buffers() local 611 struct ef4_tx_buffer *buffer; in ef4_fini_tx_queue() local
|
/drivers/scsi/qedf/ |
D | qedf_debugfs.c | 117 qedf_dbg_fp_int_cmd_read(struct file *filp, char __user *buffer, size_t count, in qedf_dbg_fp_int_cmd_read() 146 qedf_dbg_fp_int_cmd_write(struct file *filp, const char __user *buffer, in qedf_dbg_fp_int_cmd_write() 156 qedf_dbg_debug_cmd_read(struct file *filp, char __user *buffer, size_t count, in qedf_dbg_debug_cmd_read() 172 qedf_dbg_debug_cmd_write(struct file *filp, const char __user *buffer, in qedf_dbg_debug_cmd_write() 203 qedf_dbg_stop_io_on_error_cmd_read(struct file *filp, char __user *buffer, in qedf_dbg_stop_io_on_error_cmd_read() 223 const char __user *buffer, size_t count, in qedf_dbg_stop_io_on_error_cmd_write() 350 qedf_dbg_clear_stats_cmd_read(struct file *filp, char __user *buffer, in qedf_dbg_clear_stats_cmd_read() 363 const char __user *buffer, size_t count, in qedf_dbg_clear_stats_cmd_write()
|
/drivers/net/ethernet/sfc/ |
D | tx.c | 37 struct efx_tx_buffer *buffer) in efx_tx_get_copy_buffer() 55 struct efx_tx_buffer *buffer, size_t len) in efx_tx_get_copy_buffer_limited() 63 struct efx_tx_buffer *buffer, in efx_dequeue_buffer() 157 struct efx_tx_buffer *buffer; in efx_enqueue_skb_copy() local 277 struct efx_tx_buffer *buffer = in efx_enqueue_skb_pio() local 328 struct efx_tx_buffer *buffer; in efx_tx_map_chunk() local 389 struct efx_tx_buffer *buffer; in efx_tx_map_data() local 429 struct efx_tx_buffer *buffer; in efx_enqueue_unwind() local 594 struct efx_tx_buffer *buffer = &tx_queue->buffer[read_ptr]; in efx_dequeue_buffers() local 845 struct efx_tx_buffer *buffer; in efx_fini_tx_queue() local
|
/drivers/firewire/ |
D | core-iso.c | 42 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/ |
D | utpredef.c | 144 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/gpu/drm/via/ |
D | via_verifier.c | 520 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()
|