Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 200 of 207) sorted by relevance

12

/linux-4.4.14/drivers/s390/char/
Dcon3215.c143 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 = (struct raw3215_info *) __data; in raw3215_timeout() local
312 static inline void raw3215_try_io(struct raw3215_info *raw) in raw3215_try_io()
340 struct raw3215_info *raw = (struct raw3215_info *) data; in raw3215_wakeup() local
353 static void raw3215_next_io(struct raw3215_info *raw, struct tty_struct *tty) in raw3215_next_io()
367 struct raw3215_info *raw; in raw3215_irq() local
469 static void raw3215_drop_line(struct raw3215_info *raw) in raw3215_drop_line()
491 static void raw3215_make_room(struct raw3215_info *raw, unsigned int length) in raw3215_make_room()
[all …]
/linux-4.4.14/drivers/media/rc/img-ir/
Dimg-ir-raw.c24 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_refresh_raw() local
52 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_isr_raw() local
105 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_probe_raw() local
137 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_remove_raw() local
Dimg-ir-raw.h31 static inline bool img_ir_raw_enabled(struct img_ir_priv_raw *raw) in img_ir_raw_enabled()
45 static inline bool img_ir_raw_enabled(struct img_ir_priv_raw *raw) in img_ir_raw_enabled()
Dimg-ir-rc5.c15 static int img_ir_rc5_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_rc5_scancode()
Dimg-ir-rc6.c15 static int img_ir_rc6_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_rc6_scancode()
Dimg-ir-jvc.c15 static int img_ir_jvc_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_jvc_scancode()
Dimg-ir-sanyo.c26 static int img_ir_sanyo_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sanyo_scancode()
Dimg-ir-sony.c15 static int img_ir_sony_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sony_scancode()
Dimg-ir-sharp.c15 static int img_ir_sharp_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sharp_scancode()
Dimg-ir-nec.c16 static int img_ir_nec_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_nec_scancode()
Dimg-ir.h155 struct img_ir_priv_raw raw; member
Dimg-ir-hw.c816 static void img_ir_handle_data(struct img_ir_priv *priv, u32 len, u64 raw) in img_ir_handle_data()
/linux-4.4.14/kernel/bpf/
Dinode.c30 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get()
47 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put()
64 void *raw; in bpf_fd_probe_obj() local
198 static int bpf_obj_do_pin(const struct filename *pathname, void *raw, in bpf_obj_do_pin()
237 void *raw; in bpf_obj_pin_user() local
263 void *raw; in bpf_obj_do_get() local
295 void *raw; in bpf_obj_get_user() local
/linux-4.4.14/drivers/power/
Dds2782_battery.c104 s16 raw; in ds278x_get_temp() local
125 s16 raw; in ds2782_get_current() local
151 s16 raw; in ds2782_get_voltage() local
168 u8 raw; in ds2782_get_capacity() local
180 s16 raw; in ds2786_get_current() local
191 s16 raw; in ds2786_get_voltage() local
208 u8 raw; in ds2786_get_capacity() local
Drx51_battery.c111 int raw = rx51_battery_read_adc(di->channel_temp); in rx51_battery_read_temperature() local
Dds2780_battery.c80 u8 raw[2]; in ds2780_read16() local
154 u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; in ds2780_set_rsgain_register() local
309 u8 raw; in ds2780_get_capacity() local
Dds2781_battery.c84 u8 raw[2]; in ds2781_read16() local
158 u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; in ds2781_set_rsgain_register() local
310 u8 raw; in ds2781_get_capacity() local
Dds2760_battery.c39 char raw[DS2760_DATA_SIZE]; /* raw DS2760 data */ member
/linux-4.4.14/drivers/input/misc/
Dhp_sdc_rtc.c202 int64_t raw; in hp_sdc_rtc_read_rt() local
221 int64_t raw; in hp_sdc_rtc_read_fhs() local
238 int64_t raw; in hp_sdc_rtc_read_mt() local
255 int64_t raw; in hp_sdc_rtc_read_dt() local
272 int64_t raw; in hp_sdc_rtc_read_ct() local
/linux-4.4.14/fs/jffs2/
Dgc.c129 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_pass() local
478 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live()
573 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_pristine()
888 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_deletion_dirent() local
1206 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode() local
1262 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode() local
Dxattr.c73 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
1214 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_datum()
1250 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_ref()
1287 struct jffs2_raw_node_ref *raw; in jffs2_verify_xattr() local
Dbuild.c242 struct jffs2_raw_node_ref *raw; in jffs2_build_remove_unlinked_inode() local
Dnodelist.h119 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic()
215 struct jffs2_raw_node_ref *raw; member
254 struct jffs2_raw_node_ref *raw; member
Dwbuf.c184 struct jffs2_raw_node_ref *raw, in jffs2_incore_replace_raw()
278 struct jffs2_raw_node_ref *raw, *next, *first_raw = NULL; in jffs2_wbuf_recover() local
Dsummary.c507 struct jffs2_raw_node_ref *raw in jffs2_sum_process_sum_data() local
Dscan.c362 struct jffs2_raw_node_ref *raw in jffs2_scan_xattr_node() local
/linux-4.4.14/drivers/media/rc/
Drc-ir-raw.c38 struct ir_raw_event_ctrl *raw = (struct ir_raw_event_ctrl *)data; in ir_raw_event_thread() local
323 struct ir_raw_event_ctrl *raw; in ir_raw_handler_register() local
339 struct ir_raw_event_ctrl *raw; in ir_raw_handler_unregister() local
/linux-4.4.14/drivers/video/fbdev/via/
Dvia_modesetting.c35 struct via_display_timing raw; in via_set_primary_timing() local
93 struct via_display_timing raw; in via_set_secondary_timing() local
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_rss.h33 u64 raw[8]; member
42 u64 raw[32]; member
/linux-4.4.14/include/linux/
Dioc4.h34 uint32_t raw; member
51 uint32_t raw; member
64 uint32_t raw; member
80 uint32_t raw; member
92 uint32_t raw; member
103 uint32_t raw; member
114 uint32_t raw; member
122 uint32_t raw; member
Dexportfs.h121 __u32 raw[0]; member
Dtrace_events.h123 trace_print_func raw; member
Drio.h409 u32 raw[RIO_PW_MSG_SIZE/sizeof(u32)]; member
Dperf_event.h763 struct perf_raw_record *raw; member
/linux-4.4.14/include/acpi/
Dacpi_lpat.h21 int raw; member
42 int raw) in acpi_lpat_raw_to_temp()
/linux-4.4.14/drivers/acpi/
Dacpi_lpat.c32 int raw) in acpi_lpat_raw_to_temp()
68 int i, delta_temp, delta_raw, raw; in acpi_lpat_temp_to_raw() local
Dsbshc.c57 u8 raw; member
Dacpi_video.c551 unsigned long long *level, bool raw) in acpi_video_device_lcd_get_level_current()
/linux-4.4.14/drivers/macintosh/
Dwindfarm_ad7417_sensor.c41 s16 raw; in wf_ad7417_temp_get() local
81 int chan, s32 raw, s32 *value) in wf_ad7417_adc_convert()
106 u16 raw; in wf_ad7417_adc_get() local
/linux-4.4.14/tools/testing/selftests/timers/
Draw_skew.c81 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw()
106 struct timespec mon, raw, start, end; in main() local
Dadjtick.c80 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw()
180 struct timespec raw; in main() local
/linux-4.4.14/drivers/block/
Damiflop.c662 static unsigned long scan_sync(unsigned long raw, unsigned long end) in scan_sync()
688 static unsigned long decode (unsigned long *data, unsigned long *raw, in decode()
720 unsigned long raw; in amiga_read() local
814 static unsigned long *putsec(int disk, unsigned long *raw, int cnt) in putsec()
1015 static unsigned long dos_decode(unsigned char *data, unsigned short *raw, int len) in dos_decode()
1036 unsigned long raw; in dos_read() local
1154 static unsigned long *ms_putsec(int drive, unsigned long *raw, int cnt) in ms_putsec()
1208 unsigned long raw = (unsigned long) raw_buf; in dos_write() local
Dsunvdc.c366 u64 raw[8]; in vdc_event() member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c199 struct drm_dp_sideband_msg_tx *raw) in drm_dp_encode_sideband_req()
307 struct drm_dp_sideband_msg_tx *raw) in drm_dp_encode_sideband_reply()
366 static bool drm_dp_sideband_parse_link_address(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_link_address()
418 static bool drm_dp_sideband_parse_remote_dpcd_read(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_remote_dpcd_read()
437 static bool drm_dp_sideband_parse_remote_dpcd_write(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_remote_dpcd_write()
451 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()
470 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()
492 static bool drm_dp_sideband_parse_allocate_payload_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_allocate_payload_ack()
514 static bool drm_dp_sideband_parse_query_payload_ack(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_query_payload_ack()
532 static bool drm_dp_sideband_parse_reply(struct drm_dp_sideband_msg_rx *raw, in drm_dp_sideband_parse_reply()
[all …]
Ddrm_edid.c1174 u8 *raw = (u8 *)edid; in drm_edid_is_valid() local
/linux-4.4.14/arch/x86/include/asm/
Dio_apic.h28 u32 raw; member
39 u32 raw; member
50 u32 raw; member
59 u32 raw; member
/linux-4.4.14/drivers/dma/ioat/
Dprep.c46 struct ioat_raw_descriptor *raw = descs[xor_idx_to_desc >> idx & 1]; in xor_set_src() local
53 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1]; in pq_get_src() local
60 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]]; in pq16_get_src() local
69 struct ioat_raw_descriptor *raw = descs[pq_idx_to_desc >> idx & 1]; in pq_set_src() local
81 struct ioat_raw_descriptor *raw = desc[pq16_idx_to_desc[idx]]; in pq16_set_src() local
Ddma.h181 struct ioat_raw_descriptor *raw; member
/linux-4.4.14/fs/cachefiles/
Dkey.c37 char *cachefiles_cook_key(const u8 *raw, int keylen, uint8_t type) in cachefiles_cook_key()
/linux-4.4.14/include/uapi/linux/
Dif_arcnet.h92 __u8 raw[0]; /* 507 bytes */ member
125 __u8 raw[0]; /* 508 bytes */ member
Dmedia.h135 __u8 raw[184]; member
Dsctp.h234 __u8 raw; member
Dvideodev2.h1754 } raw; member
1803 } raw; member
/linux-4.4.14/tools/perf/util/
Dannotate.h17 char *raw; member
19 char *raw; member
26 char *raw; member
Dparse-events.l39 static int raw(yyscan_t scanner) in raw() function
Dvalues.c226 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
Dbuild-id.c85 const u8 *raw = build_id; in build_id__sprintf() local
Dannotate.c145 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol()
758 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw) in disasm_line__scnprintf()
/linux-4.4.14/drivers/media/usb/as102/
Das102_fw.h29 struct as10x_raw_fw_pkt raw; member
/linux-4.4.14/arch/um/drivers/
Dtty.c15 int raw; member
Dfd.c17 int raw; member
Dchan_user.h14 const int raw; member
Dxterm.c23 int raw; member
Dpty.c21 int raw; member
Dport_user.c18 int raw; member
/linux-4.4.14/fs/qnx4/
Dqnx4.h18 struct qnx4_inode_entry raw; member
/linux-4.4.14/arch/um/os-Linux/
Dutil.c25 int raw(int fd) in raw() function
/linux-4.4.14/drivers/net/ethernet/sgi/
Dmeth.h68 u64 raw; member
75 u64 raw; member
102 volatile u64 raw; member
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dnova-t-usb2.c78 u16 raw; in nova_t_rc_query() local
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.h27 u8 raw[12]; member
/linux-4.4.14/net/bridge/
Dbr_netfilter_ipv6.c52 unsigned char *raw = (u8 *)(ipv6_hdr(skb) + 1); in br_nf_check_hbh_len() local
/linux-4.4.14/drivers/hwmon/
Dlm70.c64 s16 raw = 0; in lm70_sense_temp() local
Dntc_thermistor.c231 int raw, uv, ret; in ntc_adc_iio_read() local
/linux-4.4.14/net/ipv6/
Dip6_input.c208 bool raw; in ip6_input_finish() local
Dah6.c261 char *raw; in ipv6_clear_mutable_options() member
Dip6_tunnel.c478 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw) in ip6_tnl_parse_tlv_enc_lim()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c318 static int bnx2x_raw_wait(struct bnx2x *bp, struct bnx2x_raw_obj *raw) in bnx2x_raw_wait()
786 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_get_rx_tx_flag() local
845 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_set_cmd_hdr_e2() local
886 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_mac_e2() local
1021 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_vlan_mac_set_rdata_e1x() local
1047 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_mac_e1x() local
1070 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_vlan_e2() local
1120 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_vlan_mac_e2() local
1186 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_set_one_vlan_mac_e1h() local
1562 struct bnx2x_raw_obj *raw = &o->raw; in bnx2x_wait_vlan_mac() local
[all …]
Dbnx2x_sp.h291 struct bnx2x_raw_obj raw; member
542 struct bnx2x_raw_obj raw; member
745 struct bnx2x_raw_obj raw; member
Dbnx2x_init.h96 struct raw_op raw; member
/linux-4.4.14/drivers/usb/core/
Dusb-acpi.c174 int raw; in usb_acpi_find_companion() local
/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic_crc.c138 static int intel_crc_pmic_update_aux(struct regmap *regmap, int reg, int raw) in intel_crc_pmic_update_aux()
/linux-4.4.14/net/ipv4/
Dip_input.c200 int raw; in ip_local_deliver_finish() local
Dip_options.c565 unsigned char *raw = skb_network_header(skb); in ip_forward_options() local
Dtcp_probe.c62 struct sockaddr raw; member
/linux-4.4.14/drivers/iio/
Dinkern.c510 int raw, int *processed, unsigned int scale) in iio_convert_raw_to_processed_unlocked()
559 int iio_convert_raw_to_processed(struct iio_channel *chan, int raw, in iio_convert_raw_to_processed()
/linux-4.4.14/drivers/video/console/
Dsticore.c681 struct sti_rom *raw; in sti_get_bmode_rom() local
716 struct sti_rom *raw; in sti_get_wmode_rom() local
733 struct sti_rom *raw = NULL; in sti_read_rom() local
/linux-4.4.14/drivers/iio/dac/
Dm62332.c36 u8 raw[M62332_CHANNELS]; member
/linux-4.4.14/kernel/trace/
Dbpf_trace.c231 struct perf_raw_record raw = { in bpf_perf_event_output() local
/linux-4.4.14/include/net/
Dieee802154_netdev.h161 static inline __le64 ieee802154_devaddr_from_raw(const void *raw) in ieee802154_devaddr_from_raw()
169 static inline void ieee802154_devaddr_to_raw(void *raw, __le64 addr) in ieee802154_devaddr_to_raw()
/linux-4.4.14/arch/s390/kernel/
Dcache.c49 unsigned long long raw; member
Dperf_cpum_sf.c982 struct perf_raw_record raw; in perf_push_sample() local
/linux-4.4.14/drivers/char/
Draw.c176 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set() local
/linux-4.4.14/arch/x86/boot/compressed/
Daslr.c70 unsigned long raw, random = get_random_boot(); in get_random_long() local
/linux-4.4.14/fs/f2fs/
Drecovery.c150 struct f2fs_inode *raw = F2FS_INODE(page); in recover_inode() local
Df2fs_crypto.h73 char raw[F2FS_MAX_KEY_SIZE]; member
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Deeprom.h84 u8 raw; /* validated s6 value */ member
/linux-4.4.14/fs/efs/
Defs.h37 unsigned char raw[8]; member
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dxmit.c128 __u8 *raw = plcp->raw; in b43legacy_generate_plcp_hdr() local
/linux-4.4.14/drivers/clocksource/
Dh8300_timer16.c108 unsigned long flags, raw; in timer16_clocksource_read() local
Dsh_cmt.c618 unsigned long flags, raw; in sh_cmt_clocksource_read() local
/linux-4.4.14/drivers/net/can/softing/
Dsofting_fw.c396 ktime_t softing_raw2ktime(struct softing *card, u32 raw) in softing_raw2ktime()
/linux-4.4.14/include/linux/i2c/
Dtwl4030-madc.h52 bool raw; member
/linux-4.4.14/fs/ext4/
Dext4_crypto.h72 char raw[EXT4_MAX_KEY_SIZE]; member
Dinode.c50 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum()
77 static int ext4_inode_csum_verify(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_verify()
98 static void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_set()
/linux-4.4.14/drivers/net/wireless/b43/
Dxmit.c152 __u8 *raw = plcp->raw; in b43_generate_plcp_hdr() local
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-streams.c364 int raw = ivtv_raw_vbi(itv); in ivtv_vbi_setup() local
/linux-4.4.14/include/uapi/linux/usb/
Daudio.h293 __u8 *raw = (__u8 *) desc; in uac_mixer_unit_iMixer() local
309 __u8 *raw = (__u8 *) desc; in uac_selector_unit_iSelector() local
326 __u8 *raw = (__u8 *) desc; in uac_feature_unit_iFeature() local
/linux-4.4.14/arch/alpha/include/asm/
Derr_common.h114 } raw; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_xics.h48 unsigned long raw; member
/linux-4.4.14/net/sunrpc/
Dxdr.c1173 __be32 raw; in xdr_decode_word() local
1187 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local
/linux-4.4.14/drivers/ata/
Dsata_via.c209 u8 raw; in vt8251_scr_read() local
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_sdio.c34 u8 raw, in rsi_sdio_set_cmd52_arg()
/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c825 struct hidpp_touchpad_raw_xy *raw) in wtp_send_raw_xy_event()
850 struct hidpp_touchpad_raw_xy raw = { in wtp_mouse_raw_xy_event() local
887 struct hidpp_touchpad_raw_xy raw; in wtp_raw_event() local
Dhid-ntrig.c97 static int ntrig_version_string(unsigned char *raw, char *buf) in ntrig_version_string()
/linux-4.4.14/drivers/iio/adc/
Dtwl4030-madc.c285 bool raw) in twl4030_madc_read_channels()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-streams.c556 int raw = cx18_raw_vbi(cx); in cx18_vbi_setup() local
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_book3s.h28 u64 raw; member
Dps3.h29 u64 raw; member
/linux-4.4.14/drivers/iio/magnetometer/
Dmmc35240.c319 int raw[3]; in mmc35240_raw_to_mgauss() local
/linux-4.4.14/include/media/
Drc-core.h133 struct ir_raw_event_ctrl *raw; member
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c139 u64 raw; in rapl_read_counter() local
Dperf_event_amd_ibs.c522 struct perf_raw_record raw; in perf_ibs_handle_irq() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h118 uint8_t raw[0x100]; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ucode.h217 uint8_t raw[0x100]; member
Dradeon_combios.c374 unsigned char *raw; in radeon_combios_check_hardcoded_edid() local
/linux-4.4.14/include/uapi/linux/dvb/
Dvideo.h120 } raw; member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c878 struct lustre_mount_data *raw = (struct lustre_mount_data *)options; in lmd_parse() local
/linux-4.4.14/drivers/tty/serial/
Dsn_console.c528 static void sn_transmit_chars(struct sn_cons_port *port, int raw) in sn_transmit_chars()
/linux-4.4.14/arch/arm64/kernel/
Dsignal32.c222 __uint128_t raw; member
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c106 void *raw; member
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h248 struct sti_rom_font *raw; member
253 struct sti_rom *raw; member
/linux-4.4.14/net/sctp/
Dassociola.c1570 __u8 *raw = (__u8 *)cookie->peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie() local
/linux-4.4.14/drivers/misc/
Dbh1770glc.c272 u16 raw; in bh1770_psadjusted_to_raw() local
303 static inline u16 bh1770_lux_raw_to_adjusted(struct bh1770_chip *chip, u16 raw) in bh1770_lux_raw_to_adjusted()
/linux-4.4.14/drivers/misc/genwqe/
Dcard_dev.c1006 unsigned long arg, int raw) in do_execute_ddcb()
/linux-4.4.14/sound/soc/codecs/
Dwm_adsp.c938 const struct wmfw_adsp_alg_data *raw; in wm_coeff_parse_alg() local
968 const struct wmfw_adsp_coeff_data *raw; in wm_coeff_parse_coeff() local
/linux-4.4.14/drivers/ps3/
Dps3av.c61 u8 raw[PS3AV_BUF_SIZE]; member
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_eq.c130 u32 raw[6]; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c492 const bool raw = nvkm_boolopt(device->cfgopt, "NvPmUnnamed", all); in nvkm_perfmon_mthd_query_signal() local
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_xmit.h105 u32 raw:1; member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dsdio.c119 static inline void ath6kl_sdio_set_cmd52_arg(u32 *arg, u8 write, u8 raw, in ath6kl_sdio_set_cmd52_arg()
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.c1427 u8 raw [8]; in handle_ep0() member
Dat91_udc.c1058 u8 raw[8]; member
Dnet2272.c1735 u8 raw[8]; in net2272_handle_stat0_irqs() member
Dgr_udc.c1068 u8 raw[8]; in gr_ep0_setup() member
Dnet2280.c3027 u32 raw[2]; in handle_stat0_irqs() member
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede.h200 u32 raw; member
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c838 u8 *raw; in fm10k_tx_csum() member
/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.h197 u8 raw[EP_BUFFER_INFO_SIZE]; member
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945.h147 u8 raw[IEEE80211_FRAME_LEN]; member
Dcommon.h538 u8 raw[IEEE80211_FRAME_LEN]; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h550 } __packed raw; member
645 u8 raw[EFUSE_MAP_LEN_8723A]; member
Drtl8xxxu.c1874 unsigned char *raw = priv->efuse_wifi.raw; in rtl8192cu_parse_efuse() local
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c762 u64 raw[8]; in vnet_event_napi() member
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan_if.h56 u32 raw: 1; member
/linux-4.4.14/drivers/tty/
Dn_tty.c108 unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; member
/linux-4.4.14/drivers/gpio/
Dgpiolib.c1440 static void gpiod_set_array_value_priv(bool raw, bool can_sleep, in gpiod_set_array_value_priv()
/linux-4.4.14/drivers/iommu/
Damd_iommu.c608 static void iommu_handle_ppr_entry(struct amd_iommu *iommu, u64 *raw) in iommu_handle_ppr_entry()
639 volatile u64 *raw; in iommu_poll_ppr_log() local
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c811 __be32 raw; in read_u32_from_xdr_buf() local
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h290 u64 raw:1; member
/linux-4.4.14/lib/
Dvsprintf.c1516 struct sockaddr raw; in pointer() member
/linux-4.4.14/drivers/scsi/
Dgdth_ioctl.h103 } __attribute__((packed)) raw; /* raw service cmd. struct. */ member
Dosst.h590 unsigned char raw; /* flag OnStream raw access (32.5KB block size) */ member
Dgdth.h899 } raw[MAXBUS]; /* SCSI channels */ member
/linux-4.4.14/drivers/media/i2c/
Dov7670.c1169 unsigned char raw; in ov7670_store_cmatrix() local
/linux-4.4.14/fs/nfs/
Dsuper.c1196 static int nfs_parse_mount_options(char *raw, in nfs_parse_mount_options()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c1767 static struct mlx4_ib_gid_entry *find_gid_entry(struct mlx4_ib_qp *qp, u8 *raw) in find_gid_entry()
/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c1965 int oob_required, int page, int cached, int raw) in nfc_sram_write_page()
Dnand_base.c2412 int oob_required, int page, int cached, int raw) in nand_write_page()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c434 bool raw, bool noval) in get_gpmc_timing_reg()
/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c1595 char *raw; in o2hb_map_slot_data() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c504 u16 raw = 0; in _rtl92ee_phy_store_txpower_by_rate_base() local
Dtrx.h697 u32 raw:1; member
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-irq.c2190 u64 raw; in octeon_irq_cib_handler() local
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c3414 const struct firmware **raw, const char *name) in ipw_get_fw()
3483 static const struct firmware *raw = NULL; variable
3500 const struct firmware *raw = NULL; in ipw_load() local
Dipw2200.h522 u8 raw[TFD_CMD_IMMEDIATE_PAYLOAD_LENGTH]; member
668 u8 raw[0]; member
/linux-4.4.14/drivers/media/dvb-frontends/
Dbcm3510_priv.h39 u8 raw; member
/linux-4.4.14/fs/
Dcompat.c759 struct compat_nfs4_mount_data_v1 *raw = raw_data; in do_nfs4_super_data_conv() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7021 u8 *raw; in ixgbe_tx_csum() member
7025 u8 *raw; in ixgbe_tx_csum() member
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h188 } raw; member
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop_ibi_value_be.h10 u32 raw; member
Dflexcop_ibi_value_le.h10 u32 raw; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.h470 u32 raw:1; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h465 u32 raw:1; member
/linux-4.4.14/drivers/usb/dwc3/
Dcore.h992 u32 raw; member
/linux-4.4.14/net/packet/
Daf_packet.c166 void *raw; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.h602 u32 raw:1; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h570 u32 raw:1; member
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h442 u32 raw[64]; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.h585 u32 raw:1; member
/linux-4.4.14/kernel/events/
Dcore.c5394 } raw = { in perf_output_sample() local
6957 struct perf_raw_record raw = { in perf_tp_event() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.h640 u32 raw:1; member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h2546 uint64_t raw:32; member
2561 uint64_t raw:32; member
3299 uint64_t raw:32; member
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas.h1974 u8 raw[128]; member
1998 u8 raw[128]; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_bios.h260 u8 raw[33]; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmlx4.h747 u8 raw[MLX4_ROCE_GID_ENTRY_SIZE]; member
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.h433 } raw; member
/linux-4.4.14/include/linux/mlx5/
Ddevice.h535 __be32 raw[7]; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c2175 u8 raw[17]; member
/linux-4.4.14/include/linux/mlx4/
Ddevice.h870 u32 raw[6]; member
/linux-4.4.14/include/rdma/
Dib_verbs.h61 u8 raw[16]; member

12