Home
last modified time | relevance | path

Searched full:sd_write_protect (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sm8650-tlmm.yaml91 qup2_se5, qup2_se6, qup2_se7, sd_write_protect, sdc40, sdc41,
H A Dqcom,sm8550-tlmm.yaml98 qup2_se7, sd_write_protect, sdc40, sdc41, sdc42,
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-sm4450.c775 MSM_PIN_FUNCTION(sd_write_protect),
906 [102] = PINGROUP(102, sd_write_protect, _, _, _, _, _, _, _, _),
H A Dpinctrl-sm8650.c1436 MSM_PIN_FUNCTION(sd_write_protect),
1571 [93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _, _),
H A Dpinctrl-sm8550.c1456 MSM_PIN_FUNCTION(sd_write_protect),
1591 [93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _),
/linux/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c969 if (val & SD_WRITE_PROTECT) { in sd_power_on()
1153 if (val & SD_WRITE_PROTECT) in sdmmc_get_ro()
/linux/drivers/staging/rts5208/
H A Drtsx_chip.h270 #define SD_WRITE_PROTECT BIT(19) macro
H A Dsd.c2279 if (val & SD_WRITE_PROTECT)
3039 if (temp & SD_WRITE_PROTECT)
/linux/include/linux/
H A Drtsx_pci.h57 #define SD_WRITE_PROTECT (1 << 19) macro