Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-sony.c556 const char ghl_magic_data[], u16 poke_size) in ghl_init_urb() argument
569 databuf = devm_kzalloc(&sc->hdev->dev, poke_size, GFP_ATOMIC); in ghl_init_urb()
578 cr->wLength = cpu_to_le16(poke_size); in ghl_init_urb()
579 memcpy(databuf, ghl_magic_data, poke_size); in ghl_init_urb()
582 (unsigned char *) cr, databuf, poke_size, in ghl_init_urb()