Home
last modified time | relevance | path

Searched refs:common_res (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c308 res = skt->common_res; in bcm63xx_pcmcia_set_mem_map()
343 skt->common_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in bcm63xx_drv_pcmcia_probe()
347 if (!skt->common_res || !skt->attr_res || !irq_res || !skt->pd) { in bcm63xx_drv_pcmcia_probe()
392 sock->map_size = resource_size(skt->common_res); in bcm63xx_drv_pcmcia_probe()
H A Dbcm63xx_pcmcia.h54 struct resource *common_res; member
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c308 res = skt->common_res; in bcm63xx_pcmcia_set_mem_map()
344 skt->common_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in bcm63xx_drv_pcmcia_probe()
348 if (!skt->common_res || !skt->attr_res || (irq < 0) || !skt->pd) { in bcm63xx_drv_pcmcia_probe()
393 sock->map_size = resource_size(skt->common_res); in bcm63xx_drv_pcmcia_probe()
H A Dbcm63xx_pcmcia.h54 struct resource *common_res; member

Completed in 2 milliseconds