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
776 * A Greybus module represents a user-replaceable component on a GMP
777 * phone. An interface is the physical connection on that module. A
778 * module may have more than one interface.
787 struct gb_interface *gb_interface_create(struct gb_module *module,
790 struct gb_host_device *hd = module->hd;
798 intf->module = module;
809 intf->dev.parent = &module->dev;
813 intf->dev.dma_mask = module->dev.dma_mask;
815 dev_set_name(&intf->dev, "%s.%u", dev_name(&module->dev),
978 * At present, we assume a UniPro-only module to be a Greybus module that