Home
last modified time | relevance | path

Searched refs:_STR (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/trace/
H A Dftrace.h5 #define _STR(x) #x macro
6 #define STR(x) _STR(x)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-firmware_node14 that describes the device as provided by the _STR method in the ACPI
16 an _STR method associated with it in the ACPI namespace, this
H A Dsysfs-bus-acpi35 _STR control method, if present.
/openbmc/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c63 LN_PIN_SAIF(REV, ID##_BCLK, LN_##ID##_STR"-bclk"); \
64 LN_PIN_SAIF(REV, ID##_LRCLK, LN_##ID##_STR"-lrclk"); \
65 LN_PIN_SAIF(REV, ID##_RXDAT, LN_##ID##_STR"-rxdat"); \
66 LN_PIN_SAIF(REV, ID##_TXDAT, LN_##ID##_STR"-txdat")
87 LN2_PIN_MUX(ID##_BCLK, LN_##ID##_STR"-bclk"); \
88 LN2_PIN_MUX(ID##_LRCLK, LN_##ID##_STR"-lrclk"); \
89 LN2_PIN_MUX(ID##_RXDAT, LN_##ID##_STR"-rxdat"); \
90 LN2_PIN_MUX(ID##_TXDAT, LN_##ID##_STR"-txdat")
371 .name = LN_##ID##_STR, \
383 .name = LN_##ID##_STR, \
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c39 #define _STR(x) #x macro
40 #define STR(x) _STR(x)
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c21 #define _STR(x) #x macro
22 #define STR(x) _STR(x)
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c522 #define _STR(x) #x macro
523 #define STR(x) _STR(x)
/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c39 #define _STR(s) #s macro
40 #define _DRIVER_VERSION(a, b) "v" _STR(a) "." _STR(b)
/openbmc/linux/tools/mm/
H A Dpage-types.c41 # define _STR(x) #x macro
42 # define STR(x) _STR(x)
/openbmc/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst652 _STR 6.1.10 Recommended for conveying device names to end users;
/openbmc/linux/Documentation/trace/
H A Dftrace.rst2425 #define _STR(x) #x
2426 #define STR(x) _STR(x)