/linux-4.4.14/Documentation/networking/ |
H A D | cxacru-cf.py | 34 buf = sys.stdin.read(4) variable
|
/linux-4.4.14/drivers/staging/iio/ |
H A D | ring_hw.h | 21 struct iio_buffer buf; member in struct:iio_hw_buffer
|
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | fdt_empty_tree.c | 58 int fdt_create_empty_tree(void *buf, int bufsize) fdt_create_empty_tree() argument
|
/linux-4.4.14/drivers/usb/gadget/ |
H A D | usbstring.c | 40 usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf) usb_gadget_get_string() argument
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | console_32.c | 21 static int prom_nbputchar(const char *buf) prom_nbputchar() argument 46 void prom_console_write_buf(const char *buf, int len) prom_console_write_buf() argument
|
H A D | console_64.c | 15 static int __prom_console_write_buf(const char *buf, int len) __prom_console_write_buf() argument 36 void prom_console_write_buf(const char *buf, int len) prom_console_write_buf() argument
|
H A D | printf.c | 29 void notrace prom_write(const char *buf, unsigned int n) prom_write() argument
|
/linux-4.4.14/arch/um/kernel/ |
H A D | early_printk.c | 26 static int __init setup_early_printk(char *buf) setup_early_printk() argument
|
H A D | initrd.c | 65 static int load_initrd(char *filename, void *buf, int size) load_initrd() argument
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | early_printk.c | 36 static int __init setup_early_printk(char *buf) setup_early_printk() argument
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | early_printk.c | 39 static int __init setup_early_printk(char *buf) setup_early_printk() argument
|
H A D | bootinfo_proc.c | 21 static ssize_t bootinfo_read(struct file *file, char __user *buf, bootinfo_read() argument
|
/linux-4.4.14/arch/mips/boot/compressed/ |
H A D | dbg.c | 28 unsigned char buf[10]; puthex() local
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | crash_dump_64.c | 26 ssize_t copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
H A D | crash_dump_32.c | 50 ssize_t copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
/linux-4.4.14/lib/ |
H A D | halfmd4.c | 26 __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) half_md4_transform() argument
|
H A D | sha1.c | 193 void sha_init(__u32 *buf) sha_init() argument
|
H A D | test_firmware.c | 25 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, test_fw_misc_read() argument 50 trigger_request_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) trigger_request_store() argument
|
/linux-4.4.14/arch/mips/dec/prom/ |
H A D | console.c | 21 char buf[81]; prom_console_write() local
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | crash_dump.c | 25 ssize_t copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
H A D | sys_sh32.c | 37 asmlinkage ssize_t sys_pread_wrapper(unsigned int fd, char __user *buf, sys_pread_wrapper() argument 43 asmlinkage ssize_t sys_pwrite_wrapper(unsigned int fd, const char __user *buf, sys_pwrite_wrapper() argument
|
/linux-4.4.14/arch/mips/bcm47xx/ |
H A D | time.c | 35 char buf[10]; plat_time_init() local
|
/linux-4.4.14/arch/mips/paravirt/ |
H A D | serial.c | 25 static int paravirt_put_chars(u32 vtermno, const char *buf, int count) paravirt_put_chars() argument
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | io.c | 21 const unsigned char *buf = buffer; __outsl() local
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | ofconsole.c | 38 static void of_console_write(const char *buf, int len) of_console_write() argument
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | crash_dump.c | 34 copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | crash_dump.c | 33 ssize_t copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
H A D | early_printk.c | 39 static int __init setup_early_printk(char *buf) setup_early_printk() argument
|
H A D | atags_proc.c | 12 static ssize_t atags_read(struct file *file, char __user *buf, atags_read() argument
|
/linux-4.4.14/arch/arm/lib/ |
H A D | csumpartial.S | 21 buf .req r0 label
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 20 void *buf; member in struct:nfit_test_resource
|
/linux-4.4.14/tools/testing/selftests/efivarfs/ |
H A D | create-read.c | 14 char buf[4]; main() local
|
H A D | open-unlink.c | 70 char buf[5]; main() local
|
/linux-4.4.14/drivers/tty/hvc/ |
H A D | hvc_udbg.c | 35 static int hvc_udbg_put(uint32_t vtermno, const char *buf, int count) hvc_udbg_put() argument 45 static int hvc_udbg_get(uint32_t vtermno, char *buf, int count) hvc_udbg_get() argument
|
H A D | hvc_dcc.c | 24 static int hvc_dcc_put_chars(uint32_t vt, const char *buf, int count) hvc_dcc_put_chars() argument 38 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) hvc_dcc_get_chars() argument
|
H A D | hvc_rtas.c | 47 static inline int hvc_rtas_write_console(uint32_t vtermno, const char *buf, hvc_rtas_write_console() argument 60 static int hvc_rtas_read_console(uint32_t vtermno, char *buf, int count) hvc_rtas_read_console() argument
|
/linux-4.4.14/drivers/s390/char/ |
H A D | ctrlchar.c | 47 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) ctrlchar_handle() argument
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_attrs.c | 24 snic_show_sym_name(struct device *dev, struct device_attribute *attr, char *buf) snic_show_sym_name() argument 34 snic_show_state(struct device *dev, struct device_attribute *attr, char *buf) snic_show_state() argument 45 snic_show_drv_version(struct device *dev, struct device_attribute *attr, char *buf) snic_show_drv_version() argument 53 snic_show_link_state(struct device *dev, struct device_attribute *attr, char *buf) snic_show_link_state() argument
|
H A D | snic_trc.c | 65 snic_fmt_trc_data(struct snic_trc_data *td, char *buf, int buf_sz) snic_fmt_trc_data() argument 89 snic_get_trc_data(char *buf, int buf_sz) snic_get_trc_data() argument
|
/linux-4.4.14/drivers/video/fbdev/core/ |
H A D | fb_ddc.c | 25 unsigned char *buf = kmalloc(EDID_LENGTH, GFP_KERNEL); fb_do_probe_ddc_edid() local
|
H A D | fb_sys_fops.c | 16 ssize_t fb_sys_read(struct fb_info *info, char __user *buf, size_t count, fb_sys_read() argument 56 ssize_t fb_sys_write(struct fb_info *info, const char __user *buf, fb_sys_write() argument
|
/linux-4.4.14/drivers/scsi/fnic/ |
H A D | fnic_attrs.c | 23 fnic_show_state(struct device *dev, struct device_attribute *attr, char *buf) fnic_show_state() argument 32 fnic_show_drv_version(struct device *dev, struct device_attribute *attr, char *buf) fnic_show_drv_version() argument 38 fnic_show_link_state(struct device *dev, struct device_attribute *attr, char *buf) fnic_show_link_state() argument
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | debug.h | 29 char buf[256]; member in struct:output
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-queue.h | 29 cx18_buf_sync_for_cpu(struct cx18_stream *s, struct cx18_buffer *buf) cx18_buf_sync_for_cpu() argument 36 cx18_buf_sync_for_device(struct cx18_stream *s, struct cx18_buffer *buf) cx18_buf_sync_for_device() argument
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | cx24110.h | 38 u8 buf[] = { cx24110_pll_write() local
|
H A D | bsru6.h | 107 u8 buf[4]; alps_bsru6_tuner_set_params() local
|
H A D | mt352.h | 66 static inline int mt352_write(struct dvb_frontend *fe, const u8 buf[], int len) { mt352_write() argument
|
H A D | si21xx.h | 31 u8 buf[] = {reg, val}; si21xx_writeregister() local
|
H A D | stv0288.h | 61 u8 buf[] = { reg, val }; stv0288_writereg() local
|
/linux-4.4.14/drivers/oprofile/ |
H A D | oprofile_stats.c | 46 char buf[10]; oprofile_create_stats_files() local
|
/linux-4.4.14/drivers/pci/ |
H A D | vpd.c | 11 int pci_vpd_find_tag(const u8 *buf, unsigned int off, unsigned int len, u8 rdt) pci_vpd_find_tag() argument 46 int pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, pci_vpd_find_info_keyword() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | testmode.h | 28 static inline void ath6kl_tm_rx_event(struct ath6kl *ar, void *buf, ath6kl_tm_rx_event() argument
|
H A D | trace.h | 10 static inline unsigned int ath6kl_get_wmi_id(void *buf, size_t buf_len) ath6kl_get_wmi_id() argument
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
H A D | qca_framing.c | 29 qcafrm_create_header(u8 *buf, u16 length) qcafrm_create_header() argument 51 qcafrm_create_footer(u8 *buf) qcafrm_create_footer() argument 73 qcafrm_fsm_decode(struct qcafrm_handle *handle, u8 *buf, u16 buf_len, u8 recv_byte) qcafrm_fsm_decode() argument
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_dma.c | 128 void drm_legacy_free_buffer(struct drm_device *dev, struct drm_buf * buf) drm_legacy_free_buffer() argument
|
/linux-4.4.14/drivers/dio/ |
H A D | dio-sysfs.c | 20 static ssize_t dio_show_id(struct device *dev, struct device_attribute *attr, char *buf) dio_show_id() argument 29 static ssize_t dio_show_ipl(struct device *dev, struct device_attribute *attr, char *buf) dio_show_ipl() argument 38 static ssize_t dio_show_secid(struct device *dev, struct device_attribute *attr, char *buf) dio_show_secid() argument 47 static ssize_t dio_show_name(struct device *dev, struct device_attribute *attr, char *buf) dio_show_name() argument 56 static ssize_t dio_show_resource(struct device *dev, struct device_attribute *attr, char *buf) dio_show_resource() argument
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | psb_intel_modes.c | 32 u8 buf[2]; psb_intel_ddc_probe() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dp.c | 37 u8 buf[3]; nouveau_dp_probe_oui() local
|
/linux-4.4.14/arch/um/drivers/ |
H A D | slip_common.c | 5 int slip_proto_read(int fd, void *buf, int len, struct slip_proto *slip) slip_proto_read() argument 45 int slip_proto_write(int fd, void *buf, int len, struct slip_proto *slip) slip_proto_write() argument
|
H A D | cow_sys.h | 35 static inline int cow_write_file(int fd, void *buf, int size) cow_write_file() argument
|
/linux-4.4.14/arch/x86/boot/ |
H A D | cpu.c | 25 static char buf[6]; cpu_name() local
|
H A D | memory.c | 25 static struct e820entry buf; /* static so it is zeroed */ detect_memory_e820() local
|
/linux-4.4.14/arch/x86/platform/uv/ |
H A D | uv_sysfs.c | 28 partition_id_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) partition_id_show() argument 34 coherence_id_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) coherence_id_show() argument
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | srm_printk.c | 11 static char buf[1024]; srm_printk() local
|
/linux-4.4.14/lib/xz/ |
H A D | xz_crc32.c | 49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) xz_crc32() argument
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | infutil.c | 9 zlib_inflate_blob(void *gunzip_buf, unsigned int sz, const void *buf, unsigned int len) zlib_inflate_blob() argument
|
/linux-4.4.14/net/ceph/ |
H A D | auth_none.h | 15 char buf[128]; member in struct:ceph_none_authorizer
|
H A D | pagelist.c | 53 int ceph_pagelist_append(struct ceph_pagelist *pl, const void *buf, size_t len) ceph_pagelist_append() argument
|
/linux-4.4.14/net/wimax/ |
H A D | debugfs.c | 45 char buf[128]; wimax_debugfs_add() local
|
/linux-4.4.14/samples/seccomp/ |
H A D | bpf-fancy.c | 33 char buf[256]; main() local
|
/linux-4.4.14/sound/aoa/soundbus/ |
H A D | sysfs.c | 15 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) modalias_show() argument
|
/linux-4.4.14/include/crypto/ |
H A D | poly1305.h | 23 u8 buf[POLY1305_BLOCK_SIZE]; member in struct:poly1305_desc_ctx
|
/linux-4.4.14/include/linux/ |
H A D | circ_buf.h | 9 char *buf; member in struct:circ_buf
|
H A D | cciss_ioctl.h | 14 __u32 buf; /* 32 bit pointer to data buffer */ member in struct:_IOCTL32_Command_struct 24 __u32 buf; /* 32 bit pointer to data buffer */ member in struct:_BIG_IOCTL32_Command_struct
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) hvc_get_chars() argument 68 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) hvc_put_chars() argument
|
H A D | power.c | 32 auto_poweron_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) auto_poweron_show() argument 38 auto_poweron_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t n) auto_poweron_store() argument
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
H A D | spi.h | 27 spi_eeprom_read(int busid, int chipid, int address, unsigned char *buf, int len) spi_eeprom_read() argument
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | crash_dump.c | 26 ssize_t copy_oldmem_page(unsigned long pfn, char *buf, copy_oldmem_page() argument
|
/linux-4.4.14/arch/s390/crypto/ |
H A D | sha.h | 28 u8 buf[2 * SHA_MAX_BLOCK_SIZE]; member in struct:s390_sha_ctx
|
/linux-4.4.14/arch/ia64/lib/ |
H A D | clear_user.S | 19 #define buf r32 define
|
/linux-4.4.14/arch/avr32/boards/merisc/ |
H A D | merisc_sysfs.c | 21 static ssize_t merisc_model_show(struct class *class, char *buf) merisc_model_show() argument 31 static ssize_t merisc_revision_show(struct class *class, char *buf) merisc_revision_show() argument
|
/linux-4.4.14/sound/synth/emux/ |
H A D | emux_proc.c | 28 snd_emux_proc_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf) snd_emux_proc_info_read() argument
|
/linux-4.4.14/sound/usb/line6/ |
H A D | midibuf.h | 16 unsigned char *buf; member in struct:midi_buffer
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | l3.c | 50 static void sendbytes(struct l3_pins *adap, const u8 *buf, sendbytes() argument
|
H A D | rl6347a.c | 68 unsigned int index, vid, buf = 0x0; rl6347a_hw_read() local
|
H A D | sigmadsp-i2c.c | 20 uint8_t *buf; sigmadsp_write_i2c() local 42 uint8_t buf[2]; sigmadsp_read_i2c() local
|
/linux-4.4.14/tools/perf/ui/ |
H A D | setup.c | 21 char buf[PATH_MAX]; setup_gtk_browser() local
|
/linux-4.4.14/tools/perf/util/ |
H A D | abspath.c | 24 static char buf[PATH_MAX + 1]; make_nonrelative_path() local
|
H A D | strbuf.h | 48 char *buf; member in struct:strbuf
|
H A D | zlib.c | 20 unsigned char buf[CHUNK_SIZE]; gzip_decompress_to_file() local
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | isight_firmware.c | 43 unsigned char *buf = kmalloc(50, GFP_KERNEL); isight_firmware_load() local
|
/linux-4.4.14/drivers/usb/mon/ |
H A D | mon_stat.c | 45 static ssize_t mon_stat_read(struct file *file, char __user *buf, mon_stat_read() argument
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | blackfin.h | 56 static void dump_fifo_data(u8 *buf, u16 len) dump_fifo_data() argument
|
/linux-4.4.14/drivers/usb/serial/ |
H A D | navman.c | 90 navman_write(struct tty_struct *tty, struct usb_serial_port *port, const unsigned char *buf, int count) navman_write() argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_xmit.c | 26 void dump_txrpt_ccx_88e(void *buf) dump_txrpt_ccx_88e() argument 48 void handle_txrpt_ccx_88e(struct adapter *adapter, u8 *buf) handle_txrpt_ccx_88e() argument
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_cpu.h | 109 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) cfs_cpt_table_print() argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | prng.c | 110 void cfs_get_random_bytes(void *buf, int size) cfs_get_random_bytes() argument
|
/linux-4.4.14/drivers/staging/nvec/ |
H A D | nvec_paz00.c | 37 unsigned char buf[] = NVEC_LED_REQ; nvec_led_brightness_set() local
|
/linux-4.4.14/drivers/pps/ |
H A D | sysfs.c | 32 assert_show(struct device *dev, struct device_attribute *attr, char *buf) assert_show() argument 46 clear_show(struct device *dev, struct device_attribute *attr, char *buf) clear_show() argument 60 mode_show(struct device *dev, struct device_attribute *attr, char *buf) mode_show() argument 69 echo_show(struct device *dev, struct device_attribute *attr, char *buf) echo_show() argument 78 name_show(struct device *dev, struct device_attribute *attr, char *buf) name_show() argument 87 path_show(struct device *dev, struct device_attribute *attr, char *buf) path_show() argument
|
/linux-4.4.14/drivers/sh/intc/ |
H A D | userimask.c | 23 show_intc_userimask(struct device *dev, struct device_attribute *attr, char *buf) show_intc_userimask() argument 30 store_intc_userimask(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) store_intc_userimask() argument
|
/linux-4.4.14/drivers/staging/iio/adc/ |
H A D | ad7606_ring.c | 49 __u8 *buf; ad7606_poll_bh_to_ring() local
|
/linux-4.4.14/drivers/uwb/ |
H A D | driver.c | 77 beacon_timeout_ms_show(struct class *class, struct class_attribute *attr, char *buf) beacon_timeout_ms_show() argument 85 beacon_timeout_ms_store(struct class *class, struct class_attribute *attr, const char *buf, size_t size) beacon_timeout_ms_store() argument
|
H A D | scan.c | 100 uwb_rc_scan_show(struct device *dev, struct device_attribute *attr, char *buf) uwb_rc_scan_show() argument 116 uwb_rc_scan_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) uwb_rc_scan_store() argument
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
H A D | bnx2i_sysfs.c | 38 bnx2i_show_sq_info(struct device *dev, struct device_attribute *attr, char *buf) bnx2i_show_sq_info() argument 57 bnx2i_set_sq_info(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) bnx2i_set_sq_info() argument 94 bnx2i_show_ccell_info(struct device *dev, struct device_attribute *attr, char *buf) bnx2i_show_ccell_info() argument 111 bnx2i_set_ccell_info(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) bnx2i_set_ccell_info() argument
|
/linux-4.4.14/drivers/isdn/gigaset/ |
H A D | proc.c | 18 show_cidmode(struct device *dev, struct device_attribute *attr, char *buf) show_cidmode() argument 26 set_cidmode(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) set_cidmode() argument
|
/linux-4.4.14/drivers/isdn/hysdn/ |
H A D | hysdn_sched.c | 31 hysdn_sched_rx(hysdn_card *card, unsigned char *buf, unsigned short len, hysdn_sched_rx() argument 74 hysdn_sched_tx(hysdn_card *card, unsigned char *buf, hysdn_sched_tx() argument
|
/linux-4.4.14/drivers/isdn/i4l/ |
H A D | isdn_audio.h | 25 int buf[DTMF_NPOINTS]; member in struct:dtmf_state
|
/linux-4.4.14/drivers/macintosh/ |
H A D | macio_sysfs.c | 16 compatible_show (struct device *dev, struct device_attribute *attr, char *buf) compatible_show() argument 41 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) modalias_show() argument 52 devspec_show(struct device *dev, struct device_attribute *attr, char *buf) devspec_show() argument
|
/linux-4.4.14/drivers/media/common/b2c2/ |
H A D | flexcop-eeprom.c | 97 static u8 calc_lrc(u8 *buf, int len) calc_lrc() argument 134 u8 buf[8]; flexcop_eeprom_check_mac_addr() local 106 flexcop_eeprom_request(struct flexcop_device *fc, flexcop_access_op_t op, u16 addr, u8 *buf, u16 len, int retries) flexcop_eeprom_request() argument 120 flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, u8 *buf, u16 len, int retries) flexcop_eeprom_lrc_read() argument
|
/linux-4.4.14/drivers/misc/ |
H A D | ti_dac7512.c | 26 dac7512_store_val(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) dac7512_store_val() argument
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtdblock_ro.c | 29 mtdblock_readsect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) mtdblock_readsect() argument 39 mtdblock_writesect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) mtdblock_writesect() argument
|
/linux-4.4.14/drivers/mtd/ubi/ |
H A D | misc.c | 35 int ubi_calc_data_len(const struct ubi_device *ubi, const void *buf, ubi_calc_data_len() argument 63 void *buf; ubi_check_volume() local 147 int ubi_check_pattern(const void *buf, uint8_t patt, int size) ubi_check_pattern() argument
|
/linux-4.4.14/drivers/hwmon/ |
H A D | twl4030-madc-hwmon.c | 43 madc_read(struct device *dev, struct device_attribute *devattr, char *buf) madc_read() argument
|
H A D | wm8350-hwmon.c | 37 show_voltage(struct device *dev, struct device_attribute *attr, char *buf) show_voltage() argument 50 show_label(struct device *dev, struct device_attribute *attr, char *buf) show_label() argument
|
/linux-4.4.14/drivers/hwtracing/stm/ |
H A D | console.c | 39 stm_console_write(struct console *con, const char *buf, unsigned len) stm_console_write() argument
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-cd_verbose.c | 258 char buf[80]; ide_cd_log_error() local
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio.c | 79 int ssp_common_process_data(struct iio_dev *indio_dev, void *buf, ssp_common_process_data() argument
|
/linux-4.4.14/drivers/iio/common/st_sensors/ |
H A D | st_sensors_buffer.c | 25 int st_sensors_get_buffer_element(struct iio_dev *indio_dev, u8 *buf) st_sensors_get_buffer_element() argument
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | packer.c | 62 ib_pack(const struct ib_field *desc, int desc_len, void *structure, void *buf) ib_pack() argument 149 ib_unpack(const struct ib_field *desc, int desc_len, void *buf, void *structure) ib_unpack() argument
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | netup-eeprom.c | 31 unsigned char buf[2]; netup_eeprom_read() local
|
H A D | netup-init.c | 28 u8 buf[3]; i2c_av_write() local 49 u8 buf[6]; i2c_av_write4() local 73 u8 buf[2]; i2c_av_read() local
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.h | 53 static inline void ivtv_buf_sync_for_cpu(struct ivtv_stream *s, struct ivtv_buffer *buf) ivtv_buf_sync_for_cpu() argument 60 static inline void ivtv_buf_sync_for_device(struct ivtv_stream *s, struct ivtv_buffer *buf) ivtv_buf_sync_for_device() argument
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-buffer.c | 69 void saa7164_buffer_display(struct saa7164_buffer *buf) saa7164_buffer_display() argument 96 struct saa7164_buffer *buf = NULL; saa7164_buffer_alloc() local 165 int saa7164_buffer_dealloc(struct saa7164_buffer *buf) saa7164_buffer_dealloc() argument 202 int saa7164_buffer_activate(struct saa7164_buffer *buf, int i) saa7164_buffer_activate() argument 239 struct saa7164_buffer *buf; saa7164_buffer_cfg_port() local 289 struct saa7164_user_buffer *buf; saa7164_buffer_alloc_user() local 312 void saa7164_buffer_dealloc_user(struct saa7164_user_buffer *buf) saa7164_buffer_dealloc_user() argument
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_vlan.c | 42 show_parent(struct device *d, struct device_attribute *attr, char *buf) show_parent() argument
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | atarimouse.c | 68 static void atamouse_interrupt(char *buf) atamouse_interrupt() argument
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-radio-tx.c | 34 ssize_t vivid_radio_tx_write(struct file *file, const char __user *buf, vivid_radio_tx_write() argument
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
H A D | dvb_usb_urb.c | 81 int dvb_usbv2_generic_write(struct dvb_usb_device *d, u8 *buf, u16 len) dvb_usbv2_generic_write() argument 100 int dvb_usbv2_generic_write_locked(struct dvb_usb_device *d, u8 *buf, u16 len) dvb_usbv2_generic_write_locked() argument
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | drm_buffer.c | 44 int drm_buffer_alloc(struct drm_buffer **buf, int size) drm_buffer_alloc() argument 97 int drm_buffer_copy_from_user(struct drm_buffer *buf, drm_buffer_copy_from_user() argument 129 void drm_buffer_free(struct drm_buffer *buf) drm_buffer_free() argument 155 void *drm_buffer_read_object(struct drm_buffer *buf, drm_buffer_read_object() argument
|
H A D | drm_buffer.h | 50 static inline int drm_buffer_page(struct drm_buffer *buf) drm_buffer_page() argument 57 static inline int drm_buffer_index(struct drm_buffer *buf) drm_buffer_index() argument 64 static inline int drm_buffer_unprocessed(struct drm_buffer *buf) drm_buffer_unprocessed() argument 72 static inline void drm_buffer_advance(struct drm_buffer *buf, int bytes) drm_buffer_advance() argument
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
H A D | tm6000-usb-isoc.h | 49 struct tm6000_buffer *buf; member in struct:usb_isoc_ctl
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_isight.c | 39 static int isight_decode(struct uvc_video_queue *queue, struct uvc_buffer *buf, isight_decode() argument 102 uvc_video_decode_isight(struct urb *urb, struct uvc_streaming *stream, struct uvc_buffer *buf) uvc_video_decode_isight() argument
|
/linux-4.4.14/drivers/mfd/ |
H A D | wm831x-otp.c | 46 wm831x_unique_id_show(struct device *dev, struct device_attribute *attr, char *buf) wm831x_unique_id_show() argument
|
/linux-4.4.14/drivers/media/common/siano/ |
H A D | smsir.c | 38 void sms_ir_event(struct smscore_device_t *coredev, const char *buf, int len) sms_ir_event() argument
|
H A D | smsir.h | 58 sms_ir_event(struct smscore_device_t *coredev, const char *buf, int len) sms_ir_event() argument
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | sysfs.c | 36 static int get_integer(const char *buf, size_t count) get_integer() argument 50 b43_attr_interfmode_show(struct device *dev, struct device_attribute *attr, char *buf) b43_attr_interfmode_show() argument 92 b43_attr_interfmode_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) b43_attr_interfmode_store() argument
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | shpchp_sysfs.c | 38 static ssize_t show_ctrl (struct device *dev, struct device_attribute *attr, char *buf) show_ctrl() argument
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | sysfs.c | 42 i2400m_idle_timeout_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) i2400m_idle_timeout_store() argument
|
H A D | usb-notif.c | 82 int i2400mu_notification_grok(struct i2400mu *i2400mu, const void *buf, i2400mu_notification_grok() argument 197 char *buf; i2400mu_notification_setup() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | trace.h | 24 static inline u32 ath10k_frm_hdr_len(const void *buf, size_t len) ath10k_frm_hdr_len() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | sysfs.c | 62 ath5k_attr_show_noise_immunity_level_max(struct device *dev, struct device_attribute *attr, char *buf) ath5k_attr_show_noise_immunity_level_max() argument 71 ath5k_attr_show_firstep_level_max(struct device *dev, struct device_attribute *attr, char *buf) ath5k_attr_show_firstep_level_max() argument
|
/linux-4.4.14/drivers/pnp/isapnp/ |
H A D | compat.c | 12 static void pnp_convert_id(char *buf, unsigned short vendor, pnp_convert_id() argument
|
/linux-4.4.14/drivers/cpufreq/ |
H A D | cpufreq_userspace.c | 47 static ssize_t show_speed(struct cpufreq_policy *policy, char *buf) show_speed() argument
|
/linux-4.4.14/drivers/edac/ |
H A D | edac_module.c | 22 static int edac_set_debug_level(const char *buf, struct kernel_param *kp) edac_set_debug_level() argument
|
/linux-4.4.14/drivers/acpi/ |
H A D | custom_method.c | 25 static char *buf; cm_write() local
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | execvp.c | 39 int execvp_noalloc(char *buf, const char *file, char *const argv[]) execvp_noalloc() argument 135 char buf[PATH_MAX]; main() local
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
H A D | common.h | 92 static inline unsigned long __recover_optprobed_insn(kprobe_opcode_t *buf, unsigned long addr) __recover_optprobed_insn() argument
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
H A D | registers.c | 90 unsigned long get_thread_reg(int reg, jmp_buf *buf) get_thread_reg() argument
|
H A D | task_size.c | 9 static jmp_buf buf; variable
|
/linux-4.4.14/drivers/char/hw_random/ |
H A D | powernv-rng.c | 20 unsigned long *buf; powernv_rng_read() local
|
/linux-4.4.14/arch/blackfin/mm/ |
H A D | init.c | 93 char buf[64]; mem_init() local
|
/linux-4.4.14/fs/jffs2/ |
H A D | writev.c | 32 jffs2_flash_direct_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, const u_char *buf) jffs2_flash_direct_write() argument
|
/linux-4.4.14/fs/lockd/ |
H A D | procfs.c | 20 nlm_end_grace_write(struct file *file, const char __user *buf, size_t size, nlm_end_grace_write() argument 48 nlm_end_grace_read(struct file *file, char __user *buf, size_t size, nlm_end_grace_read() argument
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
H A D | gss_krb5_seqnum.c | 43 krb5_make_rc4_seq_num(struct krb5_ctx *kctx, int direction, s32 seqnum, unsigned char *cksum, unsigned char *buf) krb5_make_rc4_seq_num() argument 75 krb5_make_seq_num(struct krb5_ctx *kctx, struct crypto_blkcipher *key, int direction, u32 seqnum, unsigned char *cksum, unsigned char *buf) krb5_make_seq_num() argument 101 krb5_get_rc4_seq_num(struct krb5_ctx *kctx, unsigned char *cksum, unsigned char *buf, int *direction, s32 *seqnum) krb5_get_rc4_seq_num() argument 138 krb5_get_seq_num(struct krb5_ctx *kctx, unsigned char *cksum, unsigned char *buf, int *direction, u32 *seqnum) krb5_get_seq_num() argument
|
/linux-4.4.14/samples/hidraw/ |
H A D | hid-example.c | 46 char buf[256]; main() local
|
/linux-4.4.14/samples/kfifo/ |
H A D | bytestream-example.c | 56 unsigned char buf[6]; testfunc() local 115 static ssize_t fifo_write(struct file *file, const char __user *buf, fifo_write() argument 131 static ssize_t fifo_read(struct file *file, char __user *buf, fifo_read() argument
|
H A D | inttype-example.c | 56 int buf[6]; testfunc() local 108 static ssize_t fifo_write(struct file *file, const char __user *buf, fifo_write() argument 124 static ssize_t fifo_read(struct file *file, char __user *buf, fifo_read() argument
|
/linux-4.4.14/security/integrity/evm/ |
H A D | evm_secfs.c | 34 static ssize_t evm_read_key(struct file *filp, char __user *buf, evm_read_key() argument 61 static ssize_t evm_write_key(struct file *file, const char __user *buf, evm_write_key() argument
|
/linux-4.4.14/sound/core/ |
H A D | info_oss.c | 67 static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int dev) snd_sndstat_show_strings() argument
|
/linux-4.4.14/fs/btrfs/tests/ |
H A D | extent-buffer-tests.c | 36 char buf[32]; test_btrfs_split_item() local
|
/linux-4.4.14/fs/cifs/ |
H A D | smb2maperror.c | 2450 map_smb2_to_linux_error(char *buf, bool log_err) map_smb2_to_linux_error() argument
|
/linux-4.4.14/kernel/ |
H A D | configs.c | 58 ikconfig_read_current(struct file *file, char __user *buf, ikconfig_read_current() argument
|
H A D | stacktrace.c | 28 int snprint_stack_trace(char *buf, size_t size, snprint_stack_trace() argument
|
/linux-4.4.14/kernel/debug/kdb/ |
H A D | kdb_debugger.c | 183 void kdb_gdb_state_pass(char *buf) kdb_gdb_state_pass() argument
|
/linux-4.4.14/kernel/sched/ |
H A D | auto_group.h | 58 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) autogroup_path() argument
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | sys.c | 38 version_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) version_show() argument
|
/linux-4.4.14/fs/proc/ |
H A D | kmsg.c | 33 static ssize_t kmsg_read(struct file *file, char __user *buf, kmsg_read() argument
|
/linux-4.4.14/include/sound/ |
H A D | seq_midi_event.h | 37 unsigned char *buf; /* input buffer */ member in struct:snd_midi_event
|
/linux-4.4.14/include/uapi/linux/ |
H A D | random.h | 40 __u32 buf[0]; member in struct:rand_pool_info
|
/linux-4.4.14/include/linux/mtd/ |
H A D | nand_bch.h | 55 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, nand_bch_correct_data() argument
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | eeh_sysfs.c | 57 eeh_pe_state_show(struct device *dev, struct device_attribute *attr, char *buf) eeh_pe_state_show() argument 72 eeh_pe_state_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) eeh_pe_state_store() argument
|
H A D | proc_powerpc.c | 37 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, page_map_read() argument
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | opal-nvram.c | 29 static ssize_t opal_nvram_read(char *buf, size_t count, loff_t *index) opal_nvram_read() argument 46 static ssize_t opal_nvram_write(char *buf, size_t count, loff_t *index) opal_nvram_write() argument
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | paccess.h | 31 struct __large_pstruct { unsigned long buf[100]; }; member in struct:__large_pstruct
|
/linux-4.4.14/arch/s390/hypfs/ |
H A D | hypfs.h | 52 void *buf; member in struct:hypfs_dbfs_data
|
/linux-4.4.14/arch/s390/pci/ |
H A D | pci_mmio.c | 39 void *buf; SYSCALL_DEFINE3() local 79 void *buf; SYSCALL_DEFINE3() local
|
/linux-4.4.14/arch/sh/boot/romimage/ |
H A D | mmcif-sh7724.c | 31 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) mmcif_loader() argument
|
/linux-4.4.14/arch/mips/bcm63xx/ |
H A D | setup.c | 135 static char buf[128]; get_system_type() local
|
/linux-4.4.14/arch/mips/mm/ |
H A D | sc-debugfs.c | 21 char buf[3]; sc_prefetch_read() local 34 char buf[32]; sc_prefetch_write() local
|
/linux-4.4.14/arch/mips/oprofile/ |
H A D | common.c | 44 char buf[4]; op_mips_create_files() local
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | fpu.h | 128 static inline int fpu_setup_sigcontext(struct fpucontext *buf) { return 0; } fpu_restore_sigcontext() argument 129 static inline int fpu_restore_sigcontext(struct fpucontext *buf) { return 0; } argument
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | profile.c | 34 read_cris_profile(struct file *file, char __user *buf, read_cris_profile() argument 51 write_cris_profile(struct file *file, const char __user *buf, write_cris_profile() argument
|
/linux-4.4.14/arch/ia64/hp/sim/ |
H A D | hpsim_console.c | 48 simcons_write (struct console *cons, const char *buf, unsigned count) simcons_write() argument
|
/linux-4.4.14/arch/m68k/emu/ |
H A D | natfeat.c | 56 static char buf[256]; nfprint() local 77 char buf[256]; nf_init() local
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | trace.h | 30 static inline void decode_address(char *buf, unsigned long address) { } get_instruction() argument
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | dumpstack.c | 40 char buf[150]; show_stack() local
|
H A D | early_printk.c | 37 static struct console * __init earlyserial_init(char *buf) earlyserial_init() argument 110 int __init setup_early_printk(char *buf) setup_early_printk() argument
|
/linux-4.4.14/arch/arm/common/ |
H A D | bL_switcher_dummy_if.c | 21 static ssize_t bL_switcher_write(struct file *file, const char __user *buf, bL_switcher_write() argument
|
/linux-4.4.14/sound/drivers/opl4/ |
H A D | opl4_proc.c | 57 char* buf; snd_opl4_mem_proc_read() local 78 char *buf; snd_opl4_mem_proc_write() local
|
/linux-4.4.14/sound/firewire/digi00x/ |
H A D | digi00x-proc.c | 26 proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buf) proc_read_clock() argument
|
/linux-4.4.14/sound/firewire/oxfw/ |
H A D | oxfw-command.c | 14 u8 *buf; avc_stream_set_format() local 113 u8 *buf; avc_general_inquiry_sig_fmt() local 51 avc_stream_get_format(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, unsigned int eid) avc_stream_get_format() argument
|
/linux-4.4.14/sound/oss/ |
H A D | hex2hex.c | 13 unsigned char buf[MAX_SIZE]; variable 15 static int loadhex(FILE *inf, unsigned char *buf) loadhex() argument
|
/linux-4.4.14/drivers/xen/xenfs/ |
H A D | xenstored.c | 11 static ssize_t xsd_read(struct file *file, char __user *buf, xsd_read() argument
|
/linux-4.4.14/drivers/zorro/ |
H A D | zorro-sysfs.c | 42 show_serial(struct device *dev, struct device_attribute *attr, char *buf) show_serial() argument 52 static ssize_t zorro_show_resource(struct device *dev, struct device_attribute *attr, char *buf) zorro_show_resource() argument 64 zorro_read_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) zorro_read_config() argument 92 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) modalias_show() argument
|
/linux-4.4.14/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 17 u64 stack_size, *buf; sample_ustack() local 47 u64 *buf; test__arch_unwind_sample() local
|
/linux-4.4.14/tools/perf/arch/arm64/tests/ |
H A D | dwarf-unwind.c | 17 u64 stack_size, *buf; sample_ustack() local 47 u64 *buf; test__arch_unwind_sample() local
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
H A D | dwarf-unwind.c | 18 u64 stack_size, *buf; sample_ustack() local 48 u64 *buf; test__arch_unwind_sample() local
|
/linux-4.4.14/tools/perf/tests/ |
H A D | pmu.c | 116 char buf[PATH_MAX]; test_format_dir_put() local
|
/linux-4.4.14/tools/perf/ui/gtk/ |
H A D | progress.c | 13 char buf[1024]; gtk_ui_progress__update() local 36 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), buf); gtk_ui_progress__update() local
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 159 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, intel_pt_get_insn() argument 194 int intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf, intel_pt_insn_desc() argument
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_uninitialized_heap.c | 43 void *buf; variable
|