/linux-2.6.39/drivers/staging/asus_oled/ |
D | asus_oled.c | 283 static void send_packet(struct usb_device *udev, in send_packet() function 309 send_packet(udev, packet, 0, 0x100, buf, in send_packets_g50() 311 send_packet(udev, packet, 0x100, 0x080, buf, in send_packets_g50() 314 send_packet(udev, packet, 0x180, 0x100, buf, in send_packets_g50() 316 send_packet(udev, packet, 0x280, 0x100, buf, in send_packets_g50() 318 send_packet(udev, packet, 0x380, 0x080, buf, in send_packets_g50()
|
/linux-2.6.39/drivers/tty/ipwireless/ |
D | hardware.c | 1236 static void send_packet(struct ipw_hardware *hw, int priority, in send_packet() function 1309 send_packet(hw, PRIO_DATA, packet); in ipwireless_send_packet() 1328 send_packet(hw, prio, &packet->header); in set_control_line() 1420 send_packet(hw, PRIO_SETUP, &config_packet->header); in __handle_setup_get_version_rsp() 1430 send_packet(hw, PRIO_SETUP, &config_done_packet->header); in __handle_setup_get_version_rsp() 1443 send_packet(hw, PRIO_SETUP, &open_packet->header); in __handle_setup_get_version_rsp() 1482 send_packet(hw, PRIO_SETUP, &info_packet->header); in __handle_setup_get_version_rsp() 1523 send_packet(hw, PRIO_SETUP, &ver_packet->header); in ipw_send_setup_packet() 1577 send_packet(hw, PRIO_SETUP, &packet->header); in handle_received_SETUP_packet()
|
/linux-2.6.39/drivers/media/rc/ |
D | imon.c | 467 static int send_packet(struct imon_context *ictx) in send_packet() function 575 retval = send_packet(ictx); in send_associate_24g() 657 retval = send_packet(ictx); in send_set_imon_clock() 872 retval = send_packet(ictx); in vfd_write() 886 retval = send_packet(ictx); in vfd_write() 940 retval = send_packet(ictx); in lcd_write() 1047 retval = send_packet(ictx); in imon_ir_change_protocol() 1861 ret = send_packet(ictx); in imon_init_rdev()
|
/linux-2.6.39/net/tipc/ |
D | socket.c | 630 static int send_packet(struct kiocb *iocb, struct socket *sock, in send_packet() function 710 res = send_packet(NULL, sock, m, total_len); in send_stream() 756 res = send_packet(NULL, sock, &my_msg, 0); in send_stream() 1562 send_packet(NULL, new_sock, &m, 0); in accept() 1808 .sendmsg = send_packet,
|
/linux-2.6.39/net/batman-adv/ |
D | send.c | 162 static void send_packet(struct forw_packet *forw_packet) in send_packet() function 506 send_packet(forw_packet); in send_outstanding_bat_packet()
|
/linux-2.6.39/drivers/staging/lirc/ |
D | lirc_imon.c | 319 static int send_packet(struct imon_context *context) in send_packet() function 426 retval = send_packet(context); in vfd_write() 442 retval = send_packet(context); in vfd_write()
|
D | lirc_sasem.c | 319 static int send_packet(struct sasem_context *context) in send_packet() function 440 retval = send_packet(context); in vfd_write()
|
/linux-2.6.39/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 1383 goto send_packet; in dsp_cmx_send_member() 1406 goto send_packet; in dsp_cmx_send_member() 1446 goto send_packet; in dsp_cmx_send_member() 1507 goto send_packet; in dsp_cmx_send_member() 1570 goto send_packet; in dsp_cmx_send_member() 1572 send_packet: in dsp_cmx_send_member()
|
/linux-2.6.39/drivers/net/ |
D | 3c505.c | 979 static netdev_tx_t send_packet(struct net_device *dev, struct sk_buff *skb) in send_packet() function 1086 if (!send_packet(dev, skb)) { in elp_start_xmit()
|
D | ksz884x.c | 4654 static void send_packet(struct sk_buff *skb, struct net_device *dev) in send_packet() function 4905 send_packet(skb, dev); in netdev_tx()
|