Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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,
746 *flags = bus->get_flags(prop); in of_get_address()
/Linux-v5.4/include/net/
Dlib80211.h79 unsigned long (*get_flags) (void *priv); member
/Linux-v5.4/drivers/nvdimm/
Dnd-core.h62 flags = nvdimm->sec.ops->get_flags(nvdimm, ptype); in nvdimm_security_flags()
/Linux-v5.4/arch/x86/kernel/
Dptrace.c322 static unsigned long get_flags(struct task_struct *task) in get_flags() function
409 return get_flags(task); in getreg()
963 *val = get_flags(child); in getreg32()
/Linux-v5.4/include/linux/
Dlibnvdimm.h188 unsigned long (*get_flags)(struct nvdimm *nvdimm, member
/Linux-v5.4/drivers/acpi/nfit/
Dintel.c379 .get_flags = intel_security_flags,
/Linux-v5.4/net/wireless/
Dlib80211_crypt_tkip.c722 .get_flags = lib80211_tkip_get_flags,
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c7628 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth()
7631 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth()
7719 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth()
7725 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
Dipw2200.c6619 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth()
6622 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth()
6710 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth()
6713 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3456 static void get_flags(int flags, unsigned long *flow_flags) in get_flags() function
3774 get_flags(flags, &flow_flags); in mlx5e_tc_add_flow()