Searched refs:get_flags (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | of_device_32.c | 144 .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()
|
D | of_device_64.c | 189 .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()
|
D | of_device_common.h | 33 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
|
/linux-3.4.99/arch/x86/boot/ |
D | cpucheck.c | 109 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/ |
D | address.c | 42 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/ |
D | lib80211.h | 81 unsigned long (*get_flags) (void *priv); member
|
/linux-3.4.99/arch/x86/kernel/ |
D | ptrace.c | 385 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/ |
D | lib80211_crypt_tkip.c | 764 .get_flags = lib80211_tkip_get_flags,
|
/linux-3.4.99/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 7719 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()
|
D | ipw2200.c | 6727 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()
|