Lines Matching defs:module
354 * T_TstSrcIncrement is written by the module on ES2 as a stand-in for the
358 * FIXME: This is module-hardware dependent and needs to be extended for every
359 * type of module we want to support.
387 * A nonzero init status indicates the module has finished
775 * A Greybus module represents a user-replaceable component on a GMP
776 * phone. An interface is the physical connection on that module. A
777 * module may have more than one interface.
786 struct gb_interface *gb_interface_create(struct gb_module *module,
789 struct gb_host_device *hd = module->hd;
797 intf->module = module;
808 intf->dev.parent = &module->dev;
812 intf->dev.dma_mask = module->dev.dma_mask;
814 dev_set_name(&intf->dev, "%s.%u", dev_name(&module->dev),
977 * At present, we assume a UniPro-only module to be a Greybus module that