Home
last modified time | relevance | path

Searched refs:bcm47xx_button_pdata (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/bcm47xx/
H A Dbuttons.c491 static struct gpio_keys_platform_data bcm47xx_button_pdata; variable
496 .platform_data = &bcm47xx_button_pdata,
506 bcm47xx_button_pdata.buttons = kmemdup(buttons, size, GFP_KERNEL); in bcm47xx_buttons_copy()
507 if (!bcm47xx_button_pdata.buttons) in bcm47xx_buttons_copy()
509 bcm47xx_button_pdata.nbuttons = nbuttons; in bcm47xx_buttons_copy()