/linux-3.4.99/sound/oss/ |
D | midi_synth.c | 124 midi_synth_input(int orig_dev, unsigned char data) in midi_synth_input() argument 142 if (orig_dev < 0 || orig_dev > num_midis || midi_devs[orig_dev] == NULL) in midi_synth_input() 148 dev = midi2synth[orig_dev]; in midi_synth_input() 149 inc = &midi_devs[orig_dev]->in_info; in midi_synth_input() 229 printk("MIDI%d: Unexpected state %d (%02x)\n", orig_dev, inc->m_state, (int) data); in midi_synth_input() 237 int orig_dev = synth_devs[dev]->midi_dev; in leave_sysex() local 245 while (!midi_devs[orig_dev]->outputc(orig_dev, 0xf7) && in leave_sysex() 285 int orig_dev = synth_devs[dev]->midi_dev; in midi_synth_kill_note() local 299 msg = prev_out_status[orig_dev] & 0xf0; in midi_synth_kill_note() 300 chn = prev_out_status[orig_dev] & 0x0f; in midi_synth_kill_note() [all …]
|
D | sequencer.c | 1325 int midi_dev, orig_dev, val, err; in sequencer_ioctl() local 1332 orig_dev = dev = dev >> 4; in sequencer_ioctl() 1427 if (!(synth_open_mask & (1 << dev)) && !orig_dev) in sequencer_ioctl() 1444 if (!(synth_open_mask & (1 << dev)) && !orig_dev) in sequencer_ioctl() 1464 if (!(synth_open_mask & (1 << dev)) && !orig_dev) in sequencer_ioctl() 1474 if (!(synth_open_mask & (1 << dev)) && !orig_dev) in sequencer_ioctl()
|
/linux-3.4.99/include/net/ |
D | llc.h | 62 struct net_device *orig_dev); 99 struct packet_type *pt, struct net_device *orig_dev); 114 struct net_device *orig_dev));
|
D | psnap.h | 8 struct net_device *orig_dev));
|
D | p8022.h | 8 struct net_device *orig_dev));
|
/linux-3.4.99/net/llc/ |
D | llc_input.c | 146 struct packet_type *pt, struct net_device *orig_dev) in llc_rcv() argument 187 rcv(skb, dev, pt, orig_dev); in llc_rcv() 194 rcv(cskb, dev, pt, orig_dev); in llc_rcv()
|
D | llc_core.c | 95 struct net_device *orig_dev)) in llc_sap_open() argument
|
/linux-3.4.99/net/802/ |
D | psnap.c | 50 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv() argument 67 rc = proto->rcvfunc(skb, dev, &snap_packet_type, orig_dev); in snap_rcv()
|
D | p8022.c | 40 struct net_device *orig_dev)) in register_8022_client() argument
|
D | stp.c | 34 struct packet_type *pt, struct net_device *orig_dev) in stp_pdu_rcv() argument
|
/linux-3.4.99/drivers/net/hamradio/ |
D | bpqether.c | 179 …truct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) in bpq_rcv() argument 251 struct net_device *orig_dev; in bpq_xmit() local 286 orig_dev = dev; in bpq_xmit() 288 orig_dev->stats.tx_dropped++; in bpq_xmit()
|
/linux-3.4.99/include/net/irda/ |
D | irda.h | 129 struct net_device *orig_dev);
|
/linux-3.4.99/net/dsa/ |
D | tag_trailer.c | 70 struct packet_type *pt, struct net_device *orig_dev) in trailer_rcv() argument
|
D | tag_dsa.c | 80 struct packet_type *pt, struct net_device *orig_dev) in dsa_rcv() argument
|
D | tag_edsa.c | 93 struct packet_type *pt, struct net_device *orig_dev) in edsa_rcv() argument
|
/linux-3.4.99/drivers/block/aoe/ |
D | aoenet.c | 102 …v(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev) in aoenet_rcv() argument
|
/linux-3.4.99/net/x25/ |
D | x25_dev.c | 98 struct packet_type *ptype, struct net_device *orig_dev) in x25_lapb_receive_frame() argument
|
/linux-3.4.99/net/ipv4/ |
D | ipconfig.c | 463 …(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev); 484 …v(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) in ic_rarp_recv() argument 625 …(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev); 928 …v(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) in ic_bootp_recv() argument
|
D | ip_input.c | 376 …v(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) in ip_rcv() argument
|
/linux-3.4.99/net/batman-adv/ |
D | hard-interface.c | 38 struct net_device *orig_dev); 552 struct net_device *orig_dev) in batman_skb_recv() argument
|
/linux-3.4.99/net/core/ |
D | dev.c | 1638 struct net_device *orig_dev) in deliver_skb() argument 1641 return pt_prev->func(skb, skb->dev, pt_prev, orig_dev); in deliver_skb() 3083 int *ret, struct net_device *orig_dev) in handle_ing() argument 3091 *ret = deliver_skb(skb, *pt_prev, orig_dev); in handle_ing() 3165 struct net_device *orig_dev; in __netif_receive_skb() local 3181 orig_dev = skb->dev; in __netif_receive_skb() 3211 ret = deliver_skb(skb, pt_prev, orig_dev); in __netif_receive_skb() 3217 skb = handle_ing(skb, &pt_prev, &ret, orig_dev); in __netif_receive_skb() 3225 ret = deliver_skb(skb, pt_prev, orig_dev); in __netif_receive_skb() 3237 ret = deliver_skb(skb, pt_prev, orig_dev); in __netif_receive_skb() [all …]
|
/linux-3.4.99/net/ipv6/ |
D | ip6_input.c | 58 …v(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) in ipv6_rcv() argument
|
/linux-3.4.99/net/tipc/ |
D | eth_media.c | 121 struct packet_type *pt, struct net_device *orig_dev) in recv_msg() argument
|
/linux-3.4.99/drivers/net/wan/ |
D | hdlc.c | 58 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv() argument
|
/linux-3.4.99/net/ieee802154/ |
D | af_ieee802154.c | 302 struct packet_type *pt, struct net_device *orig_dev) in ieee802154_rcv() argument
|