og                651 drivers/usb/phy/phy-fsl-usb.c 	struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work);
og                652 drivers/usb/phy/phy-fsl-usb.c 	struct otg_fsm *fsm = &og->fsm;
og                934 drivers/video/fbdev/atmel_lcdfb.c 	struct atmel_lcdfb_power_ctrl_gpio *og;
og                936 drivers/video/fbdev/atmel_lcdfb.c 	list_for_each_entry(og, &pdata->pwr_gpios, list)
og                937 drivers/video/fbdev/atmel_lcdfb.c 		gpiod_set_value(og->gpiod, on);
og                948 drivers/video/fbdev/atmel_lcdfb.c 	struct atmel_lcdfb_power_ctrl_gpio *og;
og                997 drivers/video/fbdev/atmel_lcdfb.c 		og = devm_kzalloc(dev, sizeof(*og), GFP_KERNEL);
og                998 drivers/video/fbdev/atmel_lcdfb.c 		if (!og)
og               1001 drivers/video/fbdev/atmel_lcdfb.c 		og->gpiod = gpiod;
og               1009 drivers/video/fbdev/atmel_lcdfb.c 		list_add(&og->list, &pdata->pwr_gpios);