Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c221 __be32 *next_config_rom; member
2062 * next_config_rom pointer so a new update can take place. in bus_reset_work()
2065 if (ohci->next_config_rom != NULL) { in bus_reset_work()
2066 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work()
2070 ohci->config_rom = ohci->next_config_rom; in bus_reset_work()
2072 ohci->next_config_rom = NULL; in bus_reset_work()
2428 ohci->next_config_rom = in ohci_enable()
2432 if (ohci->next_config_rom == NULL) in ohci_enable()
2435 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()
2441 ohci->next_config_rom in ohci_enable()
2491 __be32 *next_config_rom; ohci_set_config_rom() local
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c221 __be32 *next_config_rom; member
2073 * next_config_rom pointer so a new update can take place. in bus_reset_work()
2076 if (ohci->next_config_rom != NULL) { in bus_reset_work()
2077 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work()
2081 ohci->config_rom = ohci->next_config_rom; in bus_reset_work()
2083 ohci->next_config_rom = NULL; in bus_reset_work()
2438 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2440 if (ohci->next_config_rom == NULL) in ohci_enable()
2443 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()
2449 ohci->next_config_rom in ohci_enable()
2499 __be32 *next_config_rom; ohci_set_config_rom() local
[all...]

Completed in 11 milliseconds