Home
last modified time | relevance | path

Searched refs:get_flags (Results 1 – 3 of 3) sorted by relevance

/drivers/of/
Daddress.c45 unsigned int (*get_flags)(const __be32 *addr); member
210 *flags = bus->get_flags(prop); in of_get_pci_address()
417 .get_flags = of_bus_pci_get_flags,
428 .get_flags = of_bus_isa_get_flags,
438 .get_flags = of_bus_default_get_flags,
662 *flags = bus->get_flags(prop); in of_get_address()
/drivers/net/wireless/ipw2x00/
Dipw2100.c7642 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7645 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7735 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7741 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
Dipw2200.c6644 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6647 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6735 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6738 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()