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,
894 if (pcr->ops->cd_deglitch) in rtsx_pci_card_exist()895 val = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_exist()951 if (pcr->ops->cd_deglitch) in rtsx_pci_card_detect()952 card_inserted = pcr->ops->cd_deglitch(pcr); in rtsx_pci_card_detect()1330 if (pcr->ops->cd_deglitch) in rtsx_pci_init_hw()1331 pcr->card_exist = pcr->ops->cd_deglitch(pcr); in rtsx_pci_init_hw()
202 .cd_deglitch = NULL,
184 .cd_deglitch = NULL,
1088 unsigned int (*cd_deglitch)(struct rtsx_pcr *pcr); member