Searched refs:pulse_width (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/microchip/ |
| D | lan743x_ptp.c | 429 int pulse_width = 0; in lan743x_ptp_perout() local 480 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 482 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout() 484 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout() 486 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout() 488 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout() 490 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout() 497 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 512 (ptp->perout_event_ch, pulse_width); in lan743x_ptp_perout()
|
| /Linux-v4.19/include/video/ |
| D | da8xx-fb.h | 78 int pulse_width; member
|
| /Linux-v4.19/drivers/media/rc/ |
| D | rc-core-priv.h | 226 unsigned int pulse_width, in ir_raw_gen_pulse_space() argument 231 init_ir_raw_event_duration((*ev)++, 1, pulse_width); in ir_raw_gen_pulse_space()
|
| /Linux-v4.19/drivers/watchdog/ |
| D | f71808e_wdt.c | 102 static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH; variable 103 module_param(pulse_width, uint, 0); 104 MODULE_PARM_DESC(pulse_width, 712 err = watchdog_set_pulse_width(pulse_width); in watchdog_init()
|
| /Linux-v4.19/drivers/video/fbdev/ |
| D | da8xx-fb.c | 416 static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width, in lcd_cfg_horizontal_sync() argument 424 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_horizontal_sync() 438 reg |= ((pulse_width-1) & 0x3c0) << 21; in lcd_cfg_horizontal_sync() 443 static void lcd_cfg_vertical_sync(int back_porch, int pulse_width, in lcd_cfg_vertical_sync() argument 451 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_vertical_sync() 1163 sync_arg.pulse_width, in fb_ioctl() 1171 sync_arg.pulse_width, in fb_ioctl()
|