Home
last modified time | relevance | path

Searched defs:buf (Results 6551 - 6575 of 20352) sorted by relevance

1...<<261262263264265266267268269270>>...815

/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-sysfs.c58 max_reconnect_attempts_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) max_reconnect_attempts_store() argument
106 mpath_policy_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) mpath_policy_store() argument
146 add_path_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) add_path_store() argument
203 rtrs_clt_reconnect_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rtrs_clt_reconnect_store() argument
235 rtrs_clt_disconnect_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rtrs_clt_disconnect_store() argument
267 rtrs_clt_remove_path_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rtrs_clt_remove_path_store() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dwalkera0701.c48 unsigned char buf[25]; member
[all...]
H A Dgf2k.c144 static int gf2k_get_bits(unsigned char *buf, int pos, int num, int shift) in gf2k_get_bits() argument
H A Dgrip.c110 unsigned int i, j, buf, crc; in grip_xt_read_packet() local
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dvsxxxaa.c105 unsigned char buf[BUFLEN]; member
199 unsigned char *buf in vsxxxaa_handle_REL_packet() local
255 unsigned char *buf = mouse->buf; vsxxxaa_handle_ABS_packet() local
307 unsigned char *buf = mouse->buf; vsxxxaa_handle_POR_packet() local
377 unsigned char *buf = mouse->buf; vsxxxaa_parse_buffer() local
[all...]
H A Dtrackpoint.c104 trackpoint_show_int_attr(struct psmouse *psmouse, void *data, char *buf) trackpoint_show_int_attr() argument
117 trackpoint_set_int_attr(struct psmouse *psmouse, void *data, const char *buf, size_t count) trackpoint_set_int_attr() argument
146 trackpoint_set_bit_attr(struct psmouse *psmouse, void *data, const char *buf, size_t count) trackpoint_set_bit_attr() argument
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dexc3000.c76 u8 buf[2 * EXC3000_LEN_FRAME]; member
108 static int exc3000_read_frame(struct exc3000_data *data, u8 *buf) in exc3000_read_frame() argument
84 exc3000_report_slots(struct input_dev *input, struct touchscreen_properties *prop, const u8 *buf, int num) exc3000_report_slots() argument
140 exc3000_read_data(struct exc3000_data *data, u8 *buf, int *n_slots) exc3000_read_data() argument
169 u8 *buf = data->buf; exc3000_query_interrupt() local
193 u8 *buf = data->buf; exc3000_interrupt() local
230 fw_version_show(struct device *dev, struct device_attribute *attr, char *buf) fw_version_show() argument
285 model_show(struct device *dev, struct device_attribute *attr, char *buf) model_show() argument
[all...]
H A Dmax11801_ts.c100 u8 buf[XY_BUFSIZE]; in max11801_ts_interrupt() local
[all...]
H A Dst1232.c87 u8 *buf = &ts->read_buf[i * 4]; in st1232_ts_parse_and_report() local
H A Dektf2127.c50 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count, in ektf2127_parse_coordinates() argument
69 static void ektf2127_report_event(struct ektf2127_ts *ts, const u8 *buf) in ektf2127_report_event() argument
102 char buf[EKTF2127_TOUCH_REPORT_SIZE]; in ektf2127_irq() local
184 u8 buf[4]; ektf2127_query_dimension() local
225 u8 buf[4]; ektf2127_probe() local
[all...]
H A Degalax_ts.c69 u8 buf[MAX_I2C_DATA_LEN]; in egalax_ts_interrupt() local
[all...]
/kernel/linux/linux-5.10/drivers/ipack/
H A Dipack.c142 id_vendor_show(struct device *dev, struct device_attribute *attr, char *buf) in id_vendor_show() argument
111 id_show(struct device *dev, struct device_attribute *attr, char *buf) id_show() argument
156 id_device_show(struct device *dev, struct device_attribute *attr, char *buf) id_device_show() argument
169 modalias_show(struct device *dev, struct device_attribute *attr, char *buf) modalias_show() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_fs.c105 static ssize_t driver_stats_read(struct file *file, char __user *buf, in driver_stats_read() argument
133 static ssize_t driver_names_read(struct file *file, char __user *buf, in driver_names_read() argument
146 static ssize_t dev_counters_read(struct file *file, char __user *buf, in dev_counters_read() argument
158 static ssize_t dev_names_read(struct file *file, char __user *buf, in dev_names_read() argument
180 static ssize_t portnames_read(struct file *file, char __user *buf, in portnames_read() argument
192 portcntrs_1_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) portcntrs_1_read() argument
204 portcntrs_2_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) portcntrs_2_read() argument
224 qsfp_1_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) qsfp_1_read() argument
245 qsfp_2_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) qsfp_2_read() argument
271 flash_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) flash_read() argument
322 flash_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) flash_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dlm8333.c64 int lm8333_read_block(struct lm8333 *lm8333, u8 cmd, u8 len, u8 *buf) in lm8333_read_block() argument
H A Dhil_kbd.c105 char *buf; in hil_dev_handle_command_response() local
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dcore.c31 id_show(struct device *dev, struct device_attribute *attr, char *buf) id_show() argument
42 nrbchan_show(struct device *dev, struct device_attribute *attr, char *buf) nrbchan_show() argument
53 d_protocols_show(struct device *dev, struct device_attribute *attr, char *buf) d_protocols_show() argument
64 b_protocols_show(struct device *dev, struct device_attribute *attr, char *buf) b_protocols_show() argument
75 protocol_show(struct device *dev, struct device_attribute *attr, char *buf) protocol_show() argument
86 name_show(struct device *dev, struct device_attribute *attr, char *buf) name_show() argument
116 channelmap_show(struct device *dev, struct device_attribute *attr, char *buf) channelmap_show() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Daxp20x-pek.c87 axp20x_show_attr(struct device *dev, const struct axp20x_time *time, unsigned int mask, char *buf) axp20x_show_attr() argument
109 axp20x_show_attr_startup(struct device *dev, struct device_attribute *attr, char *buf) axp20x_show_attr_startup() argument
119 axp20x_show_attr_shutdown(struct device *dev, struct device_attribute *attr, char *buf) axp20x_show_attr_shutdown() argument
129 axp20x_store_attr(struct device *dev, const struct axp20x_time *time, unsigned int mask, const char *buf, size_t count) axp20x_store_attr() argument
174 axp20x_store_attr_startup(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) axp20x_store_attr_startup() argument
184 axp20x_store_attr_shutdown(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) axp20x_store_attr_shutdown() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_spi.c59 void *buf; in rmi_spi_manage_pools() local
270 rmi_spi_write_block(struct rmi_transport_dev *xport, u16 addr, const void *buf, size_t len) rmi_spi_write_block() argument
296 rmi_spi_read_block(struct rmi_transport_dev *xport, u16 addr, void *buf, size_t len) rmi_spi_read_block() argument
H A Drmi_smbus.c58 smb_block_write(struct rmi_transport_dev *xport, u8 commandcode, const void *buf, size_t len) smb_block_write() argument
174 smb_block_read(struct rmi_transport_dev *xport, u8 commandcode, void *buf, size_t len) smb_block_read() argument
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dsa1111ps2.c53 unsigned char buf[4]; member
/kernel/linux/linux-5.10/drivers/leds/
H A Dled-class.c27 brightness_show(struct device *dev, struct device_attribute *attr, char *buf) brightness_show() argument
38 brightness_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) brightness_store() argument
68 max_brightness_show(struct device *dev, struct device_attribute *attr, char *buf) max_brightness_show() argument
107 brightness_hw_changed_show(struct device *dev, struct device_attribute *attr, char *buf) brightness_hw_changed_show() argument
H A Dled-class-flash.c37 flash_brightness_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) flash_brightness_store() argument
66 flash_brightness_show(struct device *dev, struct device_attribute *attr, char *buf) flash_brightness_show() argument
79 max_flash_brightness_show(struct device *dev, struct device_attribute *attr, char *buf) max_flash_brightness_show() argument
89 flash_strobe_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) flash_strobe_store() argument
122 flash_strobe_show(struct device *dev, struct device_attribute *attr, char *buf) flash_strobe_show() argument
139 flash_timeout_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) flash_timeout_store() argument
168 flash_timeout_show(struct device *dev, struct device_attribute *attr, char *buf) flash_timeout_show() argument
178 max_flash_timeout_show(struct device *dev, struct device_attribute *attr, char *buf) max_flash_timeout_show() argument
188 flash_fault_show(struct device *dev, struct device_attribute *attr, char *buf) flash_fault_show() argument
[all...]
H A Dled-triggers.c79 static int led_trigger_snprintf(char *buf, ssize_t size, const char *fmt, ...) in led_trigger_snprintf() argument
94 static int led_trigger_format(char *buf, size_t size, in led_trigger_format() argument
36 led_trigger_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) led_trigger_write() argument
125 led_trigger_read(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t pos, size_t count) led_trigger_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_ib_main.c76 static int usnic_ib_dump_vf_hdr(void *obj, char *buf, int buf_sz) in usnic_ib_dump_vf_hdr() argument
83 static void usnic_ib_dump_vf(struct usnic_ib_vf *vf, char *buf, int buf_sz) in usnic_ib_dump_vf() argument
92 char *buf = kzalloc(1000, GFP_KERNEL); in usnic_ib_log_vf() local
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_cm.h105 static inline int ksock_recv(struct socket *sock, char *buf, size_t size, in ksock_recv() argument

Completed in 31 milliseconds

1...<<261262263264265266267268269270>>...815