pulse_width       227 drivers/media/rc/rc-core-priv.h 					 unsigned int pulse_width,
pulse_width       232 drivers/media/rc/rc-core-priv.h 	init_ir_raw_event_duration((*ev)++, 1, pulse_width);
pulse_width       429 drivers/net/ethernet/microchip/lan743x_ptp.c 	int pulse_width = 0;
pulse_width       484 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_;
pulse_width       486 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10MS_;
pulse_width       488 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_1MS_;
pulse_width       490 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100US_;
pulse_width       492 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_10US_;
pulse_width       494 drivers/net/ethernet/microchip/lan743x_ptp.c 			pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_100NS_;
pulse_width       501 drivers/net/ethernet/microchip/lan743x_ptp.c 		pulse_width = PTP_GENERAL_CONFIG_CLOCK_EVENT_200MS_;
pulse_width       516 drivers/net/ethernet/microchip/lan743x_ptp.c 			  (ptp->perout_event_ch, pulse_width);
pulse_width       404 drivers/video/fbdev/da8xx-fb.c static void lcd_cfg_horizontal_sync(int back_porch, int pulse_width,
pulse_width       412 drivers/video/fbdev/da8xx-fb.c 	    | (((pulse_width-1) & 0x3f) << 10);
pulse_width       426 drivers/video/fbdev/da8xx-fb.c 		reg |= ((pulse_width-1) & 0x3c0) << 21;
pulse_width       431 drivers/video/fbdev/da8xx-fb.c static void lcd_cfg_vertical_sync(int back_porch, int pulse_width,
pulse_width       439 drivers/video/fbdev/da8xx-fb.c 	    | (((pulse_width-1) & 0x3f) << 10);
pulse_width      1148 drivers/video/fbdev/da8xx-fb.c 					sync_arg.pulse_width,
pulse_width      1156 drivers/video/fbdev/da8xx-fb.c 					sync_arg.pulse_width,
pulse_width        92 drivers/watchdog/f71808e_wdt.c static unsigned int pulse_width = WATCHDOG_PULSE_WIDTH;
pulse_width        93 drivers/watchdog/f71808e_wdt.c module_param(pulse_width, uint, 0);
pulse_width        94 drivers/watchdog/f71808e_wdt.c MODULE_PARM_DESC(pulse_width,
pulse_width       713 drivers/watchdog/f71808e_wdt.c 	err = watchdog_set_pulse_width(pulse_width);
pulse_width        77 include/video/da8xx-fb.h 	int pulse_width;