Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dof_device_32.c144 .get_flags = of_bus_pci_get_flags,
153 .get_flags = of_bus_sbus_get_flags,
162 .get_flags = of_bus_ambapp_get_flags,
171 .get_flags = of_bus_default_get_flags,
288 flags = bus->get_flags(reg, 0); in build_device_resources()
314 flags = pbus->get_flags(addr, flags); in build_device_resources()
Dof_device_64.c189 .get_flags = of_bus_pci_get_flags,
198 .get_flags = of_bus_pci_get_flags,
207 .get_flags = of_bus_default_get_flags,
216 .get_flags = of_bus_default_get_flags,
225 .get_flags = of_bus_default_get_flags,
365 flags = bus->get_flags(addr, 0); in build_device_resources()
391 flags = pbus->get_flags(addr, flags); in build_device_resources()
Dof_device_common.h33 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
/linux-4.4.14/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()
/linux-4.4.14/include/net/
Dlib80211.h78 unsigned long (*get_flags) (void *priv); member
/linux-4.4.14/arch/x86/kernel/
Dptrace.c379 static unsigned long get_flags(struct task_struct *task) in get_flags() function
466 return get_flags(task); in getreg()
1043 *val = get_flags(child); in getreg32()
/linux-4.4.14/net/wireless/
Dlib80211_crypt_tkip.c746 .get_flags = lib80211_tkip_get_flags,
/linux-4.4.14/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()