Searched refs:pcon (Results 1 – 5 of 5) sorted by relevance
62 struct nbppcon_attach_args *pcon = aux; in nbppm_match() local64 if (strcmp(pcon->aa_name, match->cf_name) || in nbppm_match()65 pcon->aa_tag == NBPPCONCF_TAG_DEFAULT) in nbppm_match()75 struct nbppcon_attach_args *pcon = aux; in nbppm_attach() local82 sc->sc_tag = pcon->aa_tag; in nbppm_attach()
91 struct nbppcon_attach_args *pcon = aux; in nbpkbd_match() local93 if (strcmp(pcon->aa_name, match->cf_name) || in nbpkbd_match()94 pcon->aa_tag == NBPPCONCF_TAG_DEFAULT) in nbpkbd_match()104 struct nbppcon_attach_args *pcon = aux; in nbpkbd_attach() local112 sc->sc_tag = pcon->aa_tag; in nbpkbd_attach()
118 struct nbppcon_attach_args pcon; in nbppcon_search() local120 pcon.aa_name = cf->cf_name; in nbppcon_search()121 pcon.aa_tag = cf->cf_loc[NBPPCONCF_TAG]; in nbppcon_search()123 if (config_probe(self, cf, &pcon)) in nbppcon_search()124 config_attach(self, cf, &pcon, nbppcon_print, CFARGS_NONE); in nbppcon_search()
94 device_t pcon; in netbookpro_reset() local96 pcon = device_find_by_xname("nbppcon0"); in netbookpro_reset()98 if (pcon != NULL) in netbookpro_reset()99 nbppcon_pwr_hwreset(pcon); in netbookpro_reset()
972 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(), in include_section_group() local975 reinterpret_cast<const elfcpp::Elf_Word*>(pcon); in include_section_group()