device_entry       52 drivers/media/usb/as102/as102_drv.h 	struct list_head device_entry;
device_entry       71 drivers/spi/spidev.c 	struct list_head	device_entry;
device_entry      560 drivers/spi/spidev.c 	list_for_each_entry(spidev, &device_list, device_entry) {
device_entry      747 drivers/spi/spidev.c 	INIT_LIST_HEAD(&spidev->device_entry);
device_entry      768 drivers/spi/spidev.c 		list_add(&spidev->device_entry, &device_list);
device_entry      793 drivers/spi/spidev.c 	list_del(&spidev->device_entry);