/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | ringbuf_bench.c | 23 static __always_inline long get_flags() in get_flags() function 48 flags = get_flags(); in bench_ringbuf() 54 flags = get_flags(); in bench_ringbuf()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | of_device_32.c | 146 .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()
|
H A D | of_device_64.c | 191 .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()
|
H A D | of_device_common.h | 34 unsigned long (*get_flags)(const u32 *addr, unsigned long); member
|
/openbmc/linux/drivers/of/ |
H A D | address.c | 50 unsigned int (*get_flags)(const __be32 *addr); member 384 .get_flags = of_bus_pci_get_flags, 396 .get_flags = of_bus_isa_get_flags, 407 .get_flags = of_bus_default_flags_get_flags, 417 .get_flags = of_bus_default_get_flags, 766 *flags = bus->get_flags(prop); in __of_get_address() 847 range->flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one() 870 flags = parser->bus->get_flags(parser->range); in of_pci_range_parser_one()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_addr.c | 45 unsigned int (*get_flags)(const __be32 *addr); member 104 .get_flags = of_bus_default_get_flags, 156 *flags = bus->get_flags(prop); in of_get_address()
|
/openbmc/linux/include/net/ |
H A D | lib80211.h | 79 unsigned long (*get_flags) (void *priv); member
|
/openbmc/qemu/hw/display/ |
H A D | virtio-vga.c | 75 return g->hw_ops->get_flags(g); in virtio_vga_base_get_flags() 79 .get_flags = virtio_vga_base_get_flags,
|
H A D | virtio-gpu-base.c | 162 .get_flags = virtio_gpu_get_flags,
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 153 int get_flags(const char **fmt) in get_flags() function 344 flags = get_flags(&fmt); in vsnprintf()
|
/openbmc/linux/drivers/nvdimm/ |
H A D | nd-core.h | 63 flags = nvdimm->sec.ops->get_flags(nvdimm, ptype); in nvdimm_security_flags()
|
/openbmc/linux/drivers/cxl/ |
H A D | security.c | 196 .get_flags = cxl_pmem_get_security_flags,
|
/openbmc/linux/include/linux/ |
H A D | libnvdimm.h | 177 unsigned long (*get_flags)(struct nvdimm *nvdimm, member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 342 static unsigned long get_flags(struct task_struct *task) in get_flags() function 419 return get_flags(task); in getreg() 996 *val = get_flags(child); in getreg32()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 370 int (*get_flags)(void *opaque); /* optional, default 0 */ member
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | intel.c | 393 .get_flags = intel_security_flags,
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 351 .get_flags = vfio_display_get_flags,
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 722 .get_flags = lib80211_tkip_get_flags,
|
/openbmc/qemu/ui/ |
H A D | console.c | 577 flags = con->hw_ops->get_flags ? con->hw_ops->get_flags(con->hw) : 0; in console_compatible_with()
|
/openbmc/linux/tools/perf/util/ |
H A D | auxtrace.c | 1424 static int get_flags(const char **ptr, unsigned int *plus_flags, unsigned int *minus_flags) in get_flags() function 1552 if (get_flags(&p, &synth_opts->error_plus_flags, in itrace_do_parse_synth_opts() 1558 if (get_flags(&p, &synth_opts->log_plus_flags, in itrace_do_parse_synth_opts()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 3654 bool get_flags = false; in svm_range_get_attr() local 3700 get_flags = true; in svm_range_get_attr() 3769 if (get_flags) { in svm_range_get_attr()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 7595 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw2100_wx_set_auth() 7598 flags = crypt->ops->get_flags(crypt->priv); in ipw2100_wx_set_auth() 7686 if (!crypt || !crypt->ops->get_flags) { in ipw2100_wx_get_auth() 7692 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw2100_wx_get_auth()
|
H A D | ipw2200.c | 6575 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags) in ipw_wx_set_auth() 6578 flags = crypt->ops->get_flags(crypt->priv); in ipw_wx_set_auth() 6666 if (!crypt || !crypt->ops->get_flags) in ipw_wx_get_auth() 6669 param->value = (crypt->ops->get_flags(crypt->priv) & in ipw_wx_get_auth()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 4201 static void get_flags(int flags, unsigned long *flow_flags) in get_flags() function 4629 get_flags(flags, &flow_flags); in mlx5e_tc_add_flow()
|