Searched refs:rscr (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/mfd/ |
D | tc6387xb.c | 29 struct resource rscr; member 144 struct resource *iomem, *rscr; in tc6387xb_probe() local 170 rscr = &tc6387xb->rscr; in tc6387xb_probe() 171 rscr->name = "tc6387xb-core"; in tc6387xb_probe() 172 rscr->start = iomem->start; in tc6387xb_probe() 173 rscr->end = iomem->start + 0xff; in tc6387xb_probe() 174 rscr->flags = IORESOURCE_MEM; in tc6387xb_probe() 176 ret = request_resource(iomem, rscr); in tc6387xb_probe() 180 tc6387xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6387xb_probe() 202 release_resource(&tc6387xb->rscr); in tc6387xb_probe() [all …]
|
D | t7l66xb.c | 74 struct resource rscr; member 318 struct resource *iomem, *rscr; in t7l66xb_probe() local 356 rscr = &t7l66xb->rscr; in t7l66xb_probe() 357 rscr->name = "t7l66xb-core"; in t7l66xb_probe() 358 rscr->start = iomem->start; in t7l66xb_probe() 359 rscr->end = iomem->start + 0xff; in t7l66xb_probe() 360 rscr->flags = IORESOURCE_MEM; in t7l66xb_probe() 362 ret = request_resource(iomem, rscr); in t7l66xb_probe() 366 t7l66xb->scr = ioremap(rscr->start, resource_size(rscr)); in t7l66xb_probe() 399 release_resource(&t7l66xb->rscr); in t7l66xb_probe() [all …]
|
D | tc6393xb.c | 108 struct resource rscr; member 609 struct resource *iomem, *rscr; in tc6393xb_probe() local 641 rscr = &tc6393xb->rscr; in tc6393xb_probe() 642 rscr->name = "tc6393xb-core"; in tc6393xb_probe() 643 rscr->start = iomem->start; in tc6393xb_probe() 644 rscr->end = iomem->start + 0xff; in tc6393xb_probe() 645 rscr->flags = IORESOURCE_MEM; in tc6393xb_probe() 647 ret = request_resource(iomem, rscr); in tc6393xb_probe() 651 tc6393xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6393xb_probe() 724 release_resource(&tc6393xb->rscr); in tc6393xb_probe() [all …]
|
/linux-3.4.99/sound/pci/ctxfi/ |
D | ctdaio.c | 195 entry = kzalloc((sizeof(*entry) * daio->rscr.msr), GFP_KERNEL); in dao_set_right_input() 202 daio->rscr.ops->master(&daio->rscr); in dao_set_right_input() 203 for (i = 0; i < daio->rscr.msr; i++, entry++) { in dao_set_right_input() 205 entry->user = entry->addr = daio->rscr.ops->index(&daio->rscr); in dao_set_right_input() 210 daio->rscr.ops->next_conj(&daio->rscr); in dao_set_right_input() 213 daio->rscr.ops->master(&daio->rscr); in dao_set_right_input() 254 for (i = 1; i < daio->rscr.msr; i++) { in dao_clear_right_input() 355 err = rsc_init(&daio->rscr, idx_r, DAIO, desc->msr, hw); in daio_rsc_init() 361 daio->rscl.ops = daio->rscr.ops = &daio_out_rsc_ops; in daio_rsc_init() 365 daio->rscl.ops = daio->rscr.ops = &daio_in_rsc_ops_20k1; in daio_rsc_init() [all …]
|
D | ctdaio.h | 47 struct rsc rscr; /* Basic resource info for right TX/RX */ member
|
D | ctatc.c | 1452 rscs[1] = &dai->daio.rscr; in atc_connect_dai()
|