Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Das5011.c74 struct as5011_device { struct
129 struct as5011_device *as5011 = dev_id; in as5011_button_interrupt()
140 struct as5011_device *as5011 = dev_id; in as5011_axis_interrupt()
160 static int as5011_configure_chip(struct as5011_device *as5011, in as5011_configure_chip()
232 struct as5011_device *as5011; in as5011_probe()
254 as5011 = kmalloc(sizeof(struct as5011_device), GFP_KERNEL); in as5011_probe()
347 struct as5011_device *as5011 = i2c_get_clientdata(client); in as5011_remove()