Lines Matching refs:devi

333 	struct pccard_ivar *devi;  in pccard_detach_card()  local
349 devi = PCCARD_IVAR(pf->dev); in pccard_detach_card()
351 free(devi, M_DEVBUF); in pccard_detach_card()
454 struct pccard_ivar *devi = PCCARD_IVAR(dev); in pccard_select_cfe() local
455 struct pccard_function *pf = devi->pf; in pccard_select_cfe()
475 struct pccard_ivar *devi = PCCARD_IVAR(pf->dev); in pccard_function_init() local
476 struct resource_list *rl = &devi->resources; in pccard_function_init()
596 struct pccard_ivar *devi = PCCARD_IVAR(pf->dev); in pccard_function_free() local
604 STAILQ_FOREACH(rle, &devi->resources, link) { in pccard_function_free()
618 resource_list_free(&devi->resources); in pccard_function_free()
785 struct pccard_ivar *devi = PCCARD_IVAR(pf->dev); in pccard_function_disable() local
787 resource_list_find(&devi->resources, SYS_RES_IRQ, 0); in pccard_function_disable()
904 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_print_child() local
905 struct resource_list *rl = &devi->resources; in pccard_print_child()
911 if (devi != NULL) { in pccard_print_child()
920 retval += printf(" function %d config %d", devi->pf->number, in pccard_print_child()
921 devi->pf->cfe->number); in pccard_print_child()
933 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_set_resource() local
934 struct resource_list *rl = &devi->resources; in pccard_set_resource()
962 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_get_resource() local
963 struct resource_list *rl = &devi->resources; in pccard_get_resource()
981 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_delete_resource() local
982 struct resource_list *rl = &devi->resources; in pccard_delete_resource()
1006 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_probe_nomatch() local
1007 struct pccard_function *pf = devi->pf; in pccard_probe_nomatch()
1026 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_child_location_str() local
1027 struct pccard_function *pf = devi->pf; in pccard_child_location_str()
1037 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_child_pnpinfo_str() local
1038 struct pccard_function *pf = devi->pf; in pccard_child_pnpinfo_str()
1058 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_read_ivar() local
1059 struct pccard_function *pf = devi->pf; in pccard_read_ivar()
1350 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_attr_read_impl() local
1351 struct pccard_function *pf = devi->pf; in pccard_attr_read_impl()
1376 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_attr_write_impl() local
1377 struct pccard_function *pf = devi->pf; in pccard_attr_write_impl()
1403 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_ccr_read_impl() local
1405 *val = pccard_ccr_read(devi->pf, offset); in pccard_ccr_read_impl()
1407 devi->pf->pf_ccr_offset, *val)); in pccard_ccr_read_impl()
1415 struct pccard_ivar *devi = PCCARD_IVAR(child); in pccard_ccr_write_impl() local
1416 struct pccard_function *pf = devi->pf; in pccard_ccr_write_impl()
1423 devi->pf->pf_ccr_offset)); in pccard_ccr_write_impl()