Searched refs:rscr (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/mfd/ |
D | tc6387xb.c | 29 struct resource rscr; member 144 struct resource *iomem, *rscr; in tc6387xb_probe() local 169 rscr = &tc6387xb->rscr; in tc6387xb_probe() 170 rscr->name = "tc6387xb-core"; in tc6387xb_probe() 171 rscr->start = iomem->start; in tc6387xb_probe() 172 rscr->end = iomem->start + 0xff; in tc6387xb_probe() 173 rscr->flags = IORESOURCE_MEM; in tc6387xb_probe() 175 ret = request_resource(iomem, rscr); in tc6387xb_probe() 179 tc6387xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6387xb_probe() 201 release_resource(&tc6387xb->rscr); in tc6387xb_probe() [all …]
|
D | t7l66xb.c | 74 struct resource rscr; member 310 struct resource *iomem, *rscr; in t7l66xb_probe() local 348 rscr = &t7l66xb->rscr; in t7l66xb_probe() 349 rscr->name = "t7l66xb-core"; in t7l66xb_probe() 350 rscr->start = iomem->start; in t7l66xb_probe() 351 rscr->end = iomem->start + 0xff; in t7l66xb_probe() 352 rscr->flags = IORESOURCE_MEM; in t7l66xb_probe() 354 ret = request_resource(iomem, rscr); in t7l66xb_probe() 358 t7l66xb->scr = ioremap(rscr->start, resource_size(rscr)); in t7l66xb_probe() 391 release_resource(&t7l66xb->rscr); in t7l66xb_probe() [all …]
|
D | tc6393xb.c | 108 struct resource rscr; member 618 struct resource *iomem, *rscr; in tc6393xb_probe() local 650 rscr = &tc6393xb->rscr; in tc6393xb_probe() 651 rscr->name = "tc6393xb-core"; in tc6393xb_probe() 652 rscr->start = iomem->start; in tc6393xb_probe() 653 rscr->end = iomem->start + 0xff; in tc6393xb_probe() 654 rscr->flags = IORESOURCE_MEM; in tc6393xb_probe() 656 ret = request_resource(iomem, rscr); in tc6393xb_probe() 660 tc6393xb->scr = ioremap(rscr->start, resource_size(rscr)); in tc6393xb_probe() 733 release_resource(&tc6393xb->rscr); in tc6393xb_probe() [all …]
|
/linux-4.4.14/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() 353 err = rsc_init(&daio->rscr, idx_r, DAIO, desc->msr, hw); in daio_rsc_init() 359 daio->rscl.ops = daio->rscr.ops = &daio_out_rsc_ops; in daio_rsc_init() 363 daio->rscl.ops = daio->rscr.ops = &daio_in_rsc_ops_20k1; in daio_rsc_init() [all …]
|
D | ctdaio.h | 48 struct rsc rscr; /* Basic resource info for right TX/RX */ member
|
D | ctatc.c | 1461 rscs[1] = &dai->daio.rscr; in atc_connect_dai()
|