Searched refs:cd_deglitch (Results 1 – 6 of 6) sorted by relevance
295 .cd_deglitch = rtl8411_cd_deglitch,311 .cd_deglitch = rtl8411_cd_deglitch,327 .cd_deglitch = rtl8411_cd_deglitch,
281 .cd_deglitch = NULL,480 .cd_deglitch = NULL,
870 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()871 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()927 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()928 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1353 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1354 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
173 .cd_deglitch = NULL,
191 .cd_deglitch = NULL,
1104 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member