Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/arch/x86/boot/
Dcpucheck.c109 static void get_flags(void) in get_flags() function
190 get_flags(); in check_cpu()
210 get_flags(); /* Make sure it really did something */ in check_cpu()
/linux-3.4.99/drivers/of/
Daddress.c42 unsigned int (*get_flags)(const __be32 *addr); member
200 *flags = bus->get_flags(prop); in of_get_pci_address()
295 .get_flags = of_bus_pci_get_flags,
306 .get_flags = of_bus_isa_get_flags,
316 .get_flags = of_bus_default_get_flags,
523 *flags = bus->get_flags(prop); in of_get_address()
/linux-3.4.99/include/net/
Dlib80211.h81 unsigned long (*get_flags) (void *priv); member
/linux-3.4.99/arch/x86/kernel/
Dptrace.c385 static unsigned long get_flags(struct task_struct *task) in get_flags() function
472 return get_flags(task); in getreg()
1083 *val = get_flags(child); in getreg32()
/linux-3.4.99/net/wireless/
Dlib80211_crypt_tkip.c764 .get_flags = lib80211_tkip_get_flags,
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2100.c7719 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7722 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7812 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7818 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
Dipw2200.c6727 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6730 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6820 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6823 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()