/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 343 u8 *cis; in prism2_plx_check_cis() local 348 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL); in prism2_plx_check_cis() 349 if (cis == NULL) in prism2_plx_check_cis() 354 cis[i] = readb(attr_mem + 2 * i); in prism2_plx_check_cis() 355 printk(KERN_DEBUG "%s: CIS: %6ph ...\n", dev_info, cis); in prism2_plx_check_cis() 364 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis() 365 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN) in prism2_plx_check_cis() 368 switch (cis[pos]) { in prism2_plx_check_cis() 370 if (cis[pos + 1] < 2) in prism2_plx_check_cis() 372 rmsz = (cis[po in prism2_plx_check_cis() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_plx.c | 342 u8 *cis; in prism2_plx_check_cis() local 347 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL); in prism2_plx_check_cis() 348 if (cis == NULL) in prism2_plx_check_cis() 353 cis[i] = readb(attr_mem + 2 * i); in prism2_plx_check_cis() 354 printk(KERN_DEBUG "%s: CIS: %6ph ...\n", dev_info, cis); in prism2_plx_check_cis() 363 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis() 364 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN) in prism2_plx_check_cis() 367 switch (cis[pos]) { in prism2_plx_check_cis() 369 if (cis[pos + 1] < 2) in prism2_plx_check_cis() 371 rmsz = (cis[po in prism2_plx_check_cis() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 722 struct hci_cis_params cis[0x1f]; member 731 u8 cis; member 1798 pdu.cp.num_cis < ARRAY_SIZE(pdu.cis); cis_id++) { in set_cig_params_sync() 1799 struct hci_cis_params *cis; in set_cig_params_sync() local 1807 cis = &pdu.cis[pdu.cp.num_cis++]; in set_cig_params_sync() 1808 cis->cis_id = cis_id; in set_cig_params_sync() 1809 cis->c_sdu = cpu_to_le16(conn->iso_qos.ucast.out.sdu); in set_cig_params_sync() 1810 cis->p_sdu = cpu_to_le16(conn->iso_qos.ucast.in.sdu); in set_cig_params_sync() 1811 cis in set_cig_params_sync() 1890 struct hci_conn *cis; hci_bind_cis() local 2270 struct hci_conn *cis; hci_connect_cis() local [all...] |
H A D | hci_event.c | 3873 cp->cis[i].cis_id); in hci_cc_le_set_cig_params() 4303 handle = __le16_to_cpu(cp->cis[i].cis_handle); in hci_cs_le_create_cis() 7003 struct hci_conn *acl, *cis; in hci_le_cis_req_evt() local 7010 bt_dev_dbg(hdev, "acl 0x%4.4x handle 0x%4.4x cig 0x%2.2x cis 0x%2.2x", in hci_le_cis_req_evt() 7025 cis = hci_conn_hash_lookup_handle(hdev, cis_handle); in hci_le_cis_req_evt() 7026 if (!cis) { in hci_le_cis_req_evt() 7027 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 7029 if (!cis) { in hci_le_cis_req_evt() 7035 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt() 7036 cis in hci_le_cis_req_evt() [all...] |
/kernel/linux/linux-5.10/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 in read_cis_cache() 337 struct cis_cache_entry *cis; remove_cis_cache() local 359 struct cis_cache_entry *cis; destroy_cis_cache() local 373 struct cis_cache_entry *cis; verify_cis_cache() local [all...] |
/kernel/linux/linux-6.6/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 in read_cis_cache() 337 struct cis_cache_entry *cis; remove_cis_cache() local 359 struct cis_cache_entry *cis; destroy_cis_cache() local 373 struct cis_cache_entry *cis; verify_cis_cache() local [all...] |
/kernel/linux/linux-5.10/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() 399 func->vendor = func->card->cis.vendor; in sdio_read_func_cis() 400 func->device = func->card->cis.device; in sdio_read_func_cis()
|
H A D | sdio.c | 30 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor); 31 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device); 125 func->vendor = func->card->cis.vendor; in sdio_init_func() 126 func->device = func->card->cis.device; in sdio_init_func() 127 func->max_blksize = func->card->cis.blksize; in sdio_init_func() 440 max_dtr = card->cis.max_dtr; in mmc_sdio_get_max_clock() 776 * It's host's responsibility to fill cccr and cis in mmc_sdio_init_card() 779 mmc_set_clock(host, card->cis.max_dtr); in mmc_sdio_init_card() 816 if (card->cis.vendor == oldcard->cis in mmc_sdio_init_card() [all...] |
H A D | quirks.h | 182 (f->cis_vendor == card->cis.vendor || in mmc_fixup_device() 184 (f->cis_device == card->cis.device || in mmc_fixup_device()
|
H A D | bus.c | 99 card->cis.vendor, card->cis.device); in mmc_bus_uevent()
|
/kernel/linux/linux-6.6/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 | sdio.c | 31 MMC_DEV_ATTR(vendor, "0x%04x\n", card->cis.vendor); 32 MMC_DEV_ATTR(device, "0x%04x\n", card->cis.device); 126 func->vendor = func->card->cis.vendor; in sdio_init_func() 127 func->device = func->card->cis.device; in sdio_init_func() 128 func->max_blksize = func->card->cis.blksize; in sdio_init_func() 455 max_dtr = card->cis.max_dtr; in mmc_sdio_get_max_clock() 792 * It's host's responsibility to fill cccr and cis in mmc_sdio_init_card() 795 mmc_set_clock(host, card->cis.max_dtr); in mmc_sdio_init_card() 832 if (card->cis.vendor == oldcard->cis in mmc_sdio_init_card() [all...] |
H A D | card.h | 195 card->cis.vendor = 0x104c; in wl1251_quirk() 196 card->cis.device = 0x9066; in wl1251_quirk() 197 card->cis.blksize = 512; in wl1251_quirk() 198 card->cis.max_dtr = 24000000; in wl1251_quirk()
|
H A D | quirks.h | 223 f->cis_vendor != card->cis.vendor) in mmc_fixup_device() 226 f->cis_device != card->cis.device) in mmc_fixup_device()
|
H A D | bus.c | 90 card->cis.vendor, card->cis.device); in mmc_bus_uevent()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | card.h | 298 struct sdio_cis cis; /* common tuple info */ member
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | card.h | 326 struct sdio_cis cis; /* common tuple info */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.h | 258 char cis[512]; /* 0x400-0x5ff, rev6 */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.h | 262 char cis[512]; /* 0x400-0x5ff, rev6 */ member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 1532 card->cis.vendor = 0x104c; in omap_hsmmc_init_card() 1533 card->cis.device = 0x9066; in omap_hsmmc_init_card() 1534 card->cis.blksize = 512; in omap_hsmmc_init_card() 1535 card->cis.max_dtr = 24000000; in omap_hsmmc_init_card()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 177 __u8 cis; member
|