/linux-6.1.9/drivers/staging/rts5208/ |
D | rtsx_chip.h | 388 #define CHK_SD(sd_card) (((sd_card)->sd_type & 0xFF) == TYPE_SD) argument 389 #define CHK_SD_HS(sd_card) (CHK_SD(sd_card) && \ argument 390 ((sd_card)->sd_type & SD_HS)) 391 #define CHK_SD_SDR50(sd_card) (CHK_SD(sd_card) && \ argument 392 ((sd_card)->sd_type & SD_SDR50)) 393 #define CHK_SD_DDR50(sd_card) (CHK_SD(sd_card) && \ argument 394 ((sd_card)->sd_type & SD_DDR50)) 395 #define CHK_SD_SDR104(sd_card) (CHK_SD(sd_card) && \ argument 396 ((sd_card)->sd_type & SD_SDR104)) 397 #define CHK_SD_HCXC(sd_card) (CHK_SD(sd_card) && \ argument [all …]
|
D | sd.c | 48 struct sd_info *sd_card = &chip->sd_card; in sd_set_err_code() local 50 sd_card->err_code |= err_code; in sd_set_err_code() 55 struct sd_info *sd_card = &chip->sd_card; in sd_clr_err_code() local 57 sd_card->err_code = 0; in sd_clr_err_code() 62 struct sd_info *sd_card = &chip->sd_card; in sd_check_err_code() local 64 return sd_card->err_code & err_code; in sd_check_err_code() 115 struct sd_info *sd_card = &chip->sd_card; local 248 sd_card->sd_data_buf_ready = 1; 250 sd_card->sd_data_buf_ready = 0; 265 struct sd_info *sd_card = &chip->sd_card; local [all …]
|
D | rtsx_scsi.c | 428 struct sd_info *sd_card = &chip->sd_card; in test_unit_ready() local 430 if (sd_card->sd_lock_notify) { in test_unit_ready() 431 sd_card->sd_lock_notify = 0; in test_unit_ready() 434 } else if (sd_card->sd_lock_status & SD_LOCKED) { in test_unit_ready() 836 struct sd_info *sd_card = &chip->sd_card; in read_write() local 863 if (sd_card->sd_erase_status) { in read_write() 873 if (sd_card->sd_lock_status & SD_LOCKED) { in read_write() 1296 struct sd_info *sd_card = &chip->sd_card; in get_sd_csd() local 1310 rtsx_stor_set_xfer_buf(sd_card->raw_csd, scsi_bufflen(srb), srb); in get_sd_csd() 1400 struct sd_info *sd_card = &chip->sd_card; in set_variable() local [all …]
|
D | rtsx_card.c | 25 struct sd_info *sd_card = &chip->sd_card; in do_remaining_work() local 32 if (sd_card->seq_mode) { in do_remaining_work() 34 sd_card->cleanup_counter++; in do_remaining_work() 36 sd_card->cleanup_counter = 0; in do_remaining_work() 71 if (sd_card->cleanup_counter > POLLING_WAIT_CNT) in do_remaining_work()
|
D | rtsx_chip.c | 756 struct sd_info *sd_card = &chip->sd_card; in rtsx_init_chip() local 768 memset(sd_card, 0, sizeof(struct sd_info)); in rtsx_init_chip() 981 struct sd_info *sd_card = &chip->sd_card; in rtsx_manage_sd_lock() local 984 if (!sd_card->sd_erase_status) in rtsx_manage_sd_lock() 990 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock() 991 sd_card->sd_lock_notify = 1; in rtsx_manage_sd_lock() 995 sd_card->sd_erase_status = SD_NOT_ERASE; in rtsx_manage_sd_lock()
|
D | rtsx_card.h | 1021 struct sd_info *sd_card = &chip->sd_card; in get_card_size() local 1024 (sd_card->sd_lock_status & SD_LOCKED)) in get_card_size()
|
D | rtsx.c | 460 struct sd_info *sd_card = &chip->sd_card; in rtsx_polling_thread() local 464 sd_card->cleanup_counter = 0; in rtsx_polling_thread()
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,ipq6018-pinctrl.yaml | 95 qdss_tracedata_a, qdss_tracedata_b, reset_n, sd_card, sd_write,
|
D | qcom,sdx65-pinctrl.yaml | 117 sd_card, tsif2_data, sdc41, tsif2_sync, sdc40, mdp_vsync_p_b,
|
D | qcom,ipq8074-pinctrl.txt | 115 qpic, rx0, rx1, rx2, sd_card, sd_write, tsens_max, wci2a,
|
D | qcom,msm8916-pinctrl.txt | 126 qdss_tracedata_b, reset_n, sd_card, sd_write, sec_mi2s, smb_int,
|
D | qcom,msm8998-pinctrl.txt | 132 qlink_request, qua_mi2s, sd_card, sd_write, sdc40, sdc41,
|
D | qcom,msm8996-pinctrl.txt | 141 sd_card, tsif2_data, sdc41, tsif2_sync, sdc40, mdp_vsync_p_b,
|
/linux-6.1.9/drivers/pinctrl/qcom/ |
D | pinctrl-ipq8074.c | 906 FUNCTION(sd_card), 1017 PINGROUP(63, sd_card, pwm0, NA, gcc_plltest, NA, NA, NA, NA, NA),
|
D | pinctrl-ipq6018.c | 968 FUNCTION(sd_card), 1045 PINGROUP(62, sd_card, _, _, _, _, _, _, _, _),
|
D | pinctrl-msm8916.c | 799 FUNCTION(sd_card),
|
D | pinctrl-msm8996.c | 1624 FUNCTION(sd_card),
|
D | pinctrl-msm8998.c | 1308 FUNCTION(sd_card),
|