Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/bcm47xx/
Dbuttons.c377 static struct gpio_keys_platform_data bcm47xx_button_pdata; variable
382 .platform_data = &bcm47xx_button_pdata,
392 bcm47xx_button_pdata.buttons = kmalloc(size, GFP_KERNEL); in bcm47xx_buttons_copy()
393 if (!bcm47xx_button_pdata.buttons) in bcm47xx_buttons_copy()
395 memcpy(bcm47xx_button_pdata.buttons, buttons, size); in bcm47xx_buttons_copy()
396 bcm47xx_button_pdata.nbuttons = nbuttons; in bcm47xx_buttons_copy()