Searched refs:res_attr (Results 1 – 4 of 4) sorted by relevance
190 skt->res_attr.start = _PCMCIAAttr(skt->nr); in sa11xx_drv_pcmcia_add_one()191 skt->res_attr.end = _PCMCIAAttr(skt->nr) + PCMCIAAttrSp - 1; in sa11xx_drv_pcmcia_add_one()192 skt->res_attr.name = "attribute"; in sa11xx_drv_pcmcia_add_one()193 skt->res_attr.flags = IORESOURCE_MEM; in sa11xx_drv_pcmcia_add_one()
238 skt->res_attr.start = _PCMCIAAttr(skt->nr); in pxa2xx_drv_pcmcia_add_one()239 skt->res_attr.end = _PCMCIAAttr(skt->nr) + PCMCIAAttrSp - 1; in pxa2xx_drv_pcmcia_add_one()240 skt->res_attr.name = "attribute"; in pxa2xx_drv_pcmcia_add_one()241 skt->res_attr.flags = IORESOURCE_MEM; in pxa2xx_drv_pcmcia_add_one()
51 struct resource res_attr; member
155 struct bin_attribute *res_attr[MAX_CDX_DEV_RESOURCES]; member