Searched refs:cd_deglitch (Results 1 – 6 of 6) sorted by relevance
305 .cd_deglitch = rtl8411_cd_deglitch,321 .cd_deglitch = rtl8411_cd_deglitch,337 .cd_deglitch = rtl8411_cd_deglitch,
240 .cd_deglitch = NULL,364 .cd_deglitch = NULL,
790 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()791 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()847 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()848 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1067 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1068 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
202 .cd_deglitch = NULL,
184 .cd_deglitch = NULL,
872 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member