| /linux/drivers/pcmcia/ |
| H A D | cistpl.c | 290 struct cis_cache_entry *cis; in read_cis_cache() local 308 list_for_each_entry(cis, &s->cis_cache, node) { in read_cis_cache() 309 if (cis->addr == addr && cis->len == len && cis->attr == attr) { in read_cis_cache() 310 memcpy(ptr, cis->cache, len); in read_cis_cache() 320 cis = kmalloc(sizeof(struct cis_cache_entry) + len, GFP_KERNEL); in read_cis_cache() 321 if (cis) { in read_cis_cache() 322 cis->addr = addr; in read_cis_cache() 323 cis->len = len; in read_cis_cache() 324 cis->attr = attr; in read_cis_cache() 325 memcpy(cis->cache, ptr, len); in read_cis_cache() [all …]
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 741 u8 cis; member 1908 DEFINE_FLEX(struct hci_cp_le_set_cig_params, pdu, cis, num_cis, 0x1f); in set_cig_params_sync() 1939 struct hci_cis_params *cis; in set_cig_params_sync() local 1947 cis = &pdu->cis[aux_num_cis++]; in set_cig_params_sync() 1948 cis->cis_id = cis_id; in set_cig_params_sync() 1949 cis->c_sdu = cpu_to_le16(conn->iso_qos.ucast.out.sdu); in set_cig_params_sync() 1950 cis->p_sdu = cpu_to_le16(conn->iso_qos.ucast.in.sdu); in set_cig_params_sync() 1951 cis->c_phys = qos->ucast.out.phys ? qos->ucast.out.phys : in set_cig_params_sync() 1953 cis->p_phys = qos->ucast.in.phys ? qos->ucast.in.phys : in set_cig_params_sync() 1955 cis->c_rtn = qos->ucast.out.rtn; in set_cig_params_sync() [all …]
|
| H A D | hci_event.c | 3871 cp->cis[i].cis_id); in hci_cc_le_set_cig_params() 4344 handle = __le16_to_cpu(cp->cis[i].cis_handle); in hci_cs_le_create_cis() 7042 struct hci_conn *acl, *cis; in hci_le_cis_req_evt() local 7064 cis = hci_conn_hash_lookup_handle(hdev, cis_handle); in hci_le_cis_req_evt() 7065 if (!cis) { in hci_le_cis_req_evt() 7066 cis = hci_conn_add(hdev, CIS_LINK, &acl->dst, acl->dst_type, in hci_le_cis_req_evt() 7068 if (IS_ERR(cis)) { in hci_le_cis_req_evt() 7074 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt() 7075 cis->iso_qos.ucast.cis = ev->cis_id; in hci_le_cis_req_evt() 7080 cis->state = BT_CONNECT2; in hci_le_cis_req_evt() [all …]
|
| H A D | hci_sync.c | 6716 DEFINE_FLEX(struct hci_cp_le_create_cis, cmd, cis, num_cis, 0x1f); in hci_le_create_cis_sync() 6781 struct hci_cis *cis = &cmd->cis[aux_num_cis]; in hci_le_create_cis_sync() local 6788 cis->acl_handle = cpu_to_le16(conn->parent->handle); in hci_le_create_cis_sync() 6789 cis->cis_handle = cpu_to_le16(conn->handle); in hci_le_create_cis_sync() 6808 struct_size(cmd, cis, cmd->num_cis), in hci_le_create_cis_sync()
|
| H A D | iso.c | 1717 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) in check_ucast_qos()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_cis.c | 98 card->cis.vendor = vendor; in cistpl_manfid() 99 card->cis.device = device; in cistpl_manfid() 163 card->cis.blksize = buf[1] | (buf[2] << 8); in cistpl_funce_common() 166 card->cis.max_dtr = speed_val[(buf[3] >> 3) & 15] * in cistpl_funce_common() 411 func->vendor = func->card->cis.vendor; in sdio_read_func_cis() 412 func->device = func->card->cis.device; in sdio_read_func_cis()
|
| H A D | bus.c | 91 card->cis.vendor, card->cis.device); in mmc_bus_uevent()
|
| /linux/drivers/ata/ |
| H A D | pata_pdc202xx_old.c | 30 u16 cis; in pdc2026x_cable_detect() local 32 pci_read_config_word(pdev, 0x50, &cis); in pdc2026x_cable_detect() 33 if (cis & (1 << (10 + ap->port_no))) in pdc2026x_cable_detect()
|
| /linux/drivers/media/pci/pluto2/ |
| H A D | pluto2.c | 553 u8 __iomem *cis; in pluto_read_serial() local 555 cis = pci_iomap(pdev, 1, 0); in pluto_read_serial() 556 if (!cis) in pluto_read_serial() 562 u32 val = readl(&cis[i]); in pluto_read_serial() 572 pci_iounmap(pdev, cis); in pluto_read_serial()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.h | 262 char cis[512]; /* 0x400-0x5ff, rev6 */ member
|
| /linux/include/net/bluetooth/ |
| H A D | bluetooth.h | 191 __u8 cis; member
|
| H A D | hci_core.h | 1326 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
|
| /linux/drivers/usb/storage/ |
| H A D | ene_ub6250.c | 384 struct ms_bootblock_cis cis; member 386 } cis; member
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 1360 "vub_%04X%04X", card->cis.vendor, card->cis.device); in download_offload_pseudocode()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_sdio.c | 306 clock = card->cis.max_dtr; in rsi_reset_card()
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-midas.dtsi | 613 vddio-cis-supply = <&ldo9_reg>;
|
| /linux/ |
| H A D | CREDITS | 201 E: balasub@cis.ohio-state.edu 497 E: boyd@cis.ohio-state.edu
|