| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.h | 285 static int get_##type##_instance_id(struct kobject *kobj) \ 301 int i = get_##type##_instance_id(kobj); \ 311 int i = get_##type##_instance_id(kobj); \ 332 i = get_##type##_instance_id(kobj); \ 367 int instance_id = get_##type##_instance_id(kobj); \ 387 int i = get_##type##_instance_id(kobj); \
|
| /linux/drivers/powercap/ |
| H A D | powercap_sys.c | 28 if (power_zone->ops->get_##_attr) { \ 29 if (!power_zone->ops->get_##_attr(power_zone, &value)) \ 76 if (pconst && pconst->ops && pconst->ops->get_##_attr) { \ 77 if (!pconst->ops->get_##_attr(power_zone, id, &value)) \
|
| /linux/drivers/scsi/ |
| H A D | raid_class.c | 199 if (i->f->get_##attr) \ 200 i->f->get_##attr(dev->parent);
|
| H A D | scsi_transport_spi.c | 310 if (i->f->get_##field) \ 311 i->f->get_##field(starget); \
|
| H A D | scsi_transport_fc.c | 1639 if (i->f->get_##field) \
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | sev_smoke_test.c | 26 u64 val = get_##reg(); \ 29 GUEST_ASSERT(val == get_##reg()); \
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma_mgmt_sys.c | 27 static int get_##name(struct hidma_mgmt_dev *mdev) \ 45 {#name, mode, get_##name, set_##name}
|
| /linux/drivers/pci/hotplug/ |
| H A D | pci_hotplug_core.c | 41 static int get_##name(struct hotplug_slot *slot, type *value) \ 45 if (ops->get_##name) \ 46 retval = ops->get_##name(slot, value); \
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 147 # notice, o_from_t from get_*_smartly() is always more accurate than from get_*()
|
| /linux/rust/kernel/sync/ |
| H A D | aref.rs | 12 //! implementation of the `get_` and `put_` pattern used in C for reference counting.
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 34 #define dml_get_attr_decl(attr) double get_##attr(struct display_mode_lib *mode_lib, const display_… 75 #define dml_get_pipe_attr_decl(attr) double get_##attr(struct display_mode_lib *mode_lib, const dis…
|
| H A D | display_mode_vba.c | 82 #define dml_get_attr_func(attr, var) double get_##attr(struct display_mode_lib *mode_lib, const di… 130 #define dml_get_pipe_attr_func(attr, var) double get_##attr(struct display_mode_lib *mode_lib, con…
|
| /linux/scripts/gendwarfksyms/ |
| H A D | dwarf.c | 46 static bool get_##attr##_attr(Dwarf_Die *die, unsigned int id, \ 66 static const char *get_##attr##_attr(Dwarf_Die *die) \
|
| /linux/sound/aoa/fabrics/ |
| H A D | layout.c | 645 if (gpio->methods && gpio->methods->get_##n) \ 647 gpio->methods->get_##n(gpio); \
|
| /linux/sound/pci/ice1712/ |
| H A D | quartet.c | 651 .get_register = get_##xreg, } 656 .get_register = get_##xreg,\
|
| /linux/include/linux/ |
| H A D | kprobes.h | 306 static inline kprobe_opcode_t *get_##__name##_slot(void) \
|
| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 89 * CXL_MBOX_OP_[GET_]SCAN_MEDIA: The kernel provides a native error list that 92 * CXL_MBOX_OP_[GET_,INJECT_,CLEAR_]POISON: These commands require kernel
|
| /linux/arch/arm/mach-omap2/ |
| H A D | sleep34xx.S | 340 * Cf. the get_*restore_pointer functions.
|
| /linux/scripts/ |
| H A D | tags.sh | 157 '/^DEFINE_INSN_CACHE_OPS([[:space:]]*\([[:alnum:]_]*\).*/get_\1_slot/'
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 457 /* FIXME: Call into SET_ GET_ handlers here */ in hidp_process_handshake() 468 /* FIXME: Call into SET_ GET_ handlers here */ in hidp_process_handshake()
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | nxu.h | 82 * are defined for a variable, then use get_ put_ macros to
|
| /linux/drivers/perf/ |
| H A D | arm_smmuv3_pmu.c | 143 static inline u32 get_##_name(struct perf_event *event) \
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 910 * ethtool_ops->get_{strings,stats}() in typhoon_do_get_stats()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 7408 certain guest registers without having to call SET/GET_*REGS. Thus we can 7683 without having to call SET/GET_*REGS". This reduces overhead by eliminating
|
| /linux/drivers/md/ |
| H A D | md.c | 8387 * RUN_ARRAY, and GET_ and SET_BITMAP_FILE are allowed */ in md_ioctl()
|