Home
last modified time | relevance | path

Searched refs:wait_reboot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Di2c.c97 u16 wait_reboot[] = { 50, 300, 1000 }; in st21nfca_hci_platform_init() local
102 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
106 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()
114 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
118 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Di2c.c95 u16 wait_reboot[] = { 50, 300, 1000 }; in st21nfca_hci_platform_init() local
100 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
104 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()
112 for (i = 0; i < ARRAY_SIZE(wait_reboot) && r < 0; i++) { in st21nfca_hci_platform_init()
116 msleep(wait_reboot[i]); in st21nfca_hci_platform_init()

Completed in 2 milliseconds