Home
last modified time | relevance | path

Searched refs:wp_type (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
Dwp.c35 static void get__perf_event_attr(struct perf_event_attr *attr, int wp_type, in get__perf_event_attr() argument
42 attr->bp_type = wp_type; in get__perf_event_attr()
51 static int __event(int wp_type, void *wp_addr, unsigned long wp_len) in __event() argument
56 get__perf_event_attr(&attr, wp_type, wp_addr, wp_len); in __event()
/kernel/linux/linux-5.10/include/linux/platform_data/
Dmmc-esdhc-imx.h34 enum wp_types wp_type; member
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-esdhc-imx.c924 switch (boarddata->wp_type) { in esdhc_pltfm_get_ro()
1490 boarddata->wp_type = ESDHC_WP_CONTROLLER; in sdhci_esdhc_imx_probe_dt()
1498 boarddata->wp_type = ESDHC_WP_GPIO; in sdhci_esdhc_imx_probe_dt()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch9857 if (boarddata->wp_type == ESDHC_WP_GPIO) {