Searched refs:pulse_width (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/microchip/ |
D | lan743x_ptp.c | 429 int pulse_width = 0; in lan743x_ptp_perout() local 484 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 486 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_; in lan743x_ptp_perout() 488 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_; in lan743x_ptp_perout() 490 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_; in lan743x_ptp_perout() 492 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_; in lan743x_ptp_perout() 494 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_; in lan743x_ptp_perout() 501 pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_; in lan743x_ptp_perout() 516 (ptp->perout_event_ch, pulse_width); in lan743x_ptp_perout()
|
/Linux-v5.4/include/video/ |
D | da8xx-fb.h | 77 int pulse_width; member
|
/Linux-v5.4/drivers/media/rc/ |
D | rc-core-priv.h | 227 unsigned int pulse_width, in ir_raw_gen_pulse_space() argument 232 init_ir_raw_event_duration((*ev)++, 1, pulse_width); in ir_raw_gen_pulse_space()
|
/Linux-v5.4/drivers/watchdog/ |
D | f71808e_wdt.c | 92 static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH; variable 93 module_param(pulse_width, uint, 0); 94 MODULE_PARM_DESC(pulse_width, 713 err = watchdog_set_pulse_width(pulse_width); in watchdog_init()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | da8xx-fb.c | 404 static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width, in lcd_cfg_horizontal_sync() argument 412 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_horizontal_sync() 426 reg |= ((pulse_width-1) & 0x3c0) << 21; in lcd_cfg_horizontal_sync() 431 static void lcd_cfg_vertical_sync(int back_porch, int pulse_width, in lcd_cfg_vertical_sync() argument 439 | (((pulse_width-1) & 0x3f) << 10); in lcd_cfg_vertical_sync() 1148 sync_arg.pulse_width, in fb_ioctl() 1156 sync_arg.pulse_width, in fb_ioctl()
|