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()
423 .get_flags = of_bus_pci_get_flags,
434 .get_flags = of_bus_isa_get_flags,
444 .get_flags = of_bus_default_get_flags,
669 *flags = bus->get_flags(prop); in of_get_address()
/drivers/net/wireless/ipw2x00/
Dipw2100.c7643 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7646 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7736 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7742 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
Dipw2200.c6645 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6648 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6736 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6739 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()