| /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 | 674 u8 cis; member 1839 DEFINE_FLEX(struct hci_cp_le_set_cig_params, pdu, cis, num_cis, 0x1f); in set_cig_params_sync() 1866 struct hci_cis_params *cis; in set_cig_params_sync() local 1874 cis = &pdu->cis[aux_num_cis++]; in set_cig_params_sync() 1875 cis->cis_id = cis_id; in set_cig_params_sync() 1876 cis->c_sdu = cpu_to_le16(conn->iso_qos.ucast.out.sdu); in set_cig_params_sync() 1877 cis->p_sdu = cpu_to_le16(conn->iso_qos.ucast.in.sdu); in set_cig_params_sync() 1878 cis->c_phys = qos->ucast.out.phys ? qos->ucast.out.phys : in set_cig_params_sync() 1880 cis->p_phys = qos->ucast.in.phys ? qos->ucast.in.phys : in set_cig_params_sync() 1882 cis->c_rtn = qos->ucast.out.rtn; in set_cig_params_sync() [all …]
|
| H A D | hci_event.c | 3865 cp->cis[i].cis_id); in hci_cc_le_setup_iso_path() 4338 handle = __le16_to_cpu(cp->cis[i].cis_handle); 7009 struct hci_conn *acl, *cis; 7016 bt_dev_dbg(hdev, "acl 0x%4.4x handle 0x%4.4x cig 0x%2.2x cis 0x%2.2x", in hci_le_create_big_complete_evt() 7031 cis = hci_conn_hash_lookup_handle(hdev, cis_handle); in hci_le_create_big_complete_evt() 7032 if (!cis) { in hci_le_create_big_complete_evt() 7033 cis = hci_conn_add(hdev, CIS_LINK, &acl->dst, acl->dst_type, in hci_le_create_big_complete_evt() 7035 if (IS_ERR(cis)) { in hci_le_create_big_complete_evt() 7041 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_create_big_complete_evt() 7042 cis in hci_le_create_big_complete_evt() 6956 struct hci_conn *acl, *cis; hci_le_cis_req_evt() local [all...] |
| H A D | hci_sync.c | 6686 DEFINE_FLEX(struct hci_cp_le_create_cis, cmd, cis, num_cis, 0x1f); in hci_le_create_cis_sync() 6750 struct hci_cis *cis = &cmd->cis[aux_num_cis]; in hci_le_create_cis_sync() local 6757 cis->acl_handle = cpu_to_le16(conn->parent->handle); in hci_le_create_cis_sync() 6758 cis->cis_handle = cpu_to_le16(conn->handle); in hci_le_create_cis_sync() 6776 struct_size(cmd, cis, cmd->num_cis), in hci_le_create_cis_sync()
|
| H A D | iso.c | 1685 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 | quirks.h | 246 f->cis_vendor != card->cis.vendor) in mmc_fixup_device() 249 f->cis_device != card->cis.device) in mmc_fixup_device()
|
| 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 | hci.h | 2166 struct hci_cis_params cis[] __counted_by(num_cis); 2184 struct hci_cis cis[] __counted_by(num_cis);
|
| H A D | hci_core.h | 1326 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 1357 "vub_%04X%04X", card->cis.vendor, card->cis.device); in download_offload_pseudocode()
|
| /linux/drivers/usb/storage/ |
| H A D | ene_ub6250.c | 384 struct ms_bootblock_cis cis; member 386 } cis; member
|
| /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 | 206 E: balasub@cis.ohio-state.edu 502 E: boyd@cis.ohio-state.edu
|