Home
last modified time | relevance | path

Searched full:get_ (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.h285 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 Dpowercap_sys.c28 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 Draid_class.c199 if (i->f->get_##attr) \
200 i->f->get_##attr(dev->parent);
H A Dscsi_transport_spi.c310 if (i->f->get_##field) \
311 i->f->get_##field(starget); \
H A Dscsi_transport_fc.c1639 if (i->f->get_##field) \
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c26 u64 val = get_##reg(); \
29 GUEST_ASSERT(val == get_##reg()); \
/linux/drivers/dma/qcom/
H A Dhidma_mgmt_sys.c27 static int get_##name(struct hidma_mgmt_dev *mdev) \
45 {#name, mode, get_##name, set_##name}
/linux/drivers/pci/hotplug/
H A Dpci_hotplug_core.c41 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 Dchecktransupdate.py147 # notice, o_from_t from get_*_smartly() is always more accurate than from get_*()
/linux/rust/kernel/sync/
H A Daref.rs12 //! implementation of the `get_` and `put_` pattern used in C for reference counting.
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h34 #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 Ddisplay_mode_vba.c82 #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 Ddwarf.c46 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 Dlayout.c645 if (gpio->methods && gpio->methods->get_##n) \
647 gpio->methods->get_##n(gpio); \
/linux/sound/pci/ice1712/
H A Dquartet.c651 .get_register = get_##xreg, }
656 .get_register = get_##xreg,\
/linux/include/linux/
H A Dkprobes.h306 static inline kprobe_opcode_t *get_##__name##_slot(void) \
/linux/drivers/cxl/core/
H A Dmbox.c89 * 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 Dsleep34xx.S340 * Cf. the get_*restore_pointer functions.
/linux/scripts/
H A Dtags.sh157 '/^DEFINE_INSN_CACHE_OPS([[:space:]]*\([[:alnum:]_]*\).*/get_\1_slot/'
/linux/net/bluetooth/hidp/
H A Dcore.c457 /* 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 Dnxu.h82 * are defined for a variable, then use get_ put_ macros to
/linux/drivers/perf/
H A Darm_smmuv3_pmu.c143 static inline u32 get_##_name(struct perf_event *event) \
/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c910 * ethtool_ops->get_{strings,stats}() in typhoon_do_get_stats()
/linux/Documentation/virt/kvm/
H A Dapi.rst7408 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 Dmd.c8387 * RUN_ARRAY, and GET_ and SET_BITMAP_FILE are allowed */ in md_ioctl()