Searched refs:og (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | Makefile | 18 obj-$(CONFIG_MACH_CM4002) += board-og.o 19 obj-$(CONFIG_MACH_CM4008) += board-og.o 20 obj-$(CONFIG_MACH_CM41xx) += board-og.o 21 obj-$(CONFIG_MACH_IM4004) += board-og.o 22 obj-$(CONFIG_MACH_IM42xx) += board-og.o
|
/linux-4.4.14/drivers/video/fbdev/ |
D | atmel_lcdfb.c | 1019 struct atmel_lcdfb_power_ctrl_gpio *og; in atmel_lcdfb_power_control_gpio() local 1021 list_for_each_entry(og, &pdata->pwr_gpios, list) in atmel_lcdfb_power_control_gpio() 1022 gpio_set_value(og->gpio, on); in atmel_lcdfb_power_control_gpio() 1036 struct atmel_lcdfb_power_ctrl_gpio *og; in atmel_lcdfb_of_init() local 1082 og = devm_kzalloc(dev, sizeof(*og), GFP_KERNEL); in atmel_lcdfb_of_init() 1083 if (!og) in atmel_lcdfb_of_init() 1086 og->gpio = gpio; in atmel_lcdfb_of_init() 1087 og->active_low = flags & OF_GPIO_ACTIVE_LOW; in atmel_lcdfb_of_init() 1095 ret = gpio_direction_output(gpio, og->active_low); in atmel_lcdfb_of_init() 1100 list_add(&og->list, &pdata->pwr_gpios); in atmel_lcdfb_of_init()
|
/linux-4.4.14/arch/s390/kernel/ |
D | swsusp.S | 154 og %r1,0(%r2)
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-fsl-usb.c | 668 struct fsl_otg *og = container_of(work, struct fsl_otg, otg_event.work); in fsl_otg_event() local 669 struct otg_fsm *fsm = &og->fsm; in fsl_otg_event()
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 103 * devarray: an array og all mezzanines driven by a singe FPGA.
|