Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/bcm47xx/
H A Dboard.c334 const struct bcm47xx_board_type *board_detected; in bcm47xx_board_detect() local
346 board_detected = bcm47xx_board_get_nvram(); in bcm47xx_board_detect()
347 bcm47xx_board.board = board_detected->board; in bcm47xx_board_detect()
348 strlcpy(bcm47xx_board.name, board_detected->name, in bcm47xx_board_detect()
/kernel/linux/linux-6.6/arch/mips/bcm47xx/
H A Dboard.c342 const struct bcm47xx_board_type *board_detected; in bcm47xx_board_detect() local
354 board_detected = bcm47xx_board_get_nvram(); in bcm47xx_board_detect()
355 bcm47xx_board.board = board_detected->board; in bcm47xx_board_detect()
356 strscpy(bcm47xx_board.name, board_detected->name, in bcm47xx_board_detect()

Completed in 2 milliseconds