dlc 487 drivers/net/can/c_can/c_can.c priv->dlc[idx] = frame->can_dlc; dlc 746 drivers/net/can/c_can/c_can.c bytes += priv->dlc[idx]; dlc 216 drivers/net/can/c_can/c_can.h u32 dlc[C_CAN_MSG_OBJ_TX_NUM]; dlc 389 drivers/net/can/cc770/cc770.c u8 dlc, rtr; dlc 393 drivers/net/can/cc770/cc770.c dlc = cf->can_dlc; dlc 405 drivers/net/can/cc770/cc770.c (dlc << 4) | rtr | MSGCFG_XTD); dlc 412 drivers/net/can/cc770/cc770.c cc770_write_reg(priv, msgobj[mo].config, (dlc << 4) | rtr); dlc 417 drivers/net/can/cc770/cc770.c for (i = 0; i < dlc; i++) dlc 1358 drivers/net/can/grcan.c u32 i, rtr, eff, dlc, tmp, err; dlc 1402 drivers/net/can/grcan.c dlc = cf->can_dlc; dlc 1409 drivers/net/can/grcan.c slot[1] = ((dlc << GRCAN_MSG_DLC_BIT) & GRCAN_MSG_DLC); dlc 1412 drivers/net/can/grcan.c for (i = 0; i < dlc; i++) { dlc 257 drivers/net/can/ifi_canfd/ifi_canfd.c u32 dlc, id; dlc 271 drivers/net/can/ifi_canfd/ifi_canfd.c dlc = (rxdlc >> IFI_CANFD_RXFIFO_DLC_DLC_OFFSET) & dlc 274 drivers/net/can/ifi_canfd/ifi_canfd.c cf->len = can_dlc2len(dlc); dlc 276 drivers/net/can/ifi_canfd/ifi_canfd.c cf->len = get_can_dlc(dlc); dlc 1288 drivers/net/can/janz-ican3.c u8 dlc; dlc 1297 drivers/net/can/janz-ican3.c dlc = cf->can_dlc; dlc 1302 drivers/net/can/janz-ican3.c return dlc; dlc 1310 drivers/net/can/janz-ican3.c return dlc; dlc 1468 drivers/net/can/kvaser_pciefd.c int dlc = can_get_echo_skb(can->can.dev, echo_idx); dlc 1471 drivers/net/can/kvaser_pciefd.c stats->tx_bytes += dlc; dlc 1534 drivers/net/can/kvaser_pciefd.c int dlc = can_get_echo_skb(can->can.dev, echo_idx); dlc 1545 drivers/net/can/kvaser_pciefd.c stats->tx_bytes += dlc; dlc 443 drivers/net/can/m_can/m_can.c u32 id, fgi, dlc; dlc 448 drivers/net/can/m_can/m_can.c dlc = m_can_fifo_read(cdev, fgi, M_CAN_FIFO_DLC); dlc 449 drivers/net/can/m_can/m_can.c if (dlc & RX_BUF_FDF) dlc 458 drivers/net/can/m_can/m_can.c if (dlc & RX_BUF_FDF) dlc 459 drivers/net/can/m_can/m_can.c cf->len = can_dlc2len((dlc >> 16) & 0x0F); dlc 461 drivers/net/can/m_can/m_can.c cf->len = get_can_dlc((dlc >> 16) & 0x0F); dlc 474 drivers/net/can/m_can/m_can.c if (!(dlc & RX_BUF_FDF) && (id & RX_BUF_RTR)) { dlc 477 drivers/net/can/m_can/m_can.c if (dlc & RX_BUF_BRS) dlc 712 drivers/net/can/pch_can.c u32 dlc; dlc 718 drivers/net/can/pch_can.c dlc = get_can_dlc(ioread32(&priv->regs->ifregs[1].mcont) & dlc 720 drivers/net/can/pch_can.c stats->tx_bytes += dlc; dlc 46 drivers/net/can/rcar/rcar_can.c u8 dlc; /* Data Length Code - bits [0..3] */ dlc 617 drivers/net/can/rcar/rcar_can.c writeb(cf->can_dlc, &priv->regs->mb[RCAR_CAN_TX_FIFO_MBX].dlc); dlc 647 drivers/net/can/rcar/rcar_can.c u8 dlc; dlc 661 drivers/net/can/rcar/rcar_can.c dlc = readb(&priv->regs->mb[RCAR_CAN_RX_FIFO_MBX].dlc); dlc 662 drivers/net/can/rcar/rcar_can.c cf->can_dlc = get_can_dlc(dlc); dlc 666 drivers/net/can/rcar/rcar_can.c for (dlc = 0; dlc < cf->can_dlc; dlc++) dlc 667 drivers/net/can/rcar/rcar_can.c cf->data[dlc] = dlc 668 drivers/net/can/rcar/rcar_can.c readb(&priv->regs->mb[RCAR_CAN_RX_FIFO_MBX].data[dlc]); dlc 1343 drivers/net/can/rcar/rcar_canfd.c u32 sts = 0, id, dlc; dlc 1360 drivers/net/can/rcar/rcar_canfd.c dlc = RCANFD_CFPTR_CFDLC(can_len2dlc(cf->len)); dlc 1366 drivers/net/can/rcar/rcar_canfd.c RCANFD_F_CFPTR(ch, RCANFD_CFFIFO_IDX), dlc); dlc 1387 drivers/net/can/rcar/rcar_canfd.c RCANFD_C_CFPTR(ch, RCANFD_CFFIFO_IDX), dlc); dlc 1417 drivers/net/can/rcar/rcar_canfd.c u32 sts = 0, id, dlc; dlc 1423 drivers/net/can/rcar/rcar_canfd.c dlc = rcar_canfd_read(priv->base, RCANFD_F_RFPTR(ridx)); dlc 1433 drivers/net/can/rcar/rcar_canfd.c dlc = rcar_canfd_read(priv->base, RCANFD_C_RFPTR(ridx)); dlc 1449 drivers/net/can/rcar/rcar_canfd.c cf->len = can_dlc2len(RCANFD_RFPTR_RFDLC(dlc)); dlc 1451 drivers/net/can/rcar/rcar_canfd.c cf->len = get_can_dlc(RCANFD_RFPTR_RFDLC(dlc)); dlc 1467 drivers/net/can/rcar/rcar_canfd.c cf->len = get_can_dlc(RCANFD_RFPTR_RFDLC(dlc)); dlc 287 drivers/net/can/sja1000/sja1000.c uint8_t dlc; dlc 298 drivers/net/can/sja1000/sja1000.c fi = dlc = cf->can_dlc; dlc 319 drivers/net/can/sja1000/sja1000.c for (i = 0; i < dlc; i++) dlc 416 drivers/net/can/sun4i_can.c u8 dlc; dlc 427 drivers/net/can/sun4i_can.c dlc = cf->can_dlc; dlc 428 drivers/net/can/sun4i_can.c msg_flag_n = dlc; dlc 446 drivers/net/can/sun4i_can.c for (i = 0; i < dlc; i++) dlc 233 drivers/net/can/usb/ems_usb.c u8 dlc; dlc 519 drivers/net/can/usb/ems_usb.c netdev->stats.tx_bytes += context->dlc; dlc 797 drivers/net/can/usb/ems_usb.c context->dlc = cf->can_dlc; dlc 119 drivers/net/can/usb/esd_usb2.c u8 dlc; dlc 129 drivers/net/can/usb/esd_usb2.c u8 dlc; dlc 186 drivers/net/can/usb/esd_usb2.c int dlc; dlc 324 drivers/net/can/usb/esd_usb2.c cf->can_dlc = get_can_dlc(msg->msg.rx.dlc & ~ESD_RTR); dlc 329 drivers/net/can/usb/esd_usb2.c if (msg->msg.rx.dlc & ESD_RTR) { dlc 358 drivers/net/can/usb/esd_usb2.c stats->tx_bytes += context->dlc; dlc 740 drivers/net/can/usb/esd_usb2.c msg->msg.tx.dlc = cf->can_dlc; dlc 744 drivers/net/can/usb/esd_usb2.c msg->msg.tx.dlc |= ESD_RTR; dlc 772 drivers/net/can/usb/esd_usb2.c context->dlc = cf->can_dlc; dlc 80 drivers/net/can/usb/kvaser_usb/kvaser_usb.h int dlc; dlc 548 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c buf = dev->ops->dev_frame_to_cmd(priv, skb, &context->dlc, &cmd_len, dlc 233 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c u8 dlc; dlc 247 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c u8 dlc; dlc 336 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c u8 dlc; dlc 1123 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c stats->tx_bytes += can_dlc2len(context->dlc); dlc 1183 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cf->can_dlc = get_can_dlc(cmd->rx_can.dlc); dlc 1205 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c u8 dlc; dlc 1216 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c dlc = (kcan_header & KVASER_USB_KCAN_DATA_DLC_MASK) >> dlc 1254 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cf->len = can_dlc2len(get_canfd_dlc(dlc)); dlc 1260 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cf->len = get_can_dlc(dlc); dlc 1354 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c u8 dlc = can_len2dlc(cf->len); dlc 1382 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cmd->tx_can.dlc = dlc; dlc 1398 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c kcan_header = ((dlc << KVASER_USB_KCAN_DATA_DLC_SHIFT) & dlc 1458 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c cmd->tx_can.dlc = cf->can_dlc; dlc 282 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c u8 dlc; dlc 593 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c stats->tx_bytes += context->dlc; dlc 981 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c cf->can_dlc = get_can_dlc(cmd->u.leaf.log_message.dlc); dlc 67 drivers/net/can/usb/mcba_usb.c u8 dlc; dlc 92 drivers/net/can/usb/mcba_usb.c u8 dlc; dlc 187 drivers/net/can/usb/mcba_usb.c ctx->dlc = cf->can_dlc; dlc 190 drivers/net/can/usb/mcba_usb.c ctx->dlc = 0; dlc 237 drivers/net/can/usb/mcba_usb.c netdev->stats.tx_bytes += ctx->dlc; dlc 353 drivers/net/can/usb/mcba_usb.c usb_msg.dlc = cf->can_dlc; dlc 355 drivers/net/can/usb/mcba_usb.c memcpy(usb_msg.data, cf->data, usb_msg.dlc); dlc 358 drivers/net/can/usb/mcba_usb.c usb_msg.dlc |= MCBA_DLC_RTR_MASK; dlc 451 drivers/net/can/usb/mcba_usb.c if (msg->dlc & MCBA_DLC_RTR_MASK) dlc 454 drivers/net/can/usb/mcba_usb.c cf->can_dlc = get_can_dlc(msg->dlc & MCBA_DLC_MASK); dlc 212 drivers/net/can/usb/ucan.c u8 dlc; /* RTR dlc */ dlc 262 drivers/net/can/usb/ucan.c u8 dlc; dlc 309 drivers/net/can/usb/ucan.c return get_can_dlc(msg->dlc); dlc 637 drivers/net/can/usb/ucan.c u8 echo_index, dlc; dlc 661 drivers/net/can/usb/ucan.c dlc = READ_ONCE(context->dlc); dlc 674 drivers/net/can/usb/ucan.c up->netdev->stats.tx_bytes += dlc; dlc 1079 drivers/net/can/usb/ucan.c offsetof(struct ucan_can_msg, dlc) + dlc 1080 drivers/net/can/usb/ucan.c sizeof(m->msg.can_msg.dlc); dlc 1081 drivers/net/can/usb/ucan.c m->msg.can_msg.dlc = cf->can_dlc; dlc 1089 drivers/net/can/usb/ucan.c context->dlc = cf->can_dlc; dlc 117 drivers/net/can/usb/usb_8dev.c u8 dlc; dlc 148 drivers/net/can/usb/usb_8dev.c u8 dlc; /* data length code 0-8 bytes */ dlc 159 drivers/net/can/usb/usb_8dev.c u8 dlc; /* data length code 0-8 bytes */ dlc 473 drivers/net/can/usb/usb_8dev.c cf->can_dlc = get_can_dlc(msg->dlc & 0xF); dlc 586 drivers/net/can/usb/usb_8dev.c netdev->stats.tx_bytes += context->dlc; dlc 640 drivers/net/can/usb/usb_8dev.c msg->dlc = cf->can_dlc; dlc 659 drivers/net/can/usb/usb_8dev.c context->dlc = cf->can_dlc; dlc 549 drivers/net/can/xilinx_can.c u32 id, dlc, data[2] = {0, 0}; dlc 580 drivers/net/can/xilinx_can.c dlc = can_len2dlc(cf->len) << XCAN_DLCR_DLC_SHIFT; dlc 583 drivers/net/can/xilinx_can.c dlc |= XCAN_DLCR_BRS_MASK; dlc 584 drivers/net/can/xilinx_can.c dlc |= XCAN_DLCR_EDL_MASK; dlc 591 drivers/net/can/xilinx_can.c priv->write_reg(priv, XCAN_FRAME_DLC_OFFSET(frame_offset), dlc); dlc 742 drivers/net/can/xilinx_can.c u32 id_xcan, dlc, data[2] = {0, 0}; dlc 752 drivers/net/can/xilinx_can.c dlc = priv->read_reg(priv, XCAN_FRAME_DLC_OFFSET(frame_base)) >> dlc 756 drivers/net/can/xilinx_can.c cf->can_dlc = get_can_dlc(dlc); dlc 811 drivers/net/can/xilinx_can.c u32 id_xcan, dlc, data[2] = {0, 0}, dwindex = 0, i, dw_offset; dlc 814 drivers/net/can/xilinx_can.c dlc = priv->read_reg(priv, XCAN_FRAME_DLC_OFFSET(frame_base)); dlc 815 drivers/net/can/xilinx_can.c if (dlc & XCAN_DLCR_EDL_MASK) dlc 828 drivers/net/can/xilinx_can.c if (dlc & XCAN_DLCR_EDL_MASK) dlc 829 drivers/net/can/xilinx_can.c cf->len = can_dlc2len((dlc & XCAN_DLCR_DLC_MASK) >> dlc 832 drivers/net/can/xilinx_can.c cf->len = get_can_dlc((dlc & XCAN_DLCR_DLC_MASK) >> dlc 848 drivers/net/can/xilinx_can.c if (!(dlc & XCAN_DLCR_EDL_MASK) && (id_xcan & dlc 854 drivers/net/can/xilinx_can.c if (dlc & XCAN_DLCR_EDL_MASK) { dlc 227 drivers/pci/quirks.c unsigned char dlc; dlc 234 drivers/pci/quirks.c pci_read_config_byte(d, 0x82, &dlc); dlc 235 drivers/pci/quirks.c if (!(dlc & 1<<1)) { dlc 237 drivers/pci/quirks.c dlc |= 1<<1; dlc 238 drivers/pci/quirks.c pci_write_config_byte(d, 0x82, dlc); dlc 308 include/net/bluetooth/rfcomm.h struct rfcomm_dlc *dlc; dlc 91 include/sound/simple_card_utils.h struct snd_soc_dai_link_component *dlc); dlc 970 include/sound/soc.h struct snd_soc_dai_link_component dlc; dlc 1333 include/sound/soc.h const struct snd_soc_dai_link_component *dlc); dlc 540 net/bluetooth/rfcomm/core.c struct rfcomm_dlc *dlc = NULL; dlc 550 net/bluetooth/rfcomm/core.c dlc = rfcomm_dlc_get(s, dlci); dlc 553 net/bluetooth/rfcomm/core.c return dlc; dlc 158 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; dlc 166 net/bluetooth/rfcomm/sock.c rfcomm_pi(sk)->dlc = NULL; dlc 210 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; dlc 250 net/bluetooth/rfcomm/sock.c pi->dlc->defer_setup = test_bit(BT_SK_DEFER_SETUP, dlc 258 net/bluetooth/rfcomm/sock.c pi->dlc->defer_setup = 0; dlc 264 net/bluetooth/rfcomm/sock.c pi->dlc->sec_level = pi->sec_level; dlc 265 net/bluetooth/rfcomm/sock.c pi->dlc->role_switch = pi->role_switch; dlc 295 net/bluetooth/rfcomm/sock.c rfcomm_pi(sk)->dlc = d; dlc 388 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; dlc 563 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; dlc 629 net/bluetooth/rfcomm/sock.c struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; dlc 644 net/bluetooth/rfcomm/sock.c rfcomm_dlc_unthrottle(rfcomm_pi(sk)->dlc); dlc 807 net/bluetooth/rfcomm/sock.c !rfcomm_pi(sk)->dlc->defer_setup) { dlc 812 net/bluetooth/rfcomm/sock.c l2cap_sk = rfcomm_pi(sk)->dlc->session->sock->sk; dlc 994 net/bluetooth/rfcomm/sock.c *d = rfcomm_pi(sk)->dlc; dlc 63 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; dlc 75 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb); dlc 76 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err); dlc 77 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig); dlc 84 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; dlc 86 net/bluetooth/rfcomm/tty.c BT_DBG("dev %p dlc %p", dev, dlc); dlc 88 net/bluetooth/rfcomm/tty.c rfcomm_dlc_lock(dlc); dlc 90 net/bluetooth/rfcomm/tty.c if (dlc->owner == dev) dlc 91 net/bluetooth/rfcomm/tty.c dlc->owner = NULL; dlc 92 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unlock(dlc); dlc 94 net/bluetooth/rfcomm/tty.c rfcomm_dlc_put(dlc); dlc 116 net/bluetooth/rfcomm/tty.c err = rfcomm_dlc_open(dev->dlc, &dev->src, &dev->dst, dev->channel); dlc 127 net/bluetooth/rfcomm/tty.c return (dev->dlc->state == BT_CONNECTED); dlc 139 net/bluetooth/rfcomm/tty.c rfcomm_dlc_close(dev->dlc, 0); dlc 217 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc) dlc 276 net/bluetooth/rfcomm/tty.c rfcomm_dlc_lock(dlc); dlc 279 net/bluetooth/rfcomm/tty.c struct sock *sk = dlc->owner; dlc 284 net/bluetooth/rfcomm/tty.c rfcomm_dlc_throttle(dlc); dlc 293 net/bluetooth/rfcomm/tty.c dlc->data_ready = rfcomm_dev_data_ready; dlc 294 net/bluetooth/rfcomm/tty.c dlc->state_change = rfcomm_dev_state_change; dlc 295 net/bluetooth/rfcomm/tty.c dlc->modem_status = rfcomm_dev_modem_status; dlc 297 net/bluetooth/rfcomm/tty.c dlc->owner = dev; dlc 298 net/bluetooth/rfcomm/tty.c dev->dlc = dlc; dlc 300 net/bluetooth/rfcomm/tty.c rfcomm_dev_modem_status(dlc, dlc->remote_v24_sig); dlc 302 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unlock(dlc); dlc 317 net/bluetooth/rfcomm/tty.c static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc) dlc 324 net/bluetooth/rfcomm/tty.c dev = __rfcomm_dev_add(req, dlc); dlc 326 net/bluetooth/rfcomm/tty.c rfcomm_dlc_put(dlc); dlc 353 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; dlc 358 net/bluetooth/rfcomm/tty.c return max(0, pending) * dlc->mtu; dlc 393 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; dlc 409 net/bluetooth/rfcomm/tty.c dlc = rfcomm_pi(sk)->dlc; dlc 410 net/bluetooth/rfcomm/tty.c rfcomm_dlc_hold(dlc); dlc 413 net/bluetooth/rfcomm/tty.c dlc = rfcomm_dlc_exists(&req.src, &req.dst, req.channel); dlc 414 net/bluetooth/rfcomm/tty.c if (IS_ERR(dlc)) dlc 415 net/bluetooth/rfcomm/tty.c return PTR_ERR(dlc); dlc 416 net/bluetooth/rfcomm/tty.c if (dlc) dlc 418 net/bluetooth/rfcomm/tty.c dlc = rfcomm_dlc_alloc(GFP_KERNEL); dlc 419 net/bluetooth/rfcomm/tty.c if (!dlc) dlc 423 net/bluetooth/rfcomm/tty.c id = rfcomm_dev_add(&req, dlc); dlc 463 net/bluetooth/rfcomm/tty.c rfcomm_dlc_close(dev->dlc, 0); dlc 532 net/bluetooth/rfcomm/tty.c (di + n)->state = dev->dlc->state; dlc 569 net/bluetooth/rfcomm/tty.c di.state = dev->dlc->state; dlc 602 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb) dlc 604 net/bluetooth/rfcomm/tty.c struct rfcomm_dev *dev = dlc->owner; dlc 616 net/bluetooth/rfcomm/tty.c BT_DBG("dlc %p len %d", dlc, skb->len); dlc 624 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err) dlc 626 net/bluetooth/rfcomm/tty.c struct rfcomm_dev *dev = dlc->owner; dlc 630 net/bluetooth/rfcomm/tty.c BT_DBG("dlc %p dev %p err %d", dlc, dev, err); dlc 633 net/bluetooth/rfcomm/tty.c if (dlc->state == BT_CONNECTED) { dlc 637 net/bluetooth/rfcomm/tty.c } else if (dlc->state == BT_CLOSED) dlc 641 net/bluetooth/rfcomm/tty.c static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig) dlc 643 net/bluetooth/rfcomm/tty.c struct rfcomm_dev *dev = dlc->owner; dlc 647 net/bluetooth/rfcomm/tty.c BT_DBG("dlc %p dev %p v24_sig 0x%02x", dlc, dev, v24_sig); dlc 667 net/bluetooth/rfcomm/tty.c rfcomm_dlc_lock(dev->dlc); dlc 675 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unlock(dev->dlc); dlc 690 net/bluetooth/rfcomm/tty.c rfcomm_dlc_lock(dev->dlc); dlc 692 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unlock(dev->dlc); dlc 698 net/bluetooth/rfcomm/tty.c skb_queue_purge(&dev->dlc->tx_queue); dlc 710 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc; dlc 717 net/bluetooth/rfcomm/tty.c dlc = dev->dlc; dlc 720 net/bluetooth/rfcomm/tty.c rfcomm_dlc_lock(dlc); dlc 722 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unlock(dlc); dlc 766 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unthrottle(dev->dlc); dlc 775 net/bluetooth/rfcomm/tty.c BT_DBG("tty %p dev %p dlc %p opened %d", tty, dev, dev->dlc, dlc 784 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; dlc 791 net/bluetooth/rfcomm/tty.c size = min_t(uint, count, dlc->mtu); dlc 801 net/bluetooth/rfcomm/tty.c rfcomm_dlc_send_noerror(dlc, skb); dlc 815 net/bluetooth/rfcomm/tty.c if (dev && dev->dlc) dlc 869 net/bluetooth/rfcomm/tty.c if (!dev || !dev->dlc || !dev->dlc->session) dlc 990 net/bluetooth/rfcomm/tty.c rfcomm_send_rpn(dev->dlc->session, 1, dev->dlc->dlci, baud, dlc 1001 net/bluetooth/rfcomm/tty.c rfcomm_dlc_throttle(dev->dlc); dlc 1010 net/bluetooth/rfcomm/tty.c rfcomm_dlc_unthrottle(dev->dlc); dlc 1019 net/bluetooth/rfcomm/tty.c if (!dev || !dev->dlc) dlc 1022 net/bluetooth/rfcomm/tty.c if (!skb_queue_empty(&dev->dlc->tx_queue)) dlc 1023 net/bluetooth/rfcomm/tty.c return dev->dlc->mtu; dlc 1034 net/bluetooth/rfcomm/tty.c if (!dev || !dev->dlc) dlc 1037 net/bluetooth/rfcomm/tty.c skb_queue_purge(&dev->dlc->tx_queue); dlc 1072 net/bluetooth/rfcomm/tty.c struct rfcomm_dlc *dlc = dev->dlc; dlc 1077 net/bluetooth/rfcomm/tty.c rfcomm_dlc_get_modem_status(dlc, &v24_sig); dlc 1097 net/bluetooth/rfcomm/tty.c rfcomm_dlc_set_modem_status(dlc, v24_sig); dlc 305 net/can/j1939/main.c int ret, dlc; dlc 322 net/can/j1939/main.c dlc = skb->len; dlc 328 net/can/j1939/main.c skb_put(skb, J1939_CAN_FTR + (8 - dlc)); dlc 338 net/can/j1939/main.c cf->can_dlc = dlc; dlc 208 sound/soc/fsl/imx-audmix.c struct snd_soc_dai_link_component *dlc; dlc 211 sound/soc/fsl/imx-audmix.c dlc = devm_kzalloc(&pdev->dev, 6 * sizeof(*dlc), GFP_KERNEL); dlc 212 sound/soc/fsl/imx-audmix.c if (!dlc) { dlc 243 sound/soc/fsl/imx-audmix.c priv->dai[i].cpus = &dlc[0]; dlc 244 sound/soc/fsl/imx-audmix.c priv->dai[i].codecs = &dlc[1]; dlc 245 sound/soc/fsl/imx-audmix.c priv->dai[i].platforms = &dlc[2]; dlc 272 sound/soc/fsl/imx-audmix.c priv->dai[num_dai + i].cpus = &dlc[3]; dlc 273 sound/soc/fsl/imx-audmix.c priv->dai[num_dai + i].codecs = &dlc[4]; dlc 274 sound/soc/fsl/imx-audmix.c priv->dai[num_dai + i].platforms = &dlc[5]; dlc 115 sound/soc/generic/audio-graph-card.c struct snd_soc_dai_link_component *dlc, dlc 151 sound/soc/generic/audio-graph-card.c ret = snd_soc_get_dai_name(&args, &dlc->dai_name); dlc 155 sound/soc/generic/audio-graph-card.c dlc->of_node = node; dlc 163 sound/soc/generic/simple-card-utils.c struct snd_soc_dai_link_component *dlc) dlc 182 sound/soc/generic/simple-card-utils.c clk = devm_get_clk_from_child(dev, dlc->of_node, NULL); dlc 32 sound/soc/generic/simple-card.c struct snd_soc_dai_link_component *dlc, dlc 68 sound/soc/generic/simple-card.c ret = snd_soc_of_get_dai_name(node, &dlc->dai_name); dlc 72 sound/soc/generic/simple-card.c dlc->of_node = args.np; dlc 445 sound/soc/generic/simple-card.c card->aux_dev[i].dlc.of_node = aux_node; dlc 328 sound/soc/intel/boards/cht_bsw_max98090_ti.c .dlc = COMP_AUX("i2c-104C227E:00"), dlc 364 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c .dlc = COMP_EMPTY(), dlc 430 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c mt8183_da7219_max98357_headset_dev.dlc.of_node = dlc 433 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c if (!mt8183_da7219_max98357_headset_dev.dlc.of_node) { dlc 424 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c .dlc = COMP_EMPTY(), dlc 453 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c mt8183_mt6358_ts3a227_max98357_headset_dev.dlc.of_node = dlc 456 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c if (mt8183_mt6358_ts3a227_max98357_headset_dev.dlc.of_node) { dlc 128 sound/soc/meson/axg-card.c of_node_put(aux->dlc.of_node); dlc 162 sound/soc/meson/axg-card.c aux->dlc.of_node = dlc 164 sound/soc/meson/axg-card.c if (!aux->dlc.of_node) dlc 259 sound/soc/meson/axg-card.c struct snd_soc_dai_link_component *dlc; dlc 273 sound/soc/meson/axg-card.c dlc = devm_kzalloc(card->dev, 2 * sizeof(*dlc), GFP_KERNEL); dlc 274 sound/soc/meson/axg-card.c if (!dlc) dlc 277 sound/soc/meson/axg-card.c lb->cpus = &dlc[0]; dlc 278 sound/soc/meson/axg-card.c lb->codecs = &dlc[1]; dlc 120 sound/soc/qcom/apq8016_sbc.c struct snd_soc_dai_link_component *dlc; dlc 154 sound/soc/qcom/apq8016_sbc.c dlc = devm_kzalloc(dev, 2 * sizeof(*dlc), GFP_KERNEL); dlc 155 sound/soc/qcom/apq8016_sbc.c if (!dlc) dlc 158 sound/soc/qcom/apq8016_sbc.c link->cpus = &dlc[0]; dlc 159 sound/soc/qcom/apq8016_sbc.c link->platforms = &dlc[1]; dlc 17 sound/soc/qcom/common.c struct snd_soc_dai_link_component *dlc; dlc 46 sound/soc/qcom/common.c dlc = devm_kzalloc(dev, 2 * sizeof(*dlc), GFP_KERNEL); dlc 47 sound/soc/qcom/common.c if (!dlc) dlc 50 sound/soc/qcom/common.c link->cpus = &dlc[0]; dlc 51 sound/soc/qcom/common.c link->platforms = &dlc[1]; dlc 105 sound/soc/qcom/common.c dlc = devm_kzalloc(dev, sizeof(*dlc), GFP_KERNEL); dlc 106 sound/soc/qcom/common.c if (!dlc) dlc 109 sound/soc/qcom/common.c link->codecs = dlc; dlc 177 sound/soc/rockchip/rockchip_max98090.c .dlc = COMP_EMPTY(), dlc 243 sound/soc/rockchip/rockchip_max98090.c rk_98090_headset_dev.dlc.of_node = of_parse_phandle(np, dlc 245 sound/soc/rockchip/rockchip_max98090.c if (!rk_98090_headset_dev.dlc.of_node) { dlc 300 sound/soc/samsung/neo1973_wm8753.c .dlc = COMP_AUX("dfbmcs320.0"), dlc 243 sound/soc/samsung/speyside.c .dlc = COMP_AUX("wm9081.1-006c"), dlc 336 sound/soc/samsung/tm2_wm5110.c amp_pdm_dai = snd_soc_find_dai(&tm2_speaker_amp_dev.dlc); dlc 533 sound/soc/samsung/tm2_wm5110.c card->aux_dev[0].dlc.of_node = of_parse_phandle(dev->of_node, dlc 535 sound/soc/samsung/tm2_wm5110.c if (!card->aux_dev[0].dlc.of_node) { dlc 624 sound/soc/samsung/tm2_wm5110.c of_node_put(card->aux_dev[0].dlc.of_node); dlc 744 sound/soc/soc-core.c const struct snd_soc_dai_link_component *dlc, dlc 749 sound/soc/soc-core.c if (!dlc) dlc 754 sound/soc/soc-core.c if (dlc->of_node && component_of_node != dlc->of_node) dlc 756 sound/soc/soc-core.c if (dlc->name && strcmp(component->name, dlc->name)) dlc 763 sound/soc/soc-core.c const struct snd_soc_dai_link_component *dlc) dlc 778 sound/soc/soc-core.c if (snd_soc_is_matching_component(dlc, component)) dlc 796 sound/soc/soc-core.c const struct snd_soc_dai_link_component *dlc) dlc 805 sound/soc/soc-core.c if (!snd_soc_is_matching_component(dlc, component)) dlc 808 sound/soc/soc-core.c if (dlc->dai_name && strcmp(dai->name, dlc->dai_name) dlc 810 sound/soc/soc-core.c || strcmp(dai->driver->name, dlc->dai_name))) dlc 1590 sound/soc/soc-core.c component = soc_find_component(&aux->dlc); dlc 3314 sound/soc/soc-core.c struct snd_soc_dai_link_component dlc; dlc 3317 sound/soc/soc-core.c dlc.of_node = of_graph_get_port_parent(ep); dlc 3318 sound/soc/soc-core.c dlc.name = NULL; dlc 3327 sound/soc/soc-core.c component = soc_find_component(&dlc); dlc 3332 sound/soc/soc-core.c of_node_put(dlc.of_node); dlc 1898 sound/soc/soc-topology.c struct snd_soc_dai_link_component *dlc; dlc 1902 sound/soc/soc-topology.c link = kzalloc(sizeof(*link) + (3 * sizeof(*dlc)), GFP_KERNEL); dlc 1906 sound/soc/soc-topology.c dlc = (struct snd_soc_dai_link_component *)(link + 1); dlc 1908 sound/soc/soc-topology.c link->cpus = &dlc[0]; dlc 1909 sound/soc/soc-topology.c link->codecs = &dlc[1]; dlc 1910 sound/soc/soc-topology.c link->platforms = &dlc[2]; dlc 24 sound/soc/sof/nocodec.c struct snd_soc_dai_link_component *dlc; dlc 32 sound/soc/sof/nocodec.c dlc = devm_kzalloc(dev, 3 * sizeof(*dlc), GFP_KERNEL); dlc 33 sound/soc/sof/nocodec.c if (!dlc) dlc 41 sound/soc/sof/nocodec.c links[i].cpus = &dlc[0]; dlc 42 sound/soc/sof/nocodec.c links[i].codecs = &dlc[1]; dlc 43 sound/soc/sof/nocodec.c links[i].platforms = &dlc[2]; dlc 1299 sound/soc/sunxi/sun4i-codec.c struct snd_soc_dai_link_component *dlc = devm_kzalloc(dev, dlc 1300 sound/soc/sunxi/sun4i-codec.c 3 * sizeof(*dlc), GFP_KERNEL); dlc 1301 sound/soc/sunxi/sun4i-codec.c if (!link || !dlc) dlc 1304 sound/soc/sunxi/sun4i-codec.c link->cpus = &dlc[0]; dlc 1305 sound/soc/sunxi/sun4i-codec.c link->codecs = &dlc[1]; dlc 1306 sound/soc/sunxi/sun4i-codec.c link->platforms = &dlc[2]; dlc 1427 sound/soc/sunxi/sun4i-codec.c .dlc = COMP_EMPTY(), dlc 1439 sound/soc/sunxi/sun4i-codec.c aux_dev.dlc.of_node = of_parse_phandle(dev->of_node, dlc 1442 sound/soc/sunxi/sun4i-codec.c if (!aux_dev.dlc.of_node) { dlc 1477 sound/soc/sunxi/sun4i-codec.c aux_dev.dlc.of_node = of_parse_phandle(dev->of_node, dlc 1480 sound/soc/sunxi/sun4i-codec.c if (!aux_dev.dlc.of_node) { dlc 1515 sound/soc/sunxi/sun4i-codec.c aux_dev.dlc.of_node = of_parse_phandle(dev->of_node, dlc 1518 sound/soc/sunxi/sun4i-codec.c if (!aux_dev.dlc.of_node) { dlc 322 sound/soc/ti/rx51.c .dlc = COMP_AUX("tlv320aic3x-codec.2-0019"), dlc 325 sound/soc/ti/rx51.c .dlc = COMP_AUX("tpa6130a2.2-0060"), dlc 398 sound/soc/ti/rx51.c rx51_aux_dev[0].dlc.name = NULL; dlc 399 sound/soc/ti/rx51.c rx51_aux_dev[0].dlc.of_node = dai_node; dlc 408 sound/soc/ti/rx51.c rx51_aux_dev[1].dlc.name = NULL; dlc 409 sound/soc/ti/rx51.c rx51_aux_dev[1].dlc.of_node = dai_node;