Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Das5011.c61 struct as5011_device { struct
116 struct as5011_device *as5011 = dev_id; in as5011_button_interrupt()
127 struct as5011_device *as5011 = dev_id; in as5011_axis_interrupt()
147 static int as5011_configure_chip(struct as5011_device *as5011, in as5011_configure_chip()
218 struct as5011_device *as5011; in as5011_probe()
240 as5011 = kmalloc(sizeof(struct as5011_device), GFP_KERNEL); in as5011_probe()
331 struct as5011_device *as5011 = i2c_get_clientdata(client); in as5011_remove()