/linux-5.19.10/drivers/s390/char/ |
D | con3215.c | 143 static void raw3215_mk_read_req(struct raw3215_info *raw) in raw3215_mk_read_req() 171 static void raw3215_mk_write_req(struct raw3215_info *raw) in raw3215_mk_write_req() 247 static void raw3215_start_io(struct raw3215_info *raw) in raw3215_start_io() 287 struct raw3215_info *raw = from_timer(raw, t, timer); in raw3215_timeout() local 310 static inline void raw3215_try_io(struct raw3215_info *raw) in raw3215_try_io() 335 static void raw3215_next_io(struct raw3215_info *raw, struct tty_struct *tty) in raw3215_next_io() 349 struct raw3215_info *raw; in raw3215_irq() local 454 static void raw3215_make_room(struct raw3215_info *raw, unsigned int length) in raw3215_make_room() 478 static void raw3215_write(struct raw3215_info *raw, const char *str, in raw3215_write() 519 static void raw3215_putchar(struct raw3215_info *raw, unsigned char ch) in raw3215_putchar() [all …]
|
/linux-5.19.10/drivers/staging/greybus/ |
D | raw.c | 55 static int receive_data(struct gb_raw *raw, u32 len, u8 *data) in receive_data() 93 struct gb_raw *raw = greybus_get_drvdata(connection->bundle); in gb_raw_request_handler() local 123 static int gb_raw_send(struct gb_raw *raw, u32 len, const char __user *data) in gb_raw_send() 153 struct gb_raw *raw; in gb_raw_probe() local 226 struct gb_raw *raw = greybus_get_drvdata(bundle); in gb_raw_disconnect() local 260 struct gb_raw *raw = container_of(cdev, struct gb_raw, cdev); in raw_open() local 269 struct gb_raw *raw = file->private_data; in raw_write() local 288 struct gb_raw *raw = file->private_data; in raw_read() local
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/ |
D | dc_dp_types.h | 163 uint8_t raw; member 196 uint8_t raw; member 204 uint8_t raw; member 214 uint8_t raw; member 224 uint8_t raw; member 232 uint8_t raw; member 242 uint8_t raw; member 256 uint8_t raw; member 270 uint8_t raw; member 279 uint8_t raw; member [all …]
|
/linux-5.19.10/drivers/media/rc/img-ir/ |
D | img-ir-raw.c | 20 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_refresh_raw() local 48 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_isr_raw() local 101 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_probe_raw() local 132 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_remove_raw() local
|
D | img-ir-raw.h | 27 static inline bool img_ir_raw_enabled(struct img_ir_priv_raw *raw) in img_ir_raw_enabled() 41 static inline bool img_ir_raw_enabled(struct img_ir_priv_raw *raw) in img_ir_raw_enabled()
|
/linux-5.19.10/drivers/input/misc/ |
D | hp_sdc_rtc.c | 184 int64_t raw; in hp_sdc_rtc_read_rt() local 203 int64_t raw; in hp_sdc_rtc_read_fhs() local 220 int64_t raw; in hp_sdc_rtc_read_mt() local 237 int64_t raw; in hp_sdc_rtc_read_dt() local 254 int64_t raw; in hp_sdc_rtc_read_ct() local
|
/linux-5.19.10/drivers/power/supply/ |
D | ds2782_battery.c | 100 s16 raw; in ds278x_get_temp() local 121 s16 raw; in ds2782_get_current() local 147 s16 raw; in ds2782_get_voltage() local 164 u8 raw; in ds2782_get_capacity() local 176 s16 raw; in ds2786_get_current() local 187 s16 raw; in ds2786_get_voltage() local 204 u8 raw; in ds2786_get_capacity() local
|
/linux-5.19.10/fs/jffs2/ |
D | gc.c | 129 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_pass() local 498 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live() 593 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_pristine() 908 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_deletion_dirent() local 1227 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode() local 1283 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode() local
|
D | xattr.c | 73 struct jffs2_raw_node_ref *raw; in is_xattr_datum_unchecked() local 136 struct jffs2_raw_node_ref *raw; in do_verify_xattr_datum() local 447 struct jffs2_raw_node_ref *raw; in verify_xattr_ref() local 781 struct jffs2_raw_node_ref *raw; in jffs2_build_xattr_subsystem() local 1220 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_datum() 1256 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_ref() 1293 struct jffs2_raw_node_ref *raw; in jffs2_verify_xattr() local
|
/linux-5.19.10/kernel/bpf/ |
D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() 52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() 72 void *raw; in bpf_fd_probe_obj() local 331 static int bpf_mkobj_ops(struct dentry *dentry, umode_t mode, void *raw, in bpf_mkobj_ops() 438 static int bpf_obj_do_pin(const char __user *pathname, void *raw, in bpf_obj_do_pin() 484 void *raw; in bpf_obj_pin_user() local 503 void *raw; in bpf_obj_do_get() local 534 void *raw; in bpf_obj_get_user() local
|
/linux-5.19.10/drivers/video/fbdev/via/ |
D | via_modesetting.c | 20 struct via_display_timing raw; in via_set_primary_timing() local 78 struct via_display_timing raw; in via_set_secondary_timing() local
|
/linux-5.19.10/drivers/net/ethernet/cisco/enic/ |
D | vnic_rss.h | 33 u64 raw[8]; member 42 u64 raw[32]; member
|
/linux-5.19.10/include/acpi/ |
D | acpi_lpat.h | 13 int raw; member 34 int raw) in acpi_lpat_raw_to_temp()
|
/linux-5.19.10/drivers/acpi/ |
D | acpi_lpat.c | 24 int raw) in acpi_lpat_raw_to_temp() 60 int i, delta_temp, delta_raw, raw; in acpi_lpat_temp_to_raw() local
|
/linux-5.19.10/drivers/macintosh/ |
D | windfarm_ad7417_sensor.c | 40 s16 raw; in wf_ad7417_temp_get() local 80 int chan, s32 raw, s32 *value) in wf_ad7417_adc_convert() 105 u16 raw; in wf_ad7417_adc_get() local
|
/linux-5.19.10/drivers/media/rc/ |
D | bpf-lirc.c | 141 struct ir_raw_event_ctrl *raw; in lirc_bpf_attach() local 179 struct ir_raw_event_ctrl *raw; in lirc_bpf_detach() local 215 struct ir_raw_event_ctrl *raw = rcdev->raw; in lirc_bpf_run() local
|
D | rc-ir-raw.c | 25 struct ir_raw_event_ctrl *raw = data; in ir_raw_event_thread() local 555 struct ir_raw_event_ctrl *raw = from_timer(raw, t, edge_handle); in ir_raw_edge_handle() local 703 struct ir_raw_event_ctrl *raw; in ir_raw_handler_unregister() local
|
/linux-5.19.10/tools/testing/selftests/timers/ |
D | raw_skew.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local
|
D | adjtick.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() 170 struct timespec raw; in main() local
|
/linux-5.19.10/drivers/iio/dac/ |
D | ds4424.c | 60 uint8_t raw[DS4424_MAX_DAC_CHANNELS]; member 111 union ds4424_raw_data raw; in ds4424_read_raw() local 137 union ds4424_raw_data raw; in ds4424_write_raw() local
|
/linux-5.19.10/arch/x86/include/asm/ |
D | io_apic.h | 20 u32 raw; member 31 u32 raw; member 42 u32 raw; member 51 u32 raw; member
|
/linux-5.19.10/drivers/dma/ioat/ |
D | prep.c | 34 struct ioat_raw_descriptor *raw = descs[xor_idx_to_desc >> idx & 1]; in xor_set_src() local 41 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1]; in pq_get_src() local 48 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]]; in pq16_get_src() local 57 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1]; in pq_set_src() local 69 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]]; in pq16_set_src() local
|
/linux-5.19.10/drivers/block/ |
D | amiflop.c | 779 static unsigned long scan_sync(unsigned long raw, unsigned long end) in scan_sync() 805 static unsigned long decode (unsigned long *data, unsigned long *raw, in decode() 837 unsigned long raw; in amiga_read() local 931 static unsigned long *putsec(int disk, unsigned long *raw, int cnt) in putsec() 1132 static unsigned long dos_decode(unsigned char *data, unsigned short *raw, int len) in dos_decode() 1153 unsigned long raw; in dos_read() local 1271 static unsigned long *ms_putsec(int drive, unsigned long *raw, int cnt) in ms_putsec() 1325 unsigned long raw = (unsigned long) raw_buf; in dos_write() local
|
/linux-5.19.10/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 333 struct drm_dp_sideband_msg_tx *raw) in drm_dp_encode_sideband_req() 455 drm_dp_decode_sideband_req(const struct drm_dp_sideband_msg_tx *raw, in drm_dp_decode_sideband_req() 732 struct drm_dp_sideband_msg_tx *raw) in drm_dp_encode_sideband_reply() 797 struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_link_address() 850 static bool drm_dp_sideband_parse_remote_dpcd_read(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_remote_dpcd_read() 871 static bool drm_dp_sideband_parse_remote_dpcd_write(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_remote_dpcd_write() 886 static bool drm_dp_sideband_parse_remote_i2c_read_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_remote_i2c_read_ack() 905 static bool drm_dp_sideband_parse_enum_path_resources_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_enum_path_resources_ack() 929 static bool drm_dp_sideband_parse_allocate_payload_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_allocate_payload_ack() 952 static bool drm_dp_sideband_parse_query_payload_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_query_payload_ack() [all …]
|
/linux-5.19.10/include/uapi/linux/ |
D | if_arcnet.h | 93 __u8 raw[0]; /* 507 bytes */ member 126 __u8 raw[0]; /* 508 bytes */ member
|