/linux-3.3/arch/sparc/kernel/ |
D | prom_64.c | 72 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component() 113 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component() 148 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() 165 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component() 190 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component() 212 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component() 227 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component() 245 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component() 264 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component() 285 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component() [all …]
|
D | prom_32.c | 61 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) in sparc32_path_component() 77 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component() 94 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component() 119 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component() 136 static void __init ambapp_path_component(struct device_node *dp, char *tmp_buf) in ambapp_path_component() 175 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component() 197 char * __init build_path_component(struct device_node *dp) in build_path_component() 217 struct device_node *dp; in of_console_init() local 335 void __init irq_trans_init(struct device_node *dp) in irq_trans_init()
|
D | prom_irqtrans.c | 42 static unsigned int psycho_irq_build(struct device_node *dp, in psycho_irq_build() 72 static void __init psycho_irq_trans_init(struct device_node *dp) in psycho_irq_trans_init() 181 static int sabre_device_needs_wsync(struct device_node *dp) in sabre_device_needs_wsync() 220 static unsigned int sabre_irq_build(struct device_node *dp, in sabre_irq_build() 268 static void __init sabre_irq_trans_init(struct device_node *dp) in sabre_irq_trans_init() 377 static unsigned int schizo_irq_build(struct device_node *dp, in schizo_irq_build() 425 static void __init __schizo_irq_trans_init(struct device_node *dp, in __schizo_irq_trans_init() 448 static void __init schizo_irq_trans_init(struct device_node *dp) in schizo_irq_trans_init() 453 static void __init tomatillo_irq_trans_init(struct device_node *dp) in tomatillo_irq_trans_init() 458 static unsigned int pci_sun4v_irq_build(struct device_node *dp, in pci_sun4v_irq_build() [all …]
|
/linux-3.3/sound/core/seq/oss/ |
D | seq_oss_event.c | 54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() 107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 187 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 208 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 235 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 270 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event() 286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event() 341 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event() 372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event() [all …]
|
D | seq_oss_init.c | 179 struct seq_oss_devinfo *dp; in snd_seq_oss_open() local 314 create_port(struct seq_oss_devinfo *dp) in create_port() 349 delete_port(struct seq_oss_devinfo *dp) in delete_port() 364 alloc_seq_queue(struct seq_oss_devinfo *dp) in alloc_seq_queue() 405 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; in free_devinfo() local 424 snd_seq_oss_release(struct seq_oss_devinfo *dp) in snd_seq_oss_release() 453 snd_seq_oss_drain_write(struct seq_oss_devinfo *dp) in snd_seq_oss_drain_write() 470 snd_seq_oss_reset(struct seq_oss_devinfo *dp) in snd_seq_oss_reset() 522 struct seq_oss_devinfo *dp; in snd_seq_oss_system_info_read() local
|
D | seq_oss_midi.c | 284 snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp) in snd_seq_oss_midi_setup() 293 snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp) in snd_seq_oss_midi_cleanup() 306 snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode) in snd_seq_oss_midi_open_all() 318 get_mididev(struct seq_oss_devinfo *dp, int dev) in get_mididev() 330 snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode) in snd_seq_oss_midi_open() 397 snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_close() 435 snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_filemode() 458 snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_reset() 507 snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr) in snd_seq_oss_midi_get_addr() 525 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data; in snd_seq_oss_midi_input() local [all …]
|
D | seq_oss_synth.c | 212 snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_setup() 273 snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_setup_midi() 307 snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_cleanup() 349 is_midi_dev(struct seq_oss_devinfo *dp, int dev) in is_midi_dev() 362 get_synthdev(struct seq_oss_devinfo *dp, int dev) in get_synthdev() 403 snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_synth_reset() 456 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt, in snd_seq_oss_synth_load_patch() 482 snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_synth_is_valid() 500 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_eve… in snd_seq_oss_synth_sysex() 557 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr() [all …]
|
D | seq_oss_ioctl.c | 31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_synth_info_user() 44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_midi_info_user() 57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) in snd_seq_oss_oob_user() 74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) in snd_seq_oss_ioctl()
|
D | seq_oss_rw.c | 44 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count) in snd_seq_oss_read() 96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) in snd_seq_oss_write() 164 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue() 200 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) in snd_seq_oss_poll()
|
D | seq_oss.c | 148 struct seq_oss_devinfo *dp; in odev_release() local 165 struct seq_oss_devinfo *dp; in odev_read() local 176 struct seq_oss_devinfo *dp; in odev_write() local 186 struct seq_oss_devinfo *dp; in odev_ioctl() local 202 struct seq_oss_devinfo *dp; in odev_poll() local
|
/linux-3.3/arch/ia64/kernel/ |
D | unwind_decoder.c | 85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() 102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() 120 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() 140 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() 161 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() 172 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() 187 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3() 197 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1() 206 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5() 255 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6() [all …]
|
/linux-3.3/drivers/isdn/hisax/ |
D | q931.c | 203 char *dp = dest; in prbits() local 448 char *dp = dest; in prcause() local 524 char *dp = dest; in prcause_1tr6() local 559 char *dp = dest; in prchident() local 572 char *dp = dest; in prcalled() local 589 char *dp = dest; in prcalling() local 615 char *dp = dest, ch; in prbearer() local 663 char *dp = dest; in prbearer_ni1() local 720 char *dp = dest; in general() local 747 char *dp = dest; in general_ni1() local [all …]
|
/linux-3.3/drivers/md/ |
D | dm-io.c | 176 static void list_get_page(struct dpages *dp, in list_get_page() 187 static void list_next_page(struct dpages *dp) in list_next_page() 194 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned offset) in list_dp_init() 205 static void bvec_get_page(struct dpages *dp, in bvec_get_page() 214 static void bvec_next_page(struct dpages *dp) in bvec_next_page() 220 static void bvec_dp_init(struct dpages *dp, struct bio_vec *bvec) in bvec_dp_init() 230 static void vm_get_page(struct dpages *dp, in vm_get_page() 238 static void vm_next_page(struct dpages *dp) in vm_next_page() 244 static void vm_dp_init(struct dpages *dp, void *data) in vm_dp_init() 265 static void km_get_page(struct dpages *dp, struct page **p, unsigned long *len, in km_get_page() [all …]
|
/linux-3.3/drivers/sbus/char/ |
D | openprom.c | 144 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop() 161 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop() 191 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt() 199 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext() 246 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node() 253 struct device_node *dp; in oprompci2node() local 271 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node() 304 struct device_node *dp) in openprom_sunos_ioctl() 378 struct device_node *dp = of_find_node_by_phandle(n); in get_node() local 416 struct device_node *dp; in opiocget() local [all …]
|
/linux-3.3/net/openvswitch/ |
D | datapath.c | 93 struct datapath *dp = NULL; in get_dp() local 109 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name() 115 static int get_dpifindex(struct datapath *dp) in get_dpifindex() 135 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu() local 149 struct datapath *dp = parms->dp; in new_vport() local 174 struct datapath *dp = p->dp; in ovs_dp_process_received_packet() local 227 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() 377 struct datapath *dp; in flush_flows() local 599 struct datapath *dp; in ovs_packet_cmd_execute() local 700 static void get_dp_stats(struct datapath *dp, struct ovs_dp_stats *stats) in get_dp_stats() [all …]
|
/linux-3.3/fs/xfs/ |
D | xfs_dir2.c | 120 xfs_inode_t *dp) in xfs_dir_isempty() 173 xfs_inode_t *dp, in xfs_dir_init() 194 xfs_inode_t *dp, in xfs_dir_createname() 272 xfs_inode_t *dp, in xfs_dir_lookup() 325 xfs_inode_t *dp, in xfs_dir_removename() 371 xfs_inode_t *dp, in xfs_readdir() 406 xfs_inode_t *dp, in xfs_dir_replace() 456 xfs_inode_t *dp, in xfs_dir_canenter() 510 struct xfs_inode *dp = args->dp; in xfs_dir2_grow_inode() local 551 xfs_inode_t *dp, in xfs_dir2_isblock() [all …]
|
D | xfs_dir2_sf.c | 144 xfs_inode_t *dp, /* incore inode pointer */ in xfs_dir2_block_sfsize() 233 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_block_to_sf() local 346 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname() local 460 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_easy() local 513 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_hard() local 606 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_addname_pick() local 681 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_check() local 724 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_create() local 771 xfs_inode_t *dp, /* incore directory inode */ in xfs_dir2_sf_getdents() 876 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_lookup() local [all …]
|
/linux-3.3/net/dccp/ |
D | output.c | 50 struct dccp_sock *dp = dccp_sk(sk); in dccp_transmit_skb() local 153 static u32 dccp_determine_ccmps(const struct dccp_sock *dp) in dccp_determine_ccmps() 165 struct dccp_sock *dp = dccp_sk(sk); in dccp_sync_mss() local 246 struct dccp_sock *dp = dccp_sk(sk); in dccp_xmit_packet() local 308 struct dccp_sock *dp = dccp_sk(sk); in dccp_flush_write_queue() local 347 struct dccp_sock *dp = dccp_sk(sk); in dccp_write_xmit() local 532 struct dccp_sock *dp = dccp_sk(sk); in dccp_connect() local 666 struct dccp_sock *dp = dccp_sk(sk); in dccp_send_close() local
|
D | input.c | 176 const struct dccp_sock *dp = dccp_sk(sk); in dccp_deliver_input_to_ccids() local 192 struct dccp_sock *dp = dccp_sk(sk); in dccp_check_seqno() local 290 struct dccp_sock *dp = dccp_sk(sk); in __dccp_rcv_established() local 406 struct dccp_sock *dp = dccp_sk(sk); in dccp_rcv_request_sent_state_process() local 526 struct dccp_sock *dp = dccp_sk(sk); in dccp_rcv_respond_partopen_state_process() local 577 struct dccp_sock *dp = dccp_sk(sk); in dccp_rcv_state_process() local
|
/linux-3.3/drivers/of/ |
D | pdt.c | 39 static char * __init of_pdt_build_full_name(struct device_node *dp) in of_pdt_build_full_name() 64 static inline void irq_trans_init(struct device_node *dp) { } in irq_trans_init() 66 static char * __init of_pdt_build_full_name(struct device_node *dp) in of_pdt_build_full_name() 174 struct device_node *dp; in of_pdt_create_node() local 201 struct device_node *dp; in of_pdt_build_tree() local
|
/linux-3.3/arch/m68k/mm/ |
D | memory.c | 34 #define PD_MARKBITS(dp) (*(unsigned char *)&PD_PAGE(dp)->index) argument 40 ptable_desc *dp; in init_pointer_table() local 64 ptable_desc *dp = ptable_list.next; in get_pointer_table() local 104 ptable_desc *dp; in free_pointer_table() local
|
/linux-3.3/arch/powerpc/kernel/ |
D | proc_powerpc.c | 35 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in page_map_seek() local 58 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in page_map_read() local 64 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in page_map_mmap() local
|
D | rtas_flash.c | 195 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in rtas_flash_release() local 257 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in rtas_flash_read() local 286 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in rtas_flash_write() local 339 struct proc_dir_entry *dp = PDE(inode); in rtas_excl_open() local 356 struct proc_dir_entry *dp = PDE(inode); in rtas_excl_release() local 378 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in manage_flash_read() local 395 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in manage_flash_write() local 466 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in validate_flash_read() local 481 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in validate_flash_write() local 530 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode); in validate_flash_release() local [all …]
|
/linux-3.3/drivers/net/ |
D | ifb.c | 66 struct ifb_private *dp = netdev_priv(_dev); in ri_tasklet() local 135 struct ifb_private *dp = netdev_priv(dev); in ifb_stats64() local 192 struct ifb_private *dp = netdev_priv(dev); in ifb_xmit() local 221 struct ifb_private *dp = netdev_priv(dev); in ifb_close() local 232 struct ifb_private *dp = netdev_priv(dev); in ifb_open() local
|
/linux-3.3/fs/quota/ |
D | quota_v2.c | 174 static void v2r0_disk2memdqb(struct dquot *dquot, void *dp) in v2r0_disk2memdqb() 194 static void v2r0_mem2diskdqb(void *dp, struct dquot *dquot) in v2r0_mem2diskdqb() 214 static int v2r0_is_id(void *dp, struct dquot *dquot) in v2r0_is_id() 225 static void v2r1_disk2memdqb(struct dquot *dquot, void *dp) in v2r1_disk2memdqb() 245 static void v2r1_mem2diskdqb(void *dp, struct dquot *dquot) in v2r1_mem2diskdqb() 265 static int v2r1_is_id(void *dp, struct dquot *dquot) in v2r1_is_id()
|