Searched refs:cover (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | mmc-omap.h | 56 /* switch pin can be for card detect (default) or card cover */ 57 unsigned cover:1; member 100 /* return MMC cover switch state, can be NULL if not supported.
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | mmc-omap.h | 54 /* switch pin can be for card detect (default) or card cover */ 55 unsigned cover:1; member 98 /* return MMC cover switch state, can be NULL if not supported.
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/native/ |
H A D | inst.h | 116 cover
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/native/ |
H A D | inst.h | 116 cover
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | omap.c | 95 * when the cover switch is open */ 117 struct gpio_desc *cover; member 311 if (slot->cover) in mmc_omap_cover_is_open() 312 return gpiod_get_value(slot->cover); in mmc_omap_cover_is_open() 905 * the cover has been closed. in mmc_omap_cover_handler() 1272 slot->cover = gpiod_get_index_optional(host->dev, "cover", in mmc_omap_new_slot() 1274 if (IS_ERR(slot->cover)) in mmc_omap_new_slot() 1275 return dev_err_probe(host->dev, PTR_ERR(slot->cover), in mmc_omap_new_slot() 1276 "error looking up cover switc in mmc_omap_new_slot() [all...] |
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | qrnnd.S | 16 # respects; for example, they cover modification of the file, and
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 16 # respects; for example, they cover modification of the file, and
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | gate.S | 91 * The first thing need to do is a cover to get the registers onto the backing 126 cover // push args in interrupted frame onto backing store
|
H A D | mca_asm.S | 527 cover // must be last in group
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | gate.S | 91 * The first thing need to do is a cover to get the registers onto the backing 126 cover // push args in interrupted frame onto backing store
|
H A D | mca_asm.S | 527 cover // must be last in group
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 75 #error Page table parameters do not cover virtual address space properly.
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 75 #error Page table parameters do not cover virtual address space properly.
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 6977 if (!$is_patch && $filename !~ /cover-letter\.patch$/) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 7679 if (!$is_patch && $filename !~ /cover-letter\.patch$/) {
|
Completed in 28 milliseconds