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,
851 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()852 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()908 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()909 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1307 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1308 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
287 .cd_deglitch = NULL,488 .cd_deglitch = NULL,
191 .cd_deglitch = NULL,
173 .cd_deglitch = NULL,
1104 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member