| /linux/Documentation/arch/powerpc/ |
| H A D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 30 the image. The boot wrapper, kernel and device tree 32 with boot wrapper code that extracts data from the old 45 the wrapper structure. 63 can be overridden by the wrapper script. [all …]
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_control.c | 292 struct wrapper_msg *wrapper = container_of(ref, struct wrapper_msg, ref_count); in free_wrapper() local 294 list_del(&wrapper->list); in free_wrapper() 295 kfree(wrapper); in free_wrapper() 361 struct wrapper_msg *wrapper; in encode_passthrough() local 365 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 366 msg = &wrapper->msg; in encode_passthrough() 568 struct wrapper_msg *wrapper; in encode_dma() local 576 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_dma() 577 msg = &wrapper->msg; in encode_dma() 638 struct wrapper_msg *wrapper; in encode_activate() local [all …]
|
| /linux/drivers/virtio/ |
| H A D | virtio_rtc_class.c | 19 * struct viortc_class - RTC class wrapper 33 * viortc_class_get_locked() - get RTC class wrapper, if ops allowed 36 * Gets the RTC class wrapper from the virtio device, if it is available and 40 * Return: RTC class wrapper if available and ops allowed, ERR_PTR otherwise. 180 * @viortc_class: RTC class wrapper 199 * @viortc_class: RTC class wrapper 214 * @viortc_class: RTC class wrapper 225 * viortc_class_init() - init RTC class wrapper and device 232 * Return: RTC class wrapper on success, ERR_PTR otherwise.
|
| /linux/rust/zerocopy/src/util/ |
| H A D | macros.rs | 367 /// struct Wrapper<T>(T); 371 /// /// `Wrapper<T>` is `repr(transparent)`, so it is sound to implement any 373 /// impl_or_verify!(T: FromZeros => FromZeros for Wrapper<T>); 374 /// impl_or_verify!(T: FromBytes => FromBytes for Wrapper<T>); 375 /// impl_or_verify!(T: IntoBytes => IntoBytes for Wrapper<T>); 376 /// impl_or_verify!(T: Unaligned => Unaligned for Wrapper<T>); 733 /// Implements `TransmuteFrom` and `SizeEq` for `T` and `$wrapper<T>`. 737 /// `T` and `$wrapper<T>` must have the same bit validity, and must have the 739 /// `T`-to-`$wrapper<T>` cast and a `$wrapper<T>`-to-`T` cast must be 742 ($vis:vis T $(: ?$optbound:ident)? => $wrapper:ident<T>) => {{ [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | mt6358.txt | 3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00usb.h | 145 * Simple wrapper around rt2x00usb_vendor_request to write a single 166 * Simple wrapper around rt2x00usb_vendor_request to read the eeprom 183 * This function is a simple wrapper for 32bit register access 201 * This function is a simple wrapper for 32bit register access 221 * This function is a simple wrapper for 32bit register access 239 * This function is a simple wrapper for 32bit register access 258 * This function is a simple wrapper for 32bit register access 278 * This function is a simple wrapper for 32bit register access
|
| /linux/Documentation/devicetree/bindings/soc/mediatek/ |
| H A D | mediatek,pwrap.yaml | 7 title: Mediatek PMIC Wrapper 15 is not directly visible to the CPU, but only through the PMIC wrapper 62 - description: PMIC wrapper registers 93 - description: PMIC wrapper reset
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,geni-se.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 17 Wrapper controller is modeled as a node with zero or more child nodes each 27 description: QUP wrapper common register address and length.
|
| /linux/include/linux/ |
| H A D | tracepoint-defs.h | 68 * it is, call a wrapper function defined in a C file that will then 71 * For "trace_foo_bar()", you would need to create a wrapper function 76 * And call your wrapper:
|
| H A D | kthread.h | 66 * Description: Convenient wrapper for kthread_create() followed by 86 * Description: Convenient wrapper for kthread_create_on_cpu() 223 * Description: Convenient wrapper for kthread_create_worker() followed by 246 * Description: Convenient wrapper for kthread_create_worker_on_cpu()
|
| H A D | rcupdate_wait.h | 45 * domain requires you to write a wrapper function for that SRCU domain's 46 * call_srcu() function, with this wrapper supplying the pointer to the
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | exynos_thermal.rst | 74 TMU configuration data -----> TMU Driver <----> Exynos Core thermal wrapper 87 c) Exynos Core thermal wrapper: 88 This provides 3 wrapper function to use the
|
| /linux/tools/include/tools/ |
| H A D | dis-asm-compat.h | 15 * Trivial fprintf wrapper to be used as the fprintf_styled_func argument to 35 * Wrapper for init_disassemble_info() that hides version
|
| /linux/tools/perf/util/ |
| H A D | mutex.h | 9 * A function-like feature checking macro that is a wrapper around 88 * A wrapper around the mutex implementation that allows perf to error check 95 /* A wrapper around the condition variable implementation. */
|
| /linux/drivers/android/binder/ |
| H A D | node.rs | 25 mod wrapper; module 26 pub(crate) use self::wrapper::CritIncrWrapper; 34 /// allocate a wrapper that references the node and schedule the wrapper. These wrappers exists to 36 /// on the `Node`, then it's a no-op if there's also a pending wrapper. 62 /// Is a wrapper currently scheduled? 64 /// The wrapper is used only for strong zero2one increments. 72 /// Is the currently scheduled wrapper/`Node` scheduled due to a strong zero2one increment? 75 /// wrapper. Otherwise, `has_pushed_node` must be set and it was scheduled using the `Node`. 463 wrapper: CritIncrWrapper, in incr_refcount_allow_zero2one_with_wrapper() 474 Some(wrapper.init(self.clone())) in incr_refcount_allow_zero2one_with_wrapper() [all …]
|
| /linux/lib/ |
| H A D | sort.c | 128 struct wrapper { struct 140 ((const struct wrapper *)priv)->swap(a, b, (int)size); in do_swap() argument 159 return ((const struct wrapper *)priv)->cmp(a, b); in do_cmp() 206 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in __sort_r() 337 struct wrapper w = { in sort() 350 struct wrapper w = { in sort_nonatomic()
|
| /linux/include/linux/firmware/qcom/ |
| H A D | qcom_qseecom.h | 42 * Note: This is a convenience wrapper around qcom_scm_qseecom_app_send(). 43 * Clients should prefer to use this wrapper.
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | fsl,usbmisc.yaml | 7 title: Freescale i.MX wrapper module for Chipidea USB2 controller 54 - description: Base and length of the Wrapper module register
|
| /linux/drivers/gpu/drm/stm/ |
| H A D | dw_mipi_dsi-stm.c | 31 /* DSI wrapper registers & bit definitions */ 33 #define DSI_WCFGR 0x0400 /* Wrapper ConFiGuration Reg */ 37 #define DSI_WCR 0x0404 /* Wrapper Control Reg */ 40 #define DSI_WISR 0x040C /* Wrapper Interrupt and Status Reg */ 44 #define DSI_WPCR0 0x0418 /* Wrapper Phy Conf Reg 0 */ 48 #define DSI_WRPCR 0x0430 /* Wrapper Regulator & Pll Ctrl Reg */ 403 /* Enable the DSI wrapper */ in dw_mipi_dsi_phy_power_on() 415 /* Disable the DSI wrapper */ in dw_mipi_dsi_phy_power_off()
|
| /linux/include/kunit/ |
| H A D | resource.h | 396 * @wrapper: The name of the new wrapper function define. 400 * Defines a wrapper for a function which accepts a single, pointer-sized 401 * argument. This wrapper can then be passed to kunit_add_action() and 406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument 407 static void wrapper(void *in) \
|
| /linux/include/linux/dma/ |
| H A D | qcom_bam_dma.h | 41 * prep_bam_ce_le32 - Wrapper function to prepare a single BAM command 68 * bam_prep_ce - Wrapper function to prepare a single BAM command element
|
| /linux/include/drm/display/ |
| H A D | drm_scdc_helper.h | 45 * Reads a single byte from SCDC. This is a convenience wrapper around the 63 * Writes a single byte to SCDC. This is a convenience wrapper around the
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_opp_data.h | 52 * Initialization wrapper used to define an OPP for OMAP variants. 63 * Initialization wrapper used to define SmartReflex process data
|
| /linux/arch/powerpc/boot/ |
| H A D | ps3-hvcall.S | 15 * The routines here marshal arguments between the 32 bit wrapper 18 * wrapper lv1
|
| /linux/Documentation/admin-guide/ |
| H A D | mono.rst | 6 wrapper, you can use the BINFMT_MISC kernel support. 62 wrapper script, simply by launching the ``.exe`` file directly
|