Searched refs:gp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/pwm/
H A Dgpio-pwm.c51 struct gpio_pwm *gp = container_of(work, struct gpio_pwm, work); local
53 if (gp->active)
54 gpio_direction_output(gp->gpio, gp->polarity ? 1 : 0);
56 gpio_direction_output(gp->gpio, gp->polarity ? 0 : 1);
62 struct gpio_pwm *gp = container_of(t, struct gpio_pwm, timer); local
65 if (unlikely(gp->pwm.channels[0].duty_ticks == 0))
66 gp->active = 0;
67 else if (unlikely(gp
100 struct gpio_pwm *gp = to_gpio_pwm(p); local
110 struct gpio_pwm *gp = to_gpio_pwm(p); local
139 struct gpio_pwm *gp = to_gpio_pwm(p); local
160 struct gpio_pwm *gp = to_gpio_pwm(p); local
196 struct gpio_pwm *gp = to_gpio_pwm(p); local
211 struct gpio_pwm *gp; local
262 struct gpio_pwm *gp = platform_get_drvdata(pdev); local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A DAR6001_regdump.h48 A_UINT32 gp; member in struct:MIPS_exception_frame_s

Completed in 31 milliseconds