Lines Matching refs:memstick_dev

28 static int memstick_dev_match(struct memstick_dev *card,  in memstick_dev_match()
43 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_bus_match()
61 const struct memstick_dev *card = container_of_const(dev, struct memstick_dev, in memstick_uevent()
78 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_probe()
95 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_remove()
113 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_suspend()
126 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_resume()
148 struct memstick_dev *card = container_of(dev, struct memstick_dev, \
164 ATTRIBUTE_GROUPS(memstick_dev);
191 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_free_card()
196 static int memstick_dummy_check(struct memstick_dev *card) in memstick_dummy_check()
324 static int h_memstick_read_dev_id(struct memstick_dev *card, in h_memstick_read_dev_id()
347 static int h_memstick_set_rw_addr(struct memstick_dev *card, in h_memstick_set_rw_addr()
369 int memstick_set_rw_addr(struct memstick_dev *card) in memstick_set_rw_addr()
381 static struct memstick_dev *memstick_alloc_card(struct memstick_host *host) in memstick_alloc_card()
383 struct memstick_dev *card = kzalloc_obj(struct memstick_dev); in memstick_alloc_card()
384 struct memstick_dev *old_card = host->card; in memstick_alloc_card()
438 struct memstick_dev *card; in memstick_check()