assert_falling_edge 35 drivers/pps/clients/pps-gpio.c bool assert_falling_edge; assert_falling_edge 57 drivers/pps/clients/pps-gpio.c if ((rising_edge && !info->assert_falling_edge) || assert_falling_edge 58 drivers/pps/clients/pps-gpio.c (!rising_edge && info->assert_falling_edge)) assert_falling_edge 61 drivers/pps/clients/pps-gpio.c ((rising_edge && info->assert_falling_edge) || assert_falling_edge 62 drivers/pps/clients/pps-gpio.c (!rising_edge && !info->assert_falling_edge))) assert_falling_edge 147 drivers/pps/clients/pps-gpio.c data->assert_falling_edge = true; assert_falling_edge 154 drivers/pps/clients/pps-gpio.c unsigned long flags = data->assert_falling_edge ? assert_falling_edge 183 drivers/pps/clients/pps-gpio.c data->assert_falling_edge = pdata->assert_falling_edge; assert_falling_edge 14 include/linux/pps-gpio.h bool assert_falling_edge;