/linux-4.4.14/sound/ |
H A D | sound_firmware.c | 14 char *dp; do_mod_firmware_load() local
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
H A D | ipuv3-plane.h | 22 struct ipu_dp *dp; member in struct:ipu_plane
|
H A D | ipuv3-plane.c | 382 ipu_plane_init(struct drm_device *dev, struct ipu_soc *ipu, int dma, int dp, unsigned int possible_crtcs, enum drm_plane_type type) ipu_plane_init() argument
|
H A D | ipuv3-crtc.c | 351 int dp = -EINVAL; ipu_crtc_init() local
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_writeq.h | 29 struct seq_oss_devinfo *dp; member in struct:seq_oss_writeq
|
H A D | seq_oss_ioctl.c | 31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) snd_seq_oss_synth_info_user() argument 44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) snd_seq_oss_midi_info_user() argument 57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) snd_seq_oss_oob_user() argument 74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) snd_seq_oss_ioctl() argument
|
H A D | seq_oss_timer.h | 31 struct seq_oss_devinfo *dp; member in struct:seq_oss_timer
|
H A D | seq_oss_writeq.c | 37 snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen) snd_seq_oss_writeq_new() argument 96 struct seq_oss_devinfo *dp = q->dp; snd_seq_oss_writeq_sync() local
|
H A D | seq_oss_readq.c | 46 snd_seq_oss_readq_new(struct seq_oss_devinfo *dp, int maxlen) snd_seq_oss_readq_new() argument
|
H A D | seq_oss_rw.c | 44 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count) snd_seq_oss_read() argument 96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) snd_seq_oss_write() argument 164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) insert_queue() argument 200 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) snd_seq_oss_poll() argument
|
H A D | seq_oss_timer.c | 46 snd_seq_oss_timer_new(struct seq_oss_devinfo *dp) snd_seq_oss_timer_new() argument 140 send_timer_event(struct seq_oss_devinfo *dp, int type, int value) send_timer_event() argument 162 struct seq_oss_devinfo *dp = timer->dp; snd_seq_oss_timer_start() local
|
H A D | seq_oss.c | 146 struct seq_oss_devinfo *dp; odev_release() local 161 struct seq_oss_devinfo *dp; odev_read() local 172 struct seq_oss_devinfo *dp; odev_write() local 182 struct seq_oss_devinfo *dp; odev_ioctl() local 198 struct seq_oss_devinfo *dp; odev_poll() local
|
H A D | seq_oss_event.c | 54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) snd_seq_oss_process_event() argument 107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) old_event() argument 133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) extended_event() argument 187 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) chn_voice_event() argument 208 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) chn_common_event() argument 235 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) timing_event() argument 270 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) local_event() argument 286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_on_event() argument 346 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) note_off_event() argument 382 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) set_note_event() argument 400 set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev) set_control_event() argument 418 set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev) set_echo_event() argument 435 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data; snd_seq_oss_event_input() local
|
H A D | seq_oss_device.h | 148 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) snd_seq_oss_dispatch() argument 155 snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg) snd_seq_oss_control() argument 162 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, snd_seq_oss_fill_addr() argument
|
H A D | seq_oss_init.c | 188 struct seq_oss_devinfo *dp; snd_seq_oss_open() local 313 create_port(struct seq_oss_devinfo *dp) create_port() argument 347 delete_port(struct seq_oss_devinfo *dp) delete_port() argument 361 alloc_seq_queue(struct seq_oss_devinfo *dp) alloc_seq_queue() argument 402 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; free_devinfo() local 418 snd_seq_oss_release(struct seq_oss_devinfo *dp) snd_seq_oss_release() argument 442 snd_seq_oss_reset(struct seq_oss_devinfo *dp) snd_seq_oss_reset() argument 493 struct seq_oss_devinfo *dp; snd_seq_oss_system_info_read() local
|
H A D | seq_oss_midi.c | 280 snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp) snd_seq_oss_midi_setup() argument 289 snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp) snd_seq_oss_midi_cleanup() argument 302 snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode) snd_seq_oss_midi_open_all() argument 314 get_mididev(struct seq_oss_devinfo *dp, int dev) get_mididev() argument 326 snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode) snd_seq_oss_midi_open() argument 393 snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev) snd_seq_oss_midi_close() argument 430 snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev) snd_seq_oss_midi_filemode() argument 453 snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev) snd_seq_oss_midi_reset() argument 501 snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr) snd_seq_oss_midi_get_addr() argument 519 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data; snd_seq_oss_midi_input() local 545 send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev) send_synth_event() argument 606 send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev) send_midi_event() argument 634 snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev) snd_seq_oss_midi_putc() argument 653 snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf) snd_seq_oss_midi_make_info() argument
|
H A D | seq_oss_synth.c | 212 snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp) snd_seq_oss_synth_setup() argument 271 snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp) snd_seq_oss_synth_setup_midi() argument 305 snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp) snd_seq_oss_synth_cleanup() argument 346 is_midi_dev(struct seq_oss_devinfo *dp, int dev) is_midi_dev() argument 359 get_synthdev(struct seq_oss_devinfo *dp, int dev) get_synthdev() argument 400 snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev) snd_seq_oss_synth_reset() argument 453 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt, snd_seq_oss_synth_load_patch() argument 479 snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev) snd_seq_oss_synth_is_valid() argument 497 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) snd_seq_oss_synth_sysex() argument 554 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) snd_seq_oss_synth_addr() argument 568 snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd, unsigned long addr) snd_seq_oss_synth_ioctl() argument 590 snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev) snd_seq_oss_synth_raw_event() argument 604 snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf) snd_seq_oss_synth_make_info() argument
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | micropatch.c | 626 volatile uint *dp; /* Dual-ported RAM. */ cpm_load_patch() local
|
H A D | dcr.c | 66 struct device_node *dp; dcr_map_generic() local 159 struct device_node *dp; of_translate_dcr_address() local
|
H A D | dart_iommu.c | 168 unsigned int *dp; dart_build() local 206 unsigned int *dp; dart_free() local
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
H A D | nv_of.c | 31 struct device_node *parent, *dp; nvidia_probe_of_connector() local
|
/linux-4.4.14/lib/raid6/ |
H A D | recov_avx2.c | 25 u8 *p, *q, *dp, *dq; raid6_2data_recov_avx2() local
|
H A D | recov_ssse3.c | 25 u8 *p, *q, *dp, *dq; raid6_2data_recov_ssse3() local
|
H A D | recov.c | 28 u8 *p, *q, *dp, *dq; raid6_2data_recov_intx1() local
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | power.c | 26 static int has_button_interrupt(unsigned int irq, struct device_node *dp) has_button_interrupt() argument
|
H A D | auxio_64.c | 107 struct device_node *dp = dev->dev.of_node; auxio_probe() local
|
H A D | devices.c | 56 struct device_node *dp; __cpu_find_by() local
|
H A D | of_device_common.c | 60 struct device_node *dp; of_propagate_archdata() local 75 static void get_cells(struct device_node *dp, int *addrc, int *sizec) get_cells() argument 151 struct device_node *dp = np; of_bus_sbus_match() local
|
H A D | prom_32.c | 61 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) sparc32_path_component() argument 77 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) sbus_path_component() argument 94 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) pci_path_component() argument 119 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) ebus_path_component() argument 136 static void __init ambapp_path_component(struct device_node *dp, char *tmp_buf) ambapp_path_component() argument 175 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) __build_path_component() argument 197 char * __init build_path_component(struct device_node *dp) build_path_component() argument 217 struct device_node *dp; of_console_init() local 335 void __init irq_trans_init(struct device_node *dp) irq_trans_init() argument
|
H A D | prom_common.c | 54 int of_set_property(struct device_node *dp, const char *name, void *val, int len) of_set_property() argument
|
H A D | time_32.c | 270 struct device_node *dp = op->dev.of_node; clock_probe() local
|
H A D | of_device_32.c | 276 struct device_node *dp = op->dev.of_node; build_device_resources() local 338 static struct platform_device * __init scan_one_device(struct device_node *dp, scan_one_device() argument 393 static void __init scan_tree(struct device_node *dp, struct device *parent) scan_tree() argument
|
H A D | prom_64.c | 73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) sun4v_path_component() argument 114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) sun4u_path_component() argument 149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) sbus_path_component() argument 166 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) pci_path_component() argument 191 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) upa_path_component() argument 213 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) vdev_path_component() argument 228 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) ebus_path_component() argument 246 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) i2c_path_component() argument 265 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) usb_path_component() argument 286 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) ieee1394_path_component() argument 306 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) __build_path_component() argument 357 char * __init build_path_component(struct device_node *dp) build_path_component() argument 432 struct device_node *dp; of_iterate_over_cpus() local 465 static void *check_cpu_node(struct device_node *dp, int cpuid, int id) check_cpu_node() argument 477 static void *record_one_cpu(struct device_node *dp, int cpuid, int arg) record_one_cpu() argument 496 static void *fill_in_one_cpu(struct device_node *dp, int cpuid, int arg) fill_in_one_cpu() argument 596 struct device_node *dp; of_console_init() local
|
H A D | vio.c | 150 struct device_node *dp; show_pciobppath_attr() local 207 struct device_node *dp; vio_create_one() local
|
H A D | leon_kernel.c | 486 void __init leon_trans_init(struct device_node *dp) leon_trans_init() argument
|
H A D | of_device_64.c | 354 struct device_node *dp = op->dev.of_node; build_device_resources() local 419 apply_interrupt_map(struct device_node *dp, struct device_node *pp, apply_interrupt_map() argument 478 static unsigned int __init pci_irq_swizzle(struct device_node *dp, pci_irq_swizzle() argument 536 struct device_node *dp = op->dev.of_node; build_one_device_irq() local 635 static struct platform_device * __init scan_one_device(struct device_node *dp, scan_one_device() argument 688 static void __init scan_tree(struct device_node *dp, struct device *parent) scan_tree() argument
|
H A D | sun4d_irq.c | 251 struct device_node *dp; sun4d_distribute_irqs() local 326 struct device_node *dp = op->dev.of_node; sun4d_build_device_irq() local 419 struct device_node *dp; sun4d_init_timers() local 485 struct device_node *dp; sun4d_init_sbi_irq() local
|
H A D | sun4m_irq.c | 359 struct device_node *dp = of_find_node_by_name(NULL, "counter"); sun4m_init_timers() local 436 struct device_node *dp = of_find_node_by_name(NULL, "interrupt"); sun4m_init_IRQ() local
|
H A D | time_64.c | 523 struct device_node *dp = op->dev.of_node; mostek_probe() local 588 struct device_node *dp; sparc64_init_timers() local
|
H A D | irq_64.c | 911 struct device_node *dp; map_prom_timers() local
|
H A D | pci.c | 586 struct device_node *dp; show_pciobppath_attr() local
|
/linux-4.4.14/net/openvswitch/ |
H A D | dp_notify.c | 30 struct datapath *dp; dp_detach_port_notify() local 50 struct datapath *dp; ovs_dp_notify_wq() local
|
H A D | vport-netdev.c | 80 static struct net_device *get_dpdev(const struct datapath *dp) get_dpdev() argument
|
H A D | vport.h | 84 struct datapath *dp; member in struct:vport 112 struct datapath *dp; member in struct:vport_parms
|
H A D | datapath.h | 157 static inline struct net *ovs_dp_get_net(const struct datapath *dp) ovs_dp_get_net() argument 162 static inline void ovs_dp_set_net(struct datapath *dp, struct net *net) ovs_dp_set_net() argument 169 static inline struct vport *ovs_vport_rcu(const struct datapath *dp, int port_no) ovs_vport_rcu() argument 175 static inline struct vport *ovs_vport_ovsl_rcu(const struct datapath *dp, int port_no) ovs_vport_ovsl_rcu() argument 181 static inline struct vport *ovs_vport_ovsl(const struct datapath *dp, int port_no) ovs_vport_ovsl() argument
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_sysfs_test.c | 46 struct dirent *dp; check_all_cpu_dscr_defaults() local
|
/linux-4.4.14/drivers/mtd/maps/ |
H A D | sun_uflash.c | 50 int uflash_devinit(struct platform_device *op, struct device_node *dp) uflash_devinit() argument 112 struct device_node *dp = op->dev.of_node; uflash_probe() local
|
H A D | physmap_of.c | 80 struct device_node *dp = dev->dev.of_node; obsolete_probe() local 115 static const char * const *of_get_probes(struct device_node *dp) of_get_probes() argument 157 struct device_node *dp = dev->dev.of_node; of_flash_probe() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | priv.h | 22 int (* dp)(struct nvkm_disp *, int index, struct dcb_output *, member in struct:nvkm_disp_func_outp
|
H A D | nv50.h | 65 int (* dp)(struct nvkm_disp *, int index, struct dcb_output *, member in struct:nv50_disp_func_outp
|
H A D | dport.c | 49 dp_set_link_config(struct dp_state *dp) dp_set_link_config() argument 105 dp_set_training_pattern(struct dp_state *dp, u8 pattern) dp_set_training_pattern() argument 120 dp_link_train_commit(struct dp_state *dp, bool pc) dp_link_train_commit() argument 166 dp_link_train_update(struct dp_state *dp, bool pc, u32 delay) dp_link_train_update() argument 194 dp_link_train_cr(struct dp_state *dp) dp_link_train_cr() argument 228 dp_link_train_eq(struct dp_state *dp) dp_link_train_eq() argument 260 dp_link_train_init(struct dp_state *dp, bool spread) dp_link_train_init() argument 286 dp_link_train_fini(struct dp_state *dp) dp_link_train_fini() argument 329 }, *dp = &_dp; nvkm_dp_train() local
|
/linux-4.4.14/lib/mpi/ |
H A D | mpih-div.c | 58 mpihelp_divrem(mpi_ptr_t qp, mpi_size_t qextra_limbs, mpi_ptr_t np, mpi_size_t nsize, mpi_ptr_t dp, mpi_size_t dsize) mpihelp_divrem() argument
|
/linux-4.4.14/net/dccp/ |
H A D | diag.c | 21 struct dccp_sock *dp = dccp_sk(sk); dccp_get_info() local
|
H A D | minisocks.c | 247 dccp_reqsk_init(struct request_sock *req, struct dccp_sock const *dp, struct sk_buff const *skb) dccp_reqsk_init() argument
|
H A D | timer.c | 243 struct dccp_sock *dp = dccp_sk(sk); dccp_init_xmit_timers() local
|
H A D | input.c | 176 const struct dccp_sock *dp = dccp_sk(sk); dccp_deliver_input_to_ccids() local 192 struct dccp_sock *dp = dccp_sk(sk); dccp_check_seqno() local 290 struct dccp_sock *dp = dccp_sk(sk); __dccp_rcv_established() local 406 struct dccp_sock *dp = dccp_sk(sk); dccp_rcv_request_sent_state_process() local 526 struct dccp_sock *dp = dccp_sk(sk); dccp_rcv_respond_partopen_state_process() local 577 struct dccp_sock *dp = dccp_sk(sk); dccp_rcv_state_process() local
|
H A D | ccid.h | 116 static inline int ccid_get_current_rx_ccid(struct dccp_sock *dp) ccid_get_current_rx_ccid() argument 125 static inline int ccid_get_current_tx_ccid(struct dccp_sock *dp) ccid_get_current_tx_ccid() argument
|
H A D | options.c | 54 struct dccp_sock *dp = dccp_sk(sk); dccp_parse_options() local 314 struct dccp_sock *dp = dccp_sk(sk); dccp_insert_option_ndp() local 355 static int dccp_insert_option_timestamp_echo(struct dccp_sock *dp, dccp_insert_option_timestamp_echo() argument 401 struct dccp_sock *dp = dccp_sk(sk); dccp_insert_option_ackvec() local 551 struct dccp_sock *dp = dccp_sk(sk); dccp_insert_options() local
|
H A D | output.c | 50 struct dccp_sock *dp = dccp_sk(sk); dccp_transmit_skb() local 153 static u32 dccp_determine_ccmps(const struct dccp_sock *dp) dccp_determine_ccmps() argument 165 struct dccp_sock *dp = dccp_sk(sk); dccp_sync_mss() local 247 struct dccp_sock *dp = dccp_sk(sk); dccp_xmit_packet() local 309 struct dccp_sock *dp = dccp_sk(sk); dccp_flush_write_queue() local 348 struct dccp_sock *dp = dccp_sk(sk); dccp_write_xmit() local 538 struct dccp_sock *dp = dccp_sk(sk); dccp_connect() local 672 struct dccp_sock *dp = dccp_sk(sk); dccp_send_close() local
|
H A D | ipv4.c | 46 struct dccp_sock *dp = dccp_sk(sk); dccp_v4_connect() local 153 const struct dccp_sock *dp = dccp_sk(sk); dccp_do_pmtu_discovery() local 239 struct dccp_sock *dp; dccp_v4_err() local
|
H A D | ipv6.c | 74 struct dccp_sock *dp; dccp_v6_err() local 766 struct dccp_sock *dp = dccp_sk(sk); dccp_v6_connect() local
|
H A D | proto.c | 175 struct dccp_sock *dp = dccp_sk(sk); dccp_init_sock() local 202 struct dccp_sock *dp = dccp_sk(sk); dccp_destroy_sock() local 236 struct dccp_sock *dp = dccp_sk(sk); dccp_listen_start() local 398 struct dccp_sock *dp = dccp_sk(sk); dccp_setsockopt_service() local 494 struct dccp_sock *dp = dccp_sk(sk); do_dccp_setsockopt() local 586 const struct dccp_sock *dp = dccp_sk(sk); dccp_getsockopt_service() local 613 struct dccp_sock *dp; do_dccp_getsockopt() local 745 const struct dccp_sock *dp = dccp_sk(sk); dccp_sendmsg() local 982 struct dccp_sock *dp = dccp_sk(sk); dccp_close() local
|
H A D | feat.c | 43 struct dccp_sock *dp = dccp_sk(sk); dccp_hdlr_ccid() local 61 struct dccp_sock *dp = dccp_sk(sk); dccp_hdlr_seq_win() local 86 struct dccp_sock *dp = dccp_sk(sk); dccp_hdlr_ackvec() local 119 struct dccp_sock *dp = dccp_sk(sk); dccp_hdlr_min_cscov() local 634 int dccp_feat_insert_opts(struct dccp_sock *dp, struct dccp_request_sock *dreq, dccp_feat_insert_opts() argument 774 struct dccp_sock *dp = dccp_sk(sk); dccp_feat_nn_get() local 968 int dccp_feat_finalise_settings(struct dccp_sock *dp) dccp_feat_finalise_settings() argument 1397 struct dccp_sock *dp = dccp_sk(sk); dccp_feat_parse_options() local 1496 struct dccp_sock *dp = dccp_sk(sk); dccp_feat_activate_values() local
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | clock.c | 53 mISDN_init_clock(u_int *dp) mISDN_init_clock() argument
|
H A D | stack.c | 658 mISDN_initstack(u_int *dp) mISDN_initstack() argument
|
H A D | tei.c | 490 u_char *dp = arg; tei_id_assign() local 519 u_char *dp = arg; tei_id_test_dup() local 543 u_char *dp = arg; tei_id_denied() local 559 u_char *dp = arg; tei_id_chk_req() local 577 u_char *dp = arg; tei_id_remove() local 672 u_char *dp = arg; tei_assign_req() local 707 u_char *dp = arg; tei_id_chk_resp() local 721 u_char *dp = arg; tei_id_verify_net() local 770 tei_ph_data_ind(struct teimgr *tm, u_int mt, u_char *dp, int len) tei_ph_data_ind() argument 857 new_tei_req(struct manager *mgr, u_char *dp) new_tei_req() argument
|
/linux-4.4.14/drivers/misc/mic/card/ |
H A D | mic_device.h | 84 void __iomem *dp; member in struct:mic_driver
|
/linux-4.4.14/drivers/mtd/ |
H A D | ofpart.c | 153 struct device_node *dp; parse_ofoldpart_partitions() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_clocks.c | 102 struct device_node *dp = rdev->pdev->dev.of_node; radeon_read_clocks_OF() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_encoder.h | 64 } dp; member in union:nouveau_encoder::__anon4374
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | process.c | 142 unsigned long dp; copy_thread() local
|
/linux-4.4.14/fs/freevxfs/ |
H A D | vxfs_super.c | 148 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) vxfs_fill_super() argument
|
H A D | vxfs_lookup.c | 107 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) vxfs_find_entry() argument 168 vxfs_inode_by_name(struct inode *dip, struct dentry *dp) vxfs_inode_by_name() argument 199 vxfs_lookup(struct inode *dip, struct dentry *dp, unsigned int flags) vxfs_lookup() argument
|
/linux-4.4.14/net/ax25/ |
H A D | ax25_addr.c | 276 int ax25_addr_size(const ax25_digi *dp) ax25_addr_size() argument
|
H A D | ax25_in.c | 192 ax25_digi dp, reverse_dp; ax25_rcv() local
|
H A D | af_ax25.c | 1443 ax25_digi dtmp, *dp; ax25_sendmsg() local
|
/linux-4.4.14/fs/cifs/ |
H A D | cifs_spnego.c | 101 char *description, *dp; cifs_get_spnego_key() local
|
/linux-4.4.14/arch/m68k/mm/ |
H A D | memory.c | 39 ptable_desc *dp; init_pointer_table() local 63 ptable_desc *dp = ptable_list.next; get_pointer_table() local 103 ptable_desc *dp; free_pointer_table() local
|
/linux-4.4.14/tools/iio/ |
H A D | lsiio.c | 45 DIR *dp; dump_channels() local 107 DIR *dp; dump_devices() local
|
H A D | iio_utils.c | 95 DIR *dp; iioutils_get_type() local 222 DIR *dp; iioutils_get_param_float() local 314 DIR *dp; build_channel_array() local 569 DIR *dp; find_type_by_name() local
|
/linux-4.4.14/drivers/usb/isp1760/ |
H A D | isp1760-if.c | 206 struct device_node *dp = pdev->dev.of_node; isp1760_plat_probe() local
|
/linux-4.4.14/drivers/tty/hvc/ |
H A D | hvsi_lib.c | 232 struct hvsi_data dp; hvsilib_put_chars() local
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | suncore.c | 54 int sunserial_console_match(struct console *con, struct device_node *dp, sunserial_console_match() argument 101 struct device_node *dp; sunserial_console_termios() local
|
H A D | digicolor-usart.c | 125 struct digicolor_port *dp = digicolor_rx_poll() local 261 struct digicolor_port *dp = digicolor_uart_startup() local 285 struct digicolor_port *dp = digicolor_uart_shutdown() local 457 struct digicolor_port *dp; digicolor_uart_probe() local
|
H A D | sunsab.c | 1115 struct device_node *dp; sunsab_init() local
|
H A D | sunsu.c | 1393 static enum su_type su_get_type(struct device_node *dp) su_get_type() argument 1416 struct device_node *dp = op->dev.of_node; su_probe() local 1488 sunserial_console_match(SUNSU_CONSOLE(), dp, su_probe() local 1561 struct device_node *dp; sunsu_init() local
|
H A D | sunzilog.c | 1552 struct device_node *dp; sunzilog_init() local
|
/linux-4.4.14/drivers/s390/crypto/ |
H A D | zcrypt_cex2a.h | 94 unsigned char dp[64]; member in struct:type50_crb1_msg 107 unsigned char dp[128]; member in struct:type50_crb2_msg 120 unsigned char dp[256]; member in struct:type50_crb3_msg
|
H A D | zcrypt_msgtype50.c | 124 unsigned char dp[64]; member in struct:type50_crb1_msg 137 unsigned char dp[128]; member in struct:type50_crb2_msg 150 unsigned char dp[256]; member in struct:type50_crb3_msg 248 unsigned char *p, *q, *dp, *dq, *u, *inp; ICACRT_msg_to_type50CRT_msg() local
|
/linux-4.4.14/drivers/sbus/char/ |
H A D | flash.c | 163 struct device_node *dp = op->dev.of_node; flash_probe() local
|
H A D | bbc_i2c.c | 296 struct device_node *dp; attach_one_i2c() local
|
H A D | openprom.c | 143 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize) opromgetprop() argument 160 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize) opromnxtprop() argument 190 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) opromsetopt() argument 198 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) opromnext() argument 245 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) oprompci2node() argument 252 struct device_node *dp; oprompci2node() local 270 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) oprompath2node() argument 377 struct device_node *dp = of_find_node_by_phandle(n); get_node() local 415 struct device_node *dp; opiocget() local 447 struct device_node *dp; opiocnextprop() local 493 struct device_node *dp; opiocset() local 524 struct device_node *dp; opiocgetnext() local 732 struct device_node *dp; openprom_init() local 301 openprom_sunos_ioctl(struct file * file, unsigned int cmd, unsigned long arg, struct device_node *dp) openprom_sunos_ioctl() argument
|
H A D | envctrl.c | 769 static void envctrl_init_adc(struct i2c_child_t *pchild, struct device_node *dp) envctrl_init_adc() argument 863 static void envctrl_init_i2c_child(struct device_node *dp, envctrl_init_i2c_child() argument 1027 struct device_node *dp; envctrl_probe() local
|
/linux-4.4.14/drivers/staging/fwserial/ |
H A D | dma_fifo.h | 74 static inline void dp_mark_completed(struct dma_pending *dp) dp_mark_completed() argument 79 static inline bool dp_is_completed(struct dma_pending *dp) dp_is_completed() argument
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sunxvr1000.c | 116 struct device_node *dp = op->dev.of_node; gfb_probe() local
|
H A D | chipsfb.c | 350 static int chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) chipsfb_pci_init() argument 440 static void chipsfb_remove(struct pci_dev *dp) chipsfb_remove() argument
|
H A D | igafb.c | 479 struct device_node *dp = pci_device_to_OF_node(pdev); igafb_init() local
|
H A D | sbuslib.c | 19 void sbusfb_fill_var(struct fb_var_screeninfo *var, struct device_node *dp, sbusfb_fill_var() argument
|
H A D | valkyriefb.c | 343 struct device_node *dp; valkyriefb_init() local
|
H A D | asiliantfb.c | 538 static int asiliantfb_pci_init(struct pci_dev *dp, asiliantfb_pci_init() argument 584 static void asiliantfb_remove(struct pci_dev *dp) asiliantfb_remove() argument
|
H A D | bw2.c | 277 struct device_node *dp = op->dev.of_node; bw2_probe() local
|
H A D | platinumfb.c | 539 struct device_node *dp = odev->dev.of_node; platinumfb_probe() local
|
H A D | cg3.c | 351 struct device_node *dp = op->dev.of_node; cg3_probe() local 246 cg3_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) cg3_init_fix() argument 259 cg3_rdi_maybe_fixup_var(struct fb_var_screeninfo *var, struct device_node *dp) cg3_rdi_maybe_fixup_var() argument
|
H A D | offb.c | 323 static void offb_init_palette_hacks(struct fb_info *info, struct device_node *dp, offb_init_palette_hacks() argument 535 static void __init offb_init_nodriver(struct device_node *dp, int no_real_node) offb_init_nodriver() argument 644 struct device_node *dp = NULL, *boot_disp = NULL; offb_init() local 390 offb_init_fb(const char *name, const char *full_name, int width, int height, int depth, int pitch, unsigned long address, int foreign_endian, struct device_node *dp) offb_init_fb() argument
|
H A D | p9100.c | 240 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) p9100_init_fix() argument 254 struct device_node *dp = op->dev.of_node; p9100_probe() local
|
H A D | tcx.c | 367 struct device_node *dp = op->dev.of_node; tcx_probe() local
|
H A D | cg14.c | 468 struct device_node *dp = op->dev.of_node; cg14_probe() local 355 cg14_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) cg14_init_fix() argument
|
H A D | controlfb.c | 183 struct device_node *dp; init_module() local 588 struct device_node *dp; control_init() local 684 static int __init control_of_init(struct device_node *dp) control_of_init() argument
|
H A D | leo.c | 435 leo_init_fix(struct fb_info *info, struct device_node *dp) leo_init_fix() argument 552 struct device_node *dp = op->dev.of_node; leo_probe() local
|
/linux-4.4.14/drivers/misc/mic/bus/ |
H A D | scif_bus.h | 60 void *dp; member in struct:scif_hw_dev
|
H A D | scif_bus.c | 141 scif_register_device(struct device *pdev, int id, struct dma_map_ops *dma_ops, struct scif_hw_ops *hw_ops, u8 dnode, u8 snode, struct mic_mw *mmio, struct mic_mw *aper, void *dp, void __iomem *rdp, struct dma_chan **chan, int num_chan, bool card_rel_da) scif_register_device() argument
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
H A D | grukdump.c | 37 static int gru_user_copy_handle(void __user **dp, void *s) gru_user_copy_handle() argument
|
/linux-4.4.14/drivers/input/serio/ |
H A D | i8042-sparcio.h | 55 struct device_node *dp = op->dev.of_node; sparc_i8042_probe() local
|
/linux-4.4.14/drivers/of/ |
H A D | pdt.c | 37 static char * __init of_pdt_build_full_name(struct device_node *dp) of_pdt_build_full_name() argument 62 static inline void irq_trans_init(struct device_node *dp) { } irq_trans_init() argument 64 static char * __init of_pdt_build_full_name(struct device_node *dp) of_pdt_build_full_name() argument 172 struct device_node *dp; of_pdt_create_node() local 197 struct device_node *dp; of_pdt_build_tree() local
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
H A D | edp_aux.c | 91 u8 *dp; edp_msg_fifo_rx() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | conn.h | 35 u8 dp; member in struct:nvbios_connE
|
/linux-4.4.14/fs/afs/ |
H A D | cell.c | 39 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp, *next; afs_cell_alloc() local
|
/linux-4.4.14/lib/ |
H A D | asn1_decoder.c | 65 size_t dp = *_dp, len, n; asn1_find_indefinite_length() local 179 size_t pc = 0, dp = 0, tdp = 0, len = 0; asn1_ber_decoder() local
|
H A D | dynamic_debug.c | 89 static char *ddebug_describe_flags(struct _ddebug *dp, char *buf, ddebug_describe_flags() argument 157 struct _ddebug *dp = &dt->ddebugs[i]; ddebug_change() local 728 struct _ddebug *dp; ddebug_proc_start() local 753 struct _ddebug *dp; ddebug_proc_next() local 775 struct _ddebug *dp = p; ddebug_proc_show() local
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_attr_inactive.c | 47 xfs_attr3_leaf_freextent( struct xfs_trans **trans, struct xfs_inode *dp, xfs_dablk_t blkno, int blkcnt) xfs_attr3_leaf_freextent() argument 119 xfs_attr3_leaf_inactive( struct xfs_trans **trans, struct xfs_inode *dp, struct xfs_buf *bp) xfs_attr3_leaf_inactive() argument 208 xfs_attr3_node_inactive( struct xfs_trans **trans, struct xfs_inode *dp, struct xfs_buf *bp, int level) xfs_attr3_node_inactive() argument 326 xfs_attr3_root_inactive( struct xfs_trans **trans, struct xfs_inode *dp) xfs_attr3_root_inactive() argument 392 xfs_attr_inactive( struct xfs_inode *dp) xfs_attr_inactive() argument
|
H A D | xfs_symlink.c | 166 xfs_symlink( struct xfs_inode *dp, struct xfs_name *link_name, const char *target_path, umode_t mode, struct xfs_inode **ipp) xfs_symlink() argument
|
H A D | xfs_attr.h | 119 struct xfs_inode *dp; /* inode */ member in struct:xfs_attr_list_context
|
H A D | xfs_attr_list.c | 75 xfs_inode_t *dp; xfs_attr_shortform_list() local 229 struct xfs_inode *dp = context->dp; xfs_attr_node_list() local 512 xfs_inode_t *dp = context->dp; xfs_attr_list_int() local 605 xfs_attr_list( xfs_inode_t *dp, char *buffer, int bufsize, int flags, attrlist_cursor_kern_t *cursor) xfs_attr_list() argument
|
H A D | xfs_dir2_readdir.c | 64 struct xfs_inode *dp = args->dp; /* incore directory inode */ xfs_dir2_sf_getdents() local 162 struct xfs_inode *dp = args->dp; /* incore directory inode */ xfs_dir2_block_getdents() local 278 struct xfs_inode *dp = args->dp; xfs_dir2_leaf_readbuf() local 478 struct xfs_inode *dp = args->dp; xfs_dir2_leaf_getdents() local 654 xfs_readdir( struct xfs_inode *dp, struct dir_context *ctx, size_t bufsize) xfs_readdir() argument
|
H A D | xfs_trans.c | 1022 __xfs_trans_roll( struct xfs_trans **tpp, struct xfs_inode *dp, int *committed) __xfs_trans_roll() argument 1081 xfs_trans_roll( struct xfs_trans **tpp, struct xfs_inode *dp) xfs_trans_roll() argument
|
H A D | xfs_inode.h | 197 xfs_get_initial_prid(struct xfs_inode *dp) xfs_get_initial_prid() argument
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_diag.c | 331 struct ipath_diag_xpkt dp; ipath_diagpkt_write() local
|
/linux-4.4.14/drivers/scsi/libfc/ |
H A D | fc_disc.c | 96 struct fc_disc_port *dp, *next; fc_disc_recv_rscn_req() local 677 static int fc_disc_single(struct fc_lport *lport, struct fc_disc_port *dp) fc_disc_single() argument
|
H A D | fc_lport.c | 433 void *dp; fc_lport_recv_echo_req() local
|
/linux-4.4.14/drivers/misc/mic/host/ |
H A D | mic_device.h | 92 void *dp; member in struct:mic_device
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 79 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) to_flow() argument 87 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, ipu_dp_set_global_alpha() argument 123 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) ipu_dp_set_window_pos() argument 176 int ipu_dp_setup_channel(struct ipu_dp *dp, ipu_dp_setup_channel() argument 235 int ipu_dp_enable_channel(struct ipu_dp *dp) ipu_dp_enable_channel() argument 258 void ipu_dp_disable_channel(struct ipu_dp *dp) ipu_dp_disable_channel() argument 308 struct ipu_dp *dp; ipu_dp_get() local 327 void ipu_dp_put(struct ipu_dp *dp) ipu_dp_put() argument
|
/linux-4.4.14/drivers/input/misc/ |
H A D | sparcspkr.c | 189 struct device_node *dp; bbc_beep_probe() local
|
/linux-4.4.14/drivers/net/ |
H A D | ifb.c | 135 struct ifb_dev_private *dp = netdev_priv(dev); ifb_stats64() local 166 struct ifb_dev_private *dp = netdev_priv(dev); ifb_dev_init() local 204 struct ifb_dev_private *dp = netdev_priv(dev); ifb_dev_free() local 240 struct ifb_dev_private *dp = netdev_priv(dev); ifb_xmit() local
|
/linux-4.4.14/drivers/net/usb/ |
H A D | ax88172a.c | 405 struct ax88172a_private *dp = dev->driver_priv; ax88172a_rx_fixup() local
|
H A D | asix_common.c | 165 struct asix_common_private *dp = dev->driver_priv; asix_rx_fixup_common() local
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | io-unit.c | 77 struct device_node *dp; iounit_init() local
|
H A D | iommu.c | 135 struct device_node *dp; iommu_init() local
|
/linux-4.4.14/crypto/async_tx/ |
H A D | async_raid6_recov.c | 203 struct page *p, *q, *g, *dp, *dq; __2data_recov_5() local 277 struct page *p, *q, *dp, *dq; __2data_recov_n() local
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | setup.c | 108 struct bcr_fp_arcompact sp, dp; read_arc_build_cfg_regs() local
|
/linux-4.4.14/net/dccp/ccids/ |
H A D | ccid2.c | 234 struct dccp_sock *dp = dccp_sk(sk); ccid2_hc_tx_packet_sent() local 430 struct dccp_sock *dp = dccp_sk(sk); ccid2_new_ack() local 505 struct dccp_sock *dp = dccp_sk(sk); ccid2_hc_tx_packet_recv() local 713 struct dccp_sock *dp = dccp_sk(sk); ccid2_hc_tx_init() local
|
H A D | ccid3.c | 282 struct dccp_sock *dp = dccp_sk(sk); ccid3_hc_tx_send_packet() local 601 struct dccp_sock *dp = dccp_sk(sk); ccid3_hc_rx_send_feedback() local
|
/linux-4.4.14/fs/openpromfs/ |
H A D | inode.c | 182 struct device_node *dp, *child; openpromfs_lookup() local 267 struct device_node *dp = oi->u.node; openpromfs_readdir() local
|
/linux-4.4.14/fs/quota/ |
H A D | quota_v2.c | 180 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) v2r0_disk2memdqb() argument 200 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) v2r0_mem2diskdqb() argument 220 static int v2r0_is_id(void *dp, struct dquot *dquot) v2r0_is_id() argument 233 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) v2r1_disk2memdqb() argument 253 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) v2r1_mem2diskdqb() argument 273 static int v2r1_is_id(void *dp, struct dquot *dquot) v2r1_is_id() argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 569 xfs_inode_t *dp; xfs_attr_leaf_addname() local 776 xfs_inode_t *dp; xfs_attr_leaf_removename() local 878 xfs_inode_t *dp; xfs_attr_node_addname() local 1147 xfs_inode_t *dp; xfs_attr_node_removename() local 77 xfs_attr_args_init( struct xfs_da_args *args, struct xfs_inode *dp, const unsigned char *name, int flags) xfs_attr_args_init() argument 197 xfs_attr_set( struct xfs_inode *dp, const unsigned char *name, unsigned char *value, int valuelen, int flags) xfs_attr_set() argument 404 xfs_attr_remove( struct xfs_inode *dp, const unsigned char *name, int flags) xfs_attr_remove() argument
|
H A D | xfs_attr_remote.c | 418 struct xfs_inode *dp = args->dp; xfs_attr_rmtval_set() local
|
H A D | xfs_dir2.c | 584 struct xfs_inode *dp = args->dp; xfs_dir2_grow_inode() local 669 xfs_inode_t *dp; xfs_dir2_shrink_inode() local 174 xfs_dir_isempty( xfs_inode_t *dp) xfs_dir_isempty() argument 226 xfs_dir_init( xfs_trans_t *tp, xfs_inode_t *dp, xfs_inode_t *pdp) xfs_dir_init() argument 256 xfs_dir_createname( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) xfs_dir_createname() argument 355 xfs_dir_lookup( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name, xfs_ino_t *inum, struct xfs_name *ci_name) xfs_dir_lookup() argument 433 xfs_dir_removename( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name, xfs_ino_t ino, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) xfs_dir_removename() argument 495 xfs_dir_replace( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) xfs_dir_replace() argument 560 xfs_dir_canenter( xfs_trans_t *tp, xfs_inode_t *dp, struct xfs_name *name) xfs_dir_canenter() argument
|
H A D | xfs_dir2.h | 196 xfs_dir2_dataptr_to_byte(xfs_dir2_dataptr_t dp) xfs_dir2_dataptr_to_byte() argument 223 xfs_dir2_dataptr_to_db(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) xfs_dir2_dataptr_to_db() argument 241 xfs_dir2_dataptr_to_off(struct xfs_da_geometry *geo, xfs_dir2_dataptr_t dp) xfs_dir2_dataptr_to_off() argument
|
H A D | xfs_da_btree.h | 71 struct xfs_inode *dp; /* directory inode to manipulate */ member in struct:xfs_da_args
|
H A D | xfs_dir2_data.c | 580 xfs_inode_t *dp; /* incore directory inode */ xfs_dir3_data_init() local 42 __xfs_dir3_data_check( struct xfs_inode *dp, struct xfs_buf *bp) __xfs_dir3_data_check() argument 321 xfs_dir3_data_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t bno, xfs_daddr_t mapped_bno, struct xfs_buf **bpp) xfs_dir3_data_read() argument 338 xfs_dir3_data_readahead( struct xfs_inode *dp, xfs_dablk_t bno, xfs_daddr_t mapped_bno) xfs_dir3_data_readahead() argument 508 xfs_dir2_data_freescan( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, int *loghead) xfs_dir2_data_freescan() argument
|
H A D | xfs_dir2_sf.c | 162 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_block_to_sf() local 286 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_addname() local 392 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_addname_easy() local 445 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_addname_hard() local 537 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_addname_pick() local 605 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_check() local 647 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_create() local 700 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_lookup() local 786 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_removename() local 872 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_replace() local 1002 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_toino4() local 1078 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_toino8() local 62 xfs_dir2_block_sfsize( xfs_inode_t *dp, xfs_dir2_data_hdr_t *hdr, xfs_dir2_sf_hdr_t *sfhp) xfs_dir2_block_sfsize() argument
|
H A D | xfs_da_format.c | 881 xfs_dir_get_ops( struct xfs_mount *mp, struct xfs_inode *dp) xfs_dir_get_ops() argument 897 xfs_nondir_get_ops( struct xfs_mount *mp, struct xfs_inode *dp) xfs_nondir_get_ops() argument
|
H A D | xfs_dir2_block.c | 344 xfs_inode_t *dp; /* directory inode */ xfs_dir2_block_addname() local 617 xfs_inode_t *dp; /* incore inode */ xfs_dir2_block_lookup() local 665 xfs_inode_t *dp; /* incore inode */ xfs_dir2_block_lookup_int() local 767 xfs_inode_t *dp; /* incore inode */ xfs_dir2_block_removename() local 847 xfs_inode_t *dp; /* incore inode */ xfs_dir2_block_replace() local 910 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_to_block() local 1056 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_sf_to_block() local 132 xfs_dir3_block_read( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_buf **bpp) xfs_dir3_block_read() argument 148 xfs_dir3_block_init( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *bp, struct xfs_inode *dp) xfs_dir3_block_init() argument 172 xfs_dir2_block_need_space( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, __be16 **tagpp, struct xfs_dir2_data_unused **dupp, struct xfs_dir2_data_unused **enddupp, int *compact, int len) xfs_dir2_block_need_space() argument
|
H A D | xfs_inode_fork.c | 301 xfs_bmbt_rec_t *dp; xfs_iformat_extents() local 734 xfs_iextents_copy( xfs_inode_t *ip, xfs_bmbt_rec_t *dp, int whichfork) xfs_iextents_copy() argument
|
H A D | xfs_dir2_leaf.c | 348 struct xfs_inode *dp = args->dp; xfs_dir3_leaf_get_buf() local 384 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_block_to_leaf() local 615 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_addname() local 923 struct xfs_inode *dp = args->dp; xfs_dir3_leaf_compact() local 1159 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_lookup() local 1219 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_lookup_int() local 1350 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_removename() local 1491 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_replace() local 1601 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_trim_data() local 1682 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_node_to_leaf() local 60 xfs_dir3_leaf1_check( struct xfs_inode *dp, struct xfs_buf *bp) xfs_dir3_leaf1_check() argument 83 xfs_dir3_leaf_check_int( struct xfs_mount *mp, struct xfs_inode *dp, struct xfs_dir3_icleaf_hdr *hdr, struct xfs_dir2_leaf *leaf) xfs_dir3_leaf_check_int() argument 260 xfs_dir3_leaf_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp) xfs_dir3_leaf_read() argument 277 xfs_dir3_leafn_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp) xfs_dir3_leafn_read() argument
|
H A D | xfs_dir2_node.c | 205 struct xfs_inode *dp = args->dp; xfs_dir3_free_get_buf() local 293 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leaf_to_node() local 383 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leafn_add() local 521 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leafn_lookup_for_addname() local 676 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leafn_lookup_for_entry() local 968 struct xfs_inode *dp = state->args->dp; xfs_dir2_leafn_rebalance() local 1081 struct xfs_inode *dp = args->dp; xfs_dir3_data_block_free() local 1164 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_leafn_remove() local 1320 struct xfs_inode *dp; xfs_dir2_leafn_split() local 1394 struct xfs_inode *dp = state->args->dp; xfs_dir2_leafn_toosmall() local 1521 struct xfs_inode *dp = state->args->dp; xfs_dir2_leafn_unbalance() local 1650 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_node_addname_int() local 2230 xfs_inode_t *dp; /* incore directory inode */ xfs_dir2_node_trim_free() local 63 xfs_dir3_leafn_check( struct xfs_inode *dp, struct xfs_buf *bp) xfs_dir3_leafn_check() argument 160 __xfs_dir3_free_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp) __xfs_dir3_free_read() argument 179 xfs_dir2_free_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, struct xfs_buf **bpp) xfs_dir2_free_read() argument 189 xfs_dir2_free_try_read( struct xfs_trans *tp, struct xfs_inode *dp, xfs_dablk_t fbno, struct xfs_buf **bpp) xfs_dir2_free_try_read() argument 461 xfs_dir2_free_hdr_check( struct xfs_inode *dp, struct xfs_buf *bp, xfs_dir2_db_t db) xfs_dir2_free_hdr_check() argument 484 xfs_dir2_leafn_lasthash( struct xfs_inode *dp, struct xfs_buf *bp, int *count) xfs_dir2_leafn_lasthash() argument 915 xfs_dir2_leafn_order( struct xfs_inode *dp, struct xfs_buf *leaf1_bp, struct xfs_buf *leaf2_bp) xfs_dir2_leafn_order() argument
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) unw_decode_x1() argument 102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) unw_decode_x2() argument 120 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) unw_decode_x3() argument 140 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) unw_decode_x4() argument 161 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) unw_decode_r1() argument 172 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) unw_decode_r2() argument 187 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) unw_decode_r3() argument 197 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) unw_decode_p1() argument 206 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) unw_decode_p2_p5() argument 255 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) unw_decode_p6() argument 268 unw_decode_p7_p10 (unsigned char *dp, unsigned char code, void *arg) unw_decode_p7_p10() argument 367 unw_decode_b1 (unsigned char *dp, unsigned char code, void *arg) unw_decode_b1() argument 379 unw_decode_b2 (unsigned char *dp, unsigned char code, void *arg) unw_decode_b2() argument 389 unw_decode_b3_x4 (unsigned char *dp, unsigned char code, void *arg) unw_decode_b3_x4() argument 450 unw_decode (unsigned char *dp, int inside_body, void *arg) unw_decode() argument
|
/linux-4.4.14/net/rds/ |
H A D | ib_cm.c | 97 const struct rds_ib_connect_private *dp = NULL; rds_ib_cm_connect_complete() local 490 const struct rds_ib_connect_private *dp = event->param.conn.private_data; rds_ib_protocol_compatible() local 534 const struct rds_ib_connect_private *dp = event->param.conn.private_data; rds_ib_cm_handle_connect() local 632 struct rds_ib_connect_private dp; rds_ib_cm_initiate_connect() local 171 rds_ib_cm_fill_conn_param(struct rds_connection *conn, struct rdma_conn_param *conn_param, struct rds_ib_connect_private *dp, u32 protocol_version, u32 max_responder_resources, u32 max_initiator_depth) rds_ib_cm_fill_conn_param() argument
|
H A D | iw_cm.c | 72 const struct rds_iw_connect_private *dp = NULL; rds_iw_cm_connect_complete() local 351 static u32 rds_iw_protocol_compatible(const struct rds_iw_connect_private *dp) rds_iw_protocol_compatible() argument 383 const struct rds_iw_connect_private *dp = event->param.conn.private_data; rds_iw_cm_handle_connect() local 485 struct rds_iw_connect_private dp; rds_iw_cm_initiate_connect() local 107 rds_iw_cm_fill_conn_param(struct rds_connection *conn, struct rdma_conn_param *conn_param, struct rds_iw_connect_private *dp, u32 protocol_version) rds_iw_cm_fill_conn_param() argument
|
/linux-4.4.14/drivers/scsi/ |
H A D | sun_esp.c | 125 struct device_node *dp; esp_get_scsi_id() local 147 struct device_node *dp; esp_get_differential() local 159 struct device_node *bus_dp, *dp; esp_get_clock_params() local 176 struct device_node *dp; esp_get_bursts() local 566 struct device_node *dp = op->dev.of_node; esp_sbus_probe() local
|
H A D | qlogicpti.c | 755 struct device_node *dp; qpti_get_scsi_id() local 1296 struct device_node *dp = op->dev.of_node; qpti_sbus_probe() local
|
H A D | imm.c | 43 unsigned dp:1; /* Data phase present */ member in struct:__anon9503
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | radeon_monitor.c | 65 static int radeon_parse_montype_prop(struct device_node *dp, u8 **out_EDID, radeon_parse_montype_prop() argument 121 struct device_node *dp; radeon_probe_OF_head() local
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
H A D | b1.c | 155 unsigned char *dp; b1_load_t4file() local 197 unsigned char *dp; b1_load_config() local
|
H A D | avmcard.h | 281 b1_get_slice(unsigned int base, unsigned char *dp) b1_get_slice() argument 291 b1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) b1_put_slice() argument 409 t1_get_slice(unsigned int base, unsigned char *dp) t1_get_slice() argument 462 t1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) t1_put_slice() argument
|
H A D | b1dma.c | 178 static inline void _put_slice(void **pp, unsigned char *dp, unsigned int len) _put_slice() argument 207 static inline u32 _get_slice(void **pp, unsigned char *dp) _get_slice() argument
|
H A D | c4.c | 198 unsigned char *dp; c4_load_t4file() local 256 static inline void _put_slice(void **pp, unsigned char *dp, unsigned int len) _put_slice() argument 285 static inline u32 _get_slice(void **pp, unsigned char *dp) _get_slice() argument 817 unsigned char *dp; c4_send_config() local
|
/linux-4.4.14/drivers/md/ |
H A D | dm-io.c | 175 static void list_get_page(struct dpages *dp, list_get_page() argument 186 static void list_next_page(struct dpages *dp) list_next_page() argument 193 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned offset) list_dp_init() argument 204 static void bio_get_page(struct dpages *dp, struct page **p, bio_get_page() argument 213 static void bio_next_page(struct dpages *dp) bio_next_page() argument 220 static void bio_dp_init(struct dpages *dp, struct bio *bio) bio_dp_init() argument 231 static void vm_get_page(struct dpages *dp, vm_get_page() argument 239 static void vm_next_page(struct dpages *dp) vm_next_page() argument 245 static void vm_dp_init(struct dpages *dp, void *data) vm_dp_init() argument 256 static void km_get_page(struct dpages *dp, struct page **p, unsigned long *len, km_get_page() argument 264 static void km_next_page(struct dpages *dp) km_next_page() argument 270 static void km_dp_init(struct dpages *dp, void *data) km_dp_init() argument 464 static int dp_init(struct dm_io_request *io_req, struct dpages *dp, dp_init() argument 513 struct dpages dp; dm_io() local 281 do_region(int rw, unsigned region, struct dm_io_region *where, struct dpages *dp, struct io *io) do_region() argument 362 dispatch_io(int rw, unsigned int num_regions, struct dm_io_region *where, struct dpages *dp, struct io *io, int sync) dispatch_io() argument 404 sync_io(struct dm_io_client *client, unsigned int num_regions, struct dm_io_region *where, int rw, struct dpages *dp, unsigned long *error_bits) sync_io() argument 438 async_io(struct dm_io_client *client, unsigned int num_regions, struct dm_io_region *where, int rw, struct dpages *dp, io_notify_fn fn, void *context) async_io() argument
|
/linux-4.4.14/drivers/ide/ |
H A D | au1xxx-ide.c | 61 au1x_ddma_desc_t *dp; auide_insw() local 79 au1x_ddma_desc_t *dp; auide_outsw() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_diag.c | 553 struct qib_diag_xpkt dp; qib_diagpkt_write() local
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_atp867x.c | 124 struct atp867x_priv *dp = ap->private_data; atp867x_set_dmamode() local 155 struct atp867x_priv *dp = ap->private_data; atp867x_get_active_clocks_shifted() local 217 struct atp867x_priv *dp = ap->private_data; atp867x_set_piomode() local 303 struct atp867x_priv *dp = ap->private_data; atp867x_check_ports() local 352 struct atp867x_priv *dp; atp867x_set_priv() local
|
/linux-4.4.14/net/sched/ |
H A D | sch_gred.c | 157 u16 dp = tc_index_to_dp(skb); gred_enqueue() local 256 u16 dp = tc_index_to_dp(skb); gred_dequeue() local 288 u16 dp = tc_index_to_dp(skb); gred_drop() local 384 static inline int gred_change_vq(struct Qdisc *sch, int dp, gred_change_vq() argument
|
/linux-4.4.14/fs/ |
H A D | binfmt_misc.c | 525 char *dp = page; entry_status() local
|
/linux-4.4.14/fs/ocfs2/ |
H A D | quota_global.c | 69 static void ocfs2_global_disk2memdqb(struct dquot *dquot, void *dp) ocfs2_global_disk2memdqb() argument 94 static void ocfs2_global_mem2diskdqb(void *dp, struct dquot *dquot) ocfs2_global_mem2diskdqb() argument 112 static int ocfs2_global_is_id(void *dp, struct dquot *dquot) ocfs2_global_is_id() argument
|
/linux-4.4.14/fs/proc/ |
H A D | generic.c | 333 static int proc_register(struct proc_dir_entry * dir, struct proc_dir_entry * dp) proc_register() argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | floppy_32.h | 278 struct device_node *dp; sun_floppy_init() local
|
H A D | floppy_64.h | 529 static int __init ebus_fdthree_p(struct device_node *dp) ebus_fdthree_p() argument 546 struct device_node *dp; sun_floppy_init() local
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | dbdma.c | 212 void *au1xxx_ddma_get_nextptr_virt(au1x_ddma_desc_t *dp) au1xxx_ddma_get_nextptr_virt() argument 398 au1x_ddma_desc_t *dp; au1xxx_dbdma_ring_alloc() local 594 au1x_ddma_desc_t *dp; au1xxx_dbdma_put_source() local 653 au1x_ddma_desc_t *dp; au1xxx_dbdma_put_dest() local 717 au1x_ddma_desc_t *dp; au1xxx_dbdma_get_dest() local 801 au1x_ddma_desc_t *dp; au1xxx_dbdma_reset() local 867 au1x_ddma_desc_t *dp; dbdma_interrupt() local 892 au1x_ddma_desc_t *dp; au1xxx_dbdma_dump() local 937 au1x_ddma_desc_t *dp; au1xxx_dbdma_put_dscr() local
|
/linux-4.4.14/drivers/usb/mon/ |
H A D | mon_text.c | 194 struct mon_iso_desc *dp; mon_text_event() local 558 const struct mon_iso_desc *dp; mon_text_read_isodesc() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | q931.c | 203 char *dp = dest; prbits() local 448 char *dp = dest; prcause() local 524 char *dp = dest; prcause_1tr6() local 559 char *dp = dest; prchident() local 572 char *dp = dest; prcalled() local 589 char *dp = dest; prcalling() local 615 char *dp = dest, ch; prbearer() local 663 char *dp = dest; prbearer_ni1() local 720 char *dp = dest; general() local 747 char *dp = dest; general_ni1() local 774 char *dp = dest; prcharge() local 791 char *dp = dest; prtext() local 807 char *dp = dest; prfeatureind() local 873 char *dp = dest; disptext_ni1() local 912 char *dp = dest; display() local 941 char *dp = dest; prfacility() local 1168 char *dp; LogFrame() local 1191 char *dp; dlogframe() local
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | sunqe.c | 745 static u8 qec_get_burst(struct device_node *dp) qec_get_burst() argument
|
/linux-4.4.14/drivers/nubus/ |
H A D | nubus.c | 916 unsigned char dp; nubus_probe_slot() local
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 508 static void drbd_debugfs_remove(struct dentry **dp) drbd_debugfs_remove() argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | exynos_dp_reg.c | 27 void exynos_dp_enable_video_mute(struct exynos_dp_device *dp, bool enable) exynos_dp_enable_video_mute() argument 42 void exynos_dp_stop_video(struct exynos_dp_device *dp) exynos_dp_stop_video() argument 51 void exynos_dp_lane_swap(struct exynos_dp_device *dp, bool enable) exynos_dp_lane_swap() argument 65 void exynos_dp_init_analog_param(struct exynos_dp_device *dp) exynos_dp_init_analog_param() argument 87 void exynos_dp_init_interrupt(struct exynos_dp_device *dp) exynos_dp_init_interrupt() argument 107 void exynos_dp_reset(struct exynos_dp_device *dp) exynos_dp_reset() argument 152 void exynos_dp_swreset(struct exynos_dp_device *dp) exynos_dp_swreset() argument 157 void exynos_dp_config_interrupt(struct exynos_dp_device *dp) exynos_dp_config_interrupt() argument 178 enum pll_status exynos_dp_get_pll_lock_status(struct exynos_dp_device *dp) exynos_dp_get_pll_lock_status() argument 189 void exynos_dp_set_pll_power_down(struct exynos_dp_device *dp, bool enable) exynos_dp_set_pll_power_down() argument 204 void exynos_dp_set_analog_power_down(struct exynos_dp_device *dp, exynos_dp_set_analog_power_down() argument 291 void exynos_dp_init_analog_func(struct exynos_dp_device *dp) exynos_dp_init_analog_func() argument 326 void exynos_dp_clear_hotplug_interrupts(struct exynos_dp_device *dp) exynos_dp_clear_hotplug_interrupts() argument 340 void exynos_dp_init_hpd(struct exynos_dp_device *dp) exynos_dp_init_hpd() argument 354 enum dp_irq_type exynos_dp_get_irq_type(struct exynos_dp_device *dp) exynos_dp_get_irq_type() argument 381 void exynos_dp_reset_aux(struct exynos_dp_device *dp) exynos_dp_reset_aux() argument 391 void exynos_dp_init_aux(struct exynos_dp_device *dp) exynos_dp_init_aux() argument 416 int exynos_dp_get_plug_in_status(struct exynos_dp_device *dp) exynos_dp_get_plug_in_status() argument 432 void exynos_dp_enable_sw_function(struct exynos_dp_device *dp) exynos_dp_enable_sw_function() argument 441 int exynos_dp_start_aux_transaction(struct exynos_dp_device *dp) exynos_dp_start_aux_transaction() argument 485 int exynos_dp_write_byte_to_dpcd(struct exynos_dp_device *dp, exynos_dp_write_byte_to_dpcd() argument 530 int exynos_dp_read_byte_from_dpcd(struct exynos_dp_device *dp, exynos_dp_read_byte_from_dpcd() argument 575 int exynos_dp_write_bytes_to_dpcd(struct exynos_dp_device *dp, exynos_dp_write_bytes_to_dpcd() argument 639 int exynos_dp_read_bytes_from_dpcd(struct exynos_dp_device *dp, exynos_dp_read_bytes_from_dpcd() argument 705 int exynos_dp_select_i2c_device(struct exynos_dp_device *dp, exynos_dp_select_i2c_device() argument 738 int exynos_dp_read_byte_from_i2c(struct exynos_dp_device *dp, exynos_dp_read_byte_from_i2c() argument 782 int exynos_dp_read_bytes_from_i2c(struct exynos_dp_device *dp, exynos_dp_read_bytes_from_i2c() argument 855 void exynos_dp_set_link_bandwidth(struct exynos_dp_device *dp, u32 bwtype) exynos_dp_set_link_bandwidth() argument 864 void exynos_dp_get_link_bandwidth(struct exynos_dp_device *dp, u32 *bwtype) exynos_dp_get_link_bandwidth() argument 872 void exynos_dp_set_lane_count(struct exynos_dp_device *dp, u32 count) exynos_dp_set_lane_count() argument 880 void exynos_dp_get_lane_count(struct exynos_dp_device *dp, u32 *count) exynos_dp_get_lane_count() argument 888 void exynos_dp_enable_enhanced_mode(struct exynos_dp_device *dp, bool enable) exynos_dp_enable_enhanced_mode() argument 903 void exynos_dp_set_training_pattern(struct exynos_dp_device *dp, exynos_dp_set_training_pattern() argument 936 void exynos_dp_set_lane0_pre_emphasis(struct exynos_dp_device *dp, u32 level) exynos_dp_set_lane0_pre_emphasis() argument 946 void exynos_dp_set_lane1_pre_emphasis(struct exynos_dp_device *dp, u32 level) exynos_dp_set_lane1_pre_emphasis() argument 956 void exynos_dp_set_lane2_pre_emphasis(struct exynos_dp_device *dp, u32 level) exynos_dp_set_lane2_pre_emphasis() argument 966 void exynos_dp_set_lane3_pre_emphasis(struct exynos_dp_device *dp, u32 level) exynos_dp_set_lane3_pre_emphasis() argument 976 void exynos_dp_set_lane0_link_training(struct exynos_dp_device *dp, exynos_dp_set_lane0_link_training() argument 985 void exynos_dp_set_lane1_link_training(struct exynos_dp_device *dp, exynos_dp_set_lane1_link_training() argument 994 void exynos_dp_set_lane2_link_training(struct exynos_dp_device *dp, exynos_dp_set_lane2_link_training() argument 1003 void exynos_dp_set_lane3_link_training(struct exynos_dp_device *dp, exynos_dp_set_lane3_link_training() argument 1012 u32 exynos_dp_get_lane0_link_training(struct exynos_dp_device *dp) exynos_dp_get_lane0_link_training() argument 1020 u32 exynos_dp_get_lane1_link_training(struct exynos_dp_device *dp) exynos_dp_get_lane1_link_training() argument 1028 u32 exynos_dp_get_lane2_link_training(struct exynos_dp_device *dp) exynos_dp_get_lane2_link_training() argument 1036 u32 exynos_dp_get_lane3_link_training(struct exynos_dp_device *dp) exynos_dp_get_lane3_link_training() argument 1044 void exynos_dp_reset_macro(struct exynos_dp_device *dp) exynos_dp_reset_macro() argument 1059 void exynos_dp_init_video(struct exynos_dp_device *dp) exynos_dp_init_video() argument 1079 void exynos_dp_set_video_color_format(struct exynos_dp_device *dp) exynos_dp_set_video_color_format() argument 1099 int exynos_dp_is_slave_video_stream_clock_on(struct exynos_dp_device *dp) exynos_dp_is_slave_video_stream_clock_on() argument 1127 void exynos_dp_set_video_cr_mn(struct exynos_dp_device *dp, exynos_dp_set_video_cr_mn() argument 1162 void exynos_dp_set_video_timing_mode(struct exynos_dp_device *dp, u32 type) exynos_dp_set_video_timing_mode() argument 1177 void exynos_dp_enable_video_master(struct exynos_dp_device *dp, bool enable) exynos_dp_enable_video_master() argument 1194 void exynos_dp_start_video(struct exynos_dp_device *dp) exynos_dp_start_video() argument 1203 int exynos_dp_is_video_stream_on(struct exynos_dp_device *dp) exynos_dp_is_video_stream_on() argument 1219 void exynos_dp_config_video_slave_mode(struct exynos_dp_device *dp) exynos_dp_config_video_slave_mode() argument 1247 void exynos_dp_enable_scrambling(struct exynos_dp_device *dp) exynos_dp_enable_scrambling() argument 1256 void exynos_dp_disable_scrambling(struct exynos_dp_device *dp) exynos_dp_disable_scrambling() argument
|
H A D | exynos_dp_core.c | 40 static inline struct exynos_drm_crtc *dp_to_crtc(struct exynos_dp_device *dp) dp_to_crtc() argument 56 static void exynos_dp_init_dp(struct exynos_dp_device *dp) exynos_dp_init_dp() argument 75 static int exynos_dp_detect_hpd(struct exynos_dp_device *dp) exynos_dp_detect_hpd() argument 102 static int exynos_dp_read_edid(struct exynos_dp_device *dp) exynos_dp_read_edid() argument 203 static int exynos_dp_handle_edid(struct exynos_dp_device *dp) exynos_dp_handle_edid() argument 225 static void exynos_dp_enable_rx_to_enhanced_mode(struct exynos_dp_device *dp, exynos_dp_enable_rx_to_enhanced_mode() argument 241 static int exynos_dp_is_enhanced_mode_available(struct exynos_dp_device *dp) exynos_dp_is_enhanced_mode_available() argument 252 static void exynos_dp_set_enhanced_mode(struct exynos_dp_device *dp) exynos_dp_set_enhanced_mode() argument 261 static void exynos_dp_training_pattern_dis(struct exynos_dp_device *dp) exynos_dp_training_pattern_dis() argument 270 static void exynos_dp_set_lane_lane_pre_emphasis(struct exynos_dp_device *dp, exynos_dp_set_lane_lane_pre_emphasis() argument 291 static int exynos_dp_link_start(struct exynos_dp_device *dp) exynos_dp_link_start() argument 412 static void exynos_dp_set_lane_link_training(struct exynos_dp_device *dp, exynos_dp_set_lane_link_training() argument 460 static void exynos_dp_reduce_link_rate(struct exynos_dp_device *dp) exynos_dp_reduce_link_rate() argument 468 static void exynos_dp_get_adjust_training_lane(struct exynos_dp_device *dp, exynos_dp_get_adjust_training_lane() argument 492 static int exynos_dp_process_clock_recovery(struct exynos_dp_device *dp) exynos_dp_process_clock_recovery() argument 567 static int exynos_dp_process_equalizer_training(struct exynos_dp_device *dp) exynos_dp_process_equalizer_training() argument 641 static void exynos_dp_get_max_rx_bandwidth(struct exynos_dp_device *dp, exynos_dp_get_max_rx_bandwidth() argument 654 static void exynos_dp_get_max_rx_lane_count(struct exynos_dp_device *dp, exynos_dp_get_max_rx_lane_count() argument 667 static void exynos_dp_init_training(struct exynos_dp_device *dp, exynos_dp_init_training() argument 704 static int exynos_dp_sw_link_training(struct exynos_dp_device *dp) exynos_dp_sw_link_training() argument 741 static int exynos_dp_set_link_train(struct exynos_dp_device *dp, exynos_dp_set_link_train() argument 760 static int exynos_dp_config_video(struct exynos_dp_device *dp) exynos_dp_config_video() argument 824 static void exynos_dp_enable_scramble(struct exynos_dp_device *dp, bool enable) exynos_dp_enable_scramble() argument 851 struct exynos_dp_device *dp = arg; exynos_dp_irq_handler() local 884 struct exynos_dp_device *dp; exynos_dp_hotplug() local 894 struct exynos_dp_device *dp = encoder_to_dp(encoder); exynos_dp_commit() local 968 struct exynos_dp_device *dp = ctx_from_connector(connector); exynos_dp_get_modes() local 996 struct exynos_dp_device *dp = ctx_from_connector(connector); exynos_dp_best_encoder() local 1007 static int exynos_drm_attach_lcd_bridge(struct exynos_dp_device *dp, exynos_drm_attach_lcd_bridge() argument 1025 struct exynos_dp_device *dp = encoder_to_dp(encoder); exynos_dp_create_connector() local 1070 struct exynos_dp_device *dp = encoder_to_dp(encoder); exynos_dp_enable() local 1097 struct exynos_dp_device *dp = encoder_to_dp(encoder); exynos_dp_disable() local 1195 static int exynos_dp_dt_parse_panel(struct exynos_dp_device *dp) exynos_dp_dt_parse_panel() argument 1210 struct exynos_dp_device *dp = dev_get_drvdata(dev); exynos_dp_bind() local 1333 struct exynos_dp_device *dp = dev_get_drvdata(dev); exynos_dp_unbind() local 1347 struct exynos_dp_device *dp; exynos_dp_probe() local 433 exynos_dp_get_lane_link_training( struct exynos_dp_device *dp, int lane) exynos_dp_get_lane_link_training() argument
|
/linux-4.4.14/drivers/char/ |
H A D | rtc.c | 974 struct device_node *dp; rtc_init() local
|
/linux-4.4.14/net/ceph/ |
H A D | auth_x.c | 147 void *dp, *dend; process_one_ticket() local
|
/linux-4.4.14/security/tomoyo/ |
H A D | util.c | 417 unsigned char *dp = buffer; tomoyo_normalize_line() local
|
/linux-4.4.14/include/video/ |
H A D | imx-ipu-v3.h | 346 int dp; member in struct:ipu_client_platformdata
|
/linux-4.4.14/fs/ntfs/ |
H A D | compress.c | 185 struct page *dp; /* Current destination page being worked on. */ ntfs_decompress() local
|
/linux-4.4.14/arch/powerpc/math-emu/ |
H A D | math_efp.c | 111 u64 dp[1]; member in union:dw_union
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | nvram.c | 507 static int __init core99_nvram_setup(struct device_node *dp, unsigned long addr) core99_nvram_setup() argument 558 struct device_node *dp; pmac_nvram_init() local
|
/linux-4.4.14/drivers/usb/host/ |
H A D | isp116x-hcd.c | 91 u8 *dp = (u8 *) buf; write_ptddata_to_fifo() local 128 u8 *dp = (u8 *) buf; read_ptddata_from_fifo() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | dir.c | 154 struct lu_dirpage *dp; ll_dir_filler() local 281 struct lu_dirpage *dp; ll_dir_page_locate() local 340 struct lu_dirpage *dp; ll_get_dir_page() local 494 struct lu_dirpage *dp; ll_dir_read() local
|
H A D | statahead.c | 1077 struct lu_dirpage *dp; ll_statahead_thread() local 1360 struct lu_dirpage *dp; is_first_dirent() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | dss.c | 636 enum omap_display_type dp; dss_select_hdmi_venc_clk_source() local
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 1353 struct device_node *dp; tulip_init_one() local 1621 struct device_node *dp = pci_device_to_OF_node(pdev); tulip_init_one() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | intel_cacheinfo.c | 714 unsigned char *dp = (unsigned char *)regs; init_intel_cacheinfo() local
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_imap.c | 309 struct dinode *dp; diRead() local 433 struct dinode *dp; diReadSpecial() local 521 struct dinode *dp; diWriteSpecial() local 605 struct dinode *dp; diWrite() local 2180 struct dinode *dp; diNewExt() local
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4callback.c | 485 const struct nfs4_delegation *dp = cb_to_delegation(cb); nfs4_xdr_enc_cb_recall() local 322 encode_cb_recall4args(struct xdr_stream *xdr, const struct nfs4_delegation *dp, struct nfs4_cb_compound_hdr *hdr) encode_cb_recall4args() argument
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | etr.h | 13 unsigned int dp : 1; /* data port control */ member in struct:etr_eacr
|