Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dof_device_32.c146 .get_flags = of_bus_pci_get_flags,
155 .get_flags = of_bus_sbus_get_flags,
164 .get_flags = of_bus_ambapp_get_flags,
173 .get_flags = of_bus_default_get_flags,
290 flags = bus->get_flags(reg, 0); in build_device_resources()
316 flags = pbus->get_flags(addr, flags); in build_device_resources()
Dof_device_64.c191 .get_flags = of_bus_pci_get_flags,
200 .get_flags = of_bus_pci_get_flags,
209 .get_flags = of_bus_default_get_flags,
218 .get_flags = of_bus_default_get_flags,
227 .get_flags = of_bus_default_get_flags,
367 flags = bus->get_flags(addr, 0); in build_device_resources()
393 flags = pbus->get_flags(addr, flags); in build_device_resources()
Dof_device_common.h34 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
/Linux-v4.19/drivers/of/
Daddress.c50 unsigned int (*get_flags)(const __be32 *addr); member
213 *flags = bus->get_flags(prop); in of_get_pci_address()
440 .get_flags = of_bus_pci_get_flags,
451 .get_flags = of_bus_isa_get_flags,
461 .get_flags = of_bus_default_get_flags,
725 *flags = bus->get_flags(prop); in of_get_address()
/Linux-v4.19/include/net/
Dlib80211.h79 unsigned long (*get_flags) (void *priv); member
/Linux-v4.19/arch/x86/kernel/
Dptrace.c347 static unsigned long get_flags(struct task_struct *task) in get_flags() function
434 return get_flags(task); in getreg()
1000 *val = get_flags(child); in getreg32()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_tkip.c760 .get_flags = lib80211_tkip_get_flags,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2783 static void get_flags(int flags, u8 *flow_flags) in get_flags() function
2824 get_flags(flags, &flow_flags); in mlx5e_configure_flower()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c7646 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7649 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7737 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7743 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
Dipw2200.c6633 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6636 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6724 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6727 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()