Home
last modified time | relevance | path

Searched defs:buf (Results 8076 - 8100 of 20041) sorted by relevance

1...<<321322323324325326327328329330>>...802

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-roccat-koneplus.c58 struct koneplus_actual_profile buf; in koneplus_get_actual_profile() local
70 struct koneplus_actual_profile buf; in koneplus_set_actual_profile() local
81 koneplus_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_read() argument
106 koneplus_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) koneplus_sysfs_write() argument
185 koneplus_sysfs_read_profilex_settings(struct file *fp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) koneplus_sysfs_read_profilex_settings() argument
203 koneplus_sysfs_read_profilex_buttons(struct file *fp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) koneplus_sysfs_read_profilex_buttons() argument
240 koneplus_sysfs_show_actual_profile(struct device *dev, struct device_attribute *attr, char *buf) koneplus_sysfs_show_actual_profile() argument
248 koneplus_sysfs_set_actual_profile(struct device *dev, struct device_attribute *attr, char const *buf, size_t size) koneplus_sysfs_set_actual_profile() argument
296 koneplus_sysfs_show_firmware_version(struct device *dev, struct device_attribute *attr, char *buf) koneplus_sysfs_show_firmware_version() argument
[all...]
H A Dhid-roccat-isku.c39 struct isku_actual_profile buf; in isku_get_actual_profile() local
49 struct isku_actual_profile buf; in isku_set_actual_profile() local
31 isku_receive(struct usb_device *usb_dev, uint command, void *buf, uint size) isku_receive() argument
59 isku_sysfs_show_actual_profile(struct device *dev, struct device_attribute *attr, char *buf) isku_sysfs_show_actual_profile() argument
67 isku_sysfs_set_actual_profile(struct device *dev, struct device_attribute *attr, char const *buf, size_t size) isku_sysfs_set_actual_profile() argument
115 isku_sysfs_read(struct file *fp, struct kobject *kobj, char *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_read() argument
137 isku_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) isku_sysfs_write() argument
[all...]
H A Dhid-lg.c803 u8 *buf = kmemdup(cbuf, sizeof(cbuf), GFP_KERNEL); in lg_probe() local
H A Dhid-roccat-arvo.c26 arvo_sysfs_show_mode_key(struct device *dev, struct device_attribute *attr, char *buf) arvo_sysfs_show_mode_key() argument
46 arvo_sysfs_set_mode_key(struct device *dev, struct device_attribute *attr, char const *buf, size_t size) arvo_sysfs_set_mode_key() argument
76 arvo_sysfs_show_key_mask(struct device *dev, struct device_attribute *attr, char *buf) arvo_sysfs_show_key_mask() argument
96 arvo_sysfs_set_key_mask(struct device *dev, struct device_attribute *attr, char const *buf, size_t size) arvo_sysfs_set_key_mask() argument
141 arvo_sysfs_show_actual_profile(struct device *dev, struct device_attribute *attr, char *buf) arvo_sysfs_show_actual_profile() argument
150 arvo_sysfs_set_actual_profile(struct device *dev, struct device_attribute *attr, char const *buf, size_t size) arvo_sysfs_set_actual_profile() argument
185 arvo_sysfs_write(struct file *fp, struct kobject *kobj, void const *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_write() argument
204 arvo_sysfs_read(struct file *fp, struct kobject *kobj, void *buf, loff_t off, size_t count, size_t real_size, uint command) arvo_sysfs_read() argument
226 arvo_sysfs_write_button(struct file *fp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) arvo_sysfs_write_button() argument
236 arvo_sysfs_read_info(struct file *fp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) arvo_sysfs_read_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/surface-hid/
H A Dsurface_kbd.c34 static int ssam_kbd_get_descriptor(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len) in ssam_kbd_get_descriptor() argument
81 static int ssam_kbd_get_feature_report(struct surface_hid_device *shid, u8 *buf, size_t len) in ssam_kbd_get_feature_report() argument
152 static int skbd_get_caps_led_value(struct hid_device *hid, u8 rprt_id, u8 *buf, size_t len) in skbd_get_caps_led_value() argument
184 static int skbd_output_report(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len) in skbd_output_report() argument
200 static int skbd_get_feature_report(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len) in skbd_get_feature_report() argument
225 skbd_set_feature_report(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len) skbd_set_feature_report() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dda9052-hwmon.c85 da9052_vddout_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_vddout_show() argument
117 da9052_ich_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_ich_show() argument
131 da9052_tbat_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_tbat_show() argument
139 da9052_vbat_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_vbat_show() argument
152 da9052_misc_channel_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_misc_channel_show() argument
240 da9052_tsi_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_tsi_show() argument
257 da9052_tjunc_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_tjunc_show() argument
279 da9052_vbbat_show(struct device *dev, struct device_attribute *devattr, char *buf) da9052_vbbat_show() argument
292 label_show(struct device *dev, struct device_attribute *devattr, char *buf) label_show() argument
[all...]
H A Dda9055-hwmon.c138 da9055_auto_ch_show(struct device *dev, struct device_attribute *devattr, char *buf) da9055_auto_ch_show() argument
175 da9055_tjunc_show(struct device *dev, struct device_attribute *devattr, char *buf) da9055_tjunc_show() argument
198 label_show(struct device *dev, struct device_attribute *devattr, char *buf) label_show() argument
H A Datxp1.c76 cpu0_vid_show(struct device *dev, struct device_attribute *attr, char *buf) cpu0_vid_show() argument
90 cpu0_vid_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) cpu0_vid_store() argument
152 gpio1_show(struct device *dev, struct device_attribute *attr, char *buf) gpio1_show() argument
165 gpio1_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) gpio1_store() argument
197 gpio2_show(struct device *dev, struct device_attribute *attr, char *buf) gpio2_show() argument
210 gpio2_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) gpio2_store() argument
[all...]
H A Dg760a.c106 fan1_input_show(struct device *dev, struct device_attribute *da, char *buf) fan1_input_show() argument
120 fan1_alarm_show(struct device *dev, struct device_attribute *da, char *buf) fan1_alarm_show() argument
130 pwm1_show(struct device *dev, struct device_attribute *da, char *buf) pwm1_show() argument
138 pwm1_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) pwm1_store() argument
H A Dmax197.c88 max197_show_range(struct device *dev, struct device_attribute *devattr, char *buf) max197_show_range() argument
115 max197_store_range(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) max197_store_range() argument
170 max197_show_input(struct device *dev, struct device_attribute *devattr, char *buf) max197_show_input() argument
208 name_show(struct device *dev, struct device_attribute *attr, char *buf) name_show() argument
H A Dpcf8591.c94 out0_output_show(struct device *dev, struct device_attribute *attr, char *buf) out0_output_show() argument
101 out0_output_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) out0_output_store() argument
125 out0_enable_show(struct device *dev, struct device_attribute *attr, char *buf) out0_enable_show() argument
132 out0_enable_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) out0_enable_store() argument
[all...]
H A Dsch5636.c160 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
166 in_value_show(struct device *dev, struct device_attribute *devattr, char *buf) in_value_show() argument
182 in_label_show(struct device *dev, struct device_attribute *devattr, char *buf) in_label_show() argument
191 temp_value_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_value_show() argument
205 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
219 temp_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_alarm_show() argument
233 fan_value_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_value_show() argument
250 fan_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_fault_show() argument
264 fan_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_alarm_show() argument
[all...]
H A Dscpi-hwmon.c86 scpi_show_sensor(struct device *dev, struct device_attribute *attr, char *buf) in scpi_show_sensor() argument
115 scpi_show_label(struct device *dev, struct device_attribute *attr, char *buf) in scpi_show_label() argument
H A Dad7418.c126 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_show() argument
141 adc_show(struct device *dev, struct device_attribute *devattr, char *buf) adc_show() argument
156 temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_store() argument
H A Demc6w201.c179 in_show(struct device *dev, struct device_attribute *devattr, char *buf) in_show() argument
190 in_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) in_store() argument
218 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_show() argument
228 temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_store() argument
257 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
273 fan_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_store() argument
[all...]
H A Demc1403.c35 temp_show(struct device *dev, struct device_attribute *attr, char *buf) temp_show() argument
49 bit_show(struct device *dev, struct device_attribute *attr, char *buf) bit_show() argument
63 temp_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) temp_store() argument
80 bit_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) bit_store() argument
98 show_hyst_common(struct device *dev, struct device_attribute *attr, char *buf, bool is_min) show_hyst_common() argument
120 hyst_show(struct device *dev, struct device_attribute *attr, char *buf) hyst_show() argument
126 min_hyst_show(struct device *dev, struct device_attribute *attr, char *buf) min_hyst_show() argument
132 hyst_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) hyst_store() argument
[all...]
H A Dds620.c129 temp_show(struct device *dev, struct device_attribute *da, char *buf) temp_show() argument
141 temp_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_store() argument
166 alarm_show(struct device *dev, struct device_attribute *da, char *buf) alarm_show() argument
H A Dlm77.c131 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_show() argument
140 temp_hyst_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_hyst_show() argument
154 temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_store() argument
181 temp_hyst_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_hyst_store() argument
203 alarm_show(struct device *dev, struct device_attribute *attr, char *buf) alarm_show() argument
[all...]
H A Dlm73.c62 temp_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_store() argument
81 temp_show(struct device *dev, struct device_attribute *da, char *buf) temp_show() argument
98 convrate_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) convrate_store() argument
133 convrate_show(struct device *dev, struct device_attribute *da, char *buf) convrate_show() argument
143 maxmin_alarm_show(struct device *dev, struct device_attribute *da, char *buf) maxmin_alarm_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dq54sj108a2.c73 static ssize_t q54sj108a2_debugfs_read(struct file *file, char __user *buf, in q54sj108a2_debugfs_read() argument
175 static ssize_t q54sj108a2_debugfs_write(struct file *file, const char __user *buf, in q54sj108a2_debugfs_write() argument
280 u8 buf[I2C_SMBUS_BLOCK_MAX + 1]; in q54sj108a2_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/greybus/
H A Dcontrol.c402 vendor_string_show(struct device *dev, struct device_attribute *attr, char *buf) vendor_string_show() argument
411 product_string_show(struct device *dev, struct device_attribute *attr, char *buf) product_string_show() argument
/kernel/linux/linux-6.6/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c401 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c453 static u16 *le16buf_to_cpu(struct kunit *test, const __le16 *buf, size_t buf_size) in le16buf_to_cpu() argument
468 static u32 *le32buf_to_cpu(struct kunit *test, const __le32 *buf, size_t buf_size) in le32buf_to_cpu() argument
483 static __le32 *cpubuf_to_le32(struct kunit *test, const u32 *buf, size_t buf_size) in cpubuf_to_le32() argument
512 u8 *buf = NULL; in drm_test_fb_xrgb8888_to_gray8() local
542 u8 *buf = NULL; drm_test_fb_xrgb8888_to_rgb332() local
572 u16 *buf = NULL; drm_test_fb_xrgb8888_to_rgb565() local
608 u16 *buf = NULL; drm_test_fb_xrgb8888_to_xrgb1555() local
639 u16 *buf = NULL; drm_test_fb_xrgb8888_to_argb1555() local
670 u16 *buf = NULL; drm_test_fb_xrgb8888_to_rgba5551() local
701 u8 *buf = NULL; drm_test_fb_xrgb8888_to_rgb888() local
735 u32 *buf = NULL; drm_test_fb_xrgb8888_to_argb8888() local
766 u32 *buf = NULL; drm_test_fb_xrgb8888_to_xrgb2101010() local
797 u32 *buf = NULL; drm_test_fb_xrgb8888_to_argb2101010() local
828 u8 *buf = NULL; drm_test_fb_xrgb8888_to_mono() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dili9486.c50 __be16 *buf; in waveshare_command() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c39 struct vmw_bo *buf; member
88 vmw_overlay_send_put(struct vmw_private *dev_priv, struct vmw_bo *buf, struct drm_vmw_control_stream_arg *arg, bool interruptible) vmw_overlay_send_put() argument
219 vmw_overlay_move_buffer(struct vmw_private *dev_priv, struct vmw_bo *buf, bool pin, bool inter) vmw_overlay_move_buffer() argument
291 vmw_overlay_update_stream(struct vmw_private *dev_priv, struct vmw_bo *buf, struct drm_vmw_control_stream_arg *arg, bool interruptible) vmw_overlay_update_stream() argument
430 struct vmw_bo *buf; vmw_overlay_ioctl() local
[all...]

Completed in 23 milliseconds

1...<<321322323324325326327328329330>>...802