/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 170 dev->cec_xfer_time_jiffies = usecs_to_jiffies(cw->usecs); in vivid_cec_xfer_try_worker() 204 cw->usecs = CEC_FREE_TIME_TO_USEC(signal_free_time) + in vivid_cec_adap_transmit() 213 dev->cec_xfer_time_jiffies = usecs_to_jiffies(cw->usecs); in vivid_cec_adap_transmit()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-sc18is602.c | 53 int usecs = 1000000 * len / hw->speed + 1; in sc18is602_wait_ready() local 60 usleep_range(usecs, usecs * 2); in sc18is602_wait_ready()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sc18is602.c | 52 int usecs = 1000000 * len / hw->speed + 1; in sc18is602_wait_ready() local 59 usleep_range(usecs, usecs * 2); in sc18is602_wait_ready()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | timex.h | 19 extern void (*ia64_udelay)(unsigned long usecs);
|
H A D | delay.h | 87 extern void udelay (unsigned long usecs);
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | timex.h | 19 extern void (*ia64_udelay)(unsigned long usecs);
|
H A D | delay.h | 87 extern void udelay (unsigned long usecs);
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 346 u8 usecs; /* intr bandwidth */ member 1809 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1838 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1839 qh->usecs = HS_USECS(1); in qh_make() 1841 qh->usecs += HS_USECS(1); in qh_make() 2264 /* how many of the uframe's 125 usecs are allocated? */ 2270 unsigned usecs = 0; in periodic_usecs() local 2278 usecs += q->qh->usecs; in periodic_usecs() 2281 usecs in periodic_usecs() 2481 check_period(struct oxu_hcd *oxu, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) check_period() argument [all...] |
H A D | fotg210-hcd.c | 507 (scratch >> 8) & 0x000f, type, qh->usecs, in output_buf_tds_dir() 2748 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2776 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2777 qh->usecs = HS_USECS(1); in qh_make() 2779 qh->usecs += HS_USECS(1); in qh_make() 3329 /* how many of the uframe's 125 usecs are allocated? */ 3335 unsigned usecs = 0; in periodic_usecs() local 3344 usecs += q->qh->usecs; in periodic_usecs() 3348 usecs in periodic_usecs() 3666 check_period(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) check_period() argument 4130 itd_slot_ok(struct fotg210_hcd *fotg210, u32 mod, u32 uframe, u8 usecs, u32 period) itd_slot_ok() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 346 u8 usecs; /* intr bandwidth */ member 1810 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 1839 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 1840 qh->usecs = HS_USECS(1); in qh_make() 1842 qh->usecs += HS_USECS(1); in qh_make() 2265 /* how many of the uframe's 125 usecs are allocated? */ 2271 unsigned usecs = 0; in periodic_usecs() local 2279 usecs += q->qh->usecs; in periodic_usecs() 2282 usecs in periodic_usecs() 2482 check_period(struct oxu_hcd *oxu, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) check_period() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aspeed.c | 754 static int usecs_to_cycles(struct aspeed_gpio *gpio, unsigned long usecs, in usecs_to_cycles() argument 765 n = rate * usecs; in usecs_to_cycles() 844 unsigned long usecs) in enable_debounce() 855 rc = usecs_to_cycles(gpio, usecs, &requested_cycles); in enable_debounce() 858 usecs, clk_get_rate(gpio->clk), rc); in enable_debounce() 894 usecs); in enable_debounce() 945 unsigned long usecs) in set_debounce() 952 if (usecs) in set_debounce() 953 return enable_debounce(chip, offset, usecs); in set_debounce() 843 enable_debounce(struct gpio_chip *chip, unsigned int offset, unsigned long usecs) enable_debounce() argument 944 set_debounce(struct gpio_chip *chip, unsigned int offset, unsigned long usecs) set_debounce() argument
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aspeed.c | 761 static int usecs_to_cycles(struct aspeed_gpio *gpio, unsigned long usecs, in usecs_to_cycles() argument 772 n = rate * usecs; in usecs_to_cycles() 851 unsigned long usecs) in enable_debounce() 862 rc = usecs_to_cycles(gpio, usecs, &requested_cycles); in enable_debounce() 865 usecs, clk_get_rate(gpio->clk), rc); in enable_debounce() 901 usecs); in enable_debounce() 952 unsigned long usecs) in set_debounce() 959 if (usecs) in set_debounce() 960 return enable_debounce(chip, offset, usecs); in set_debounce() 850 enable_debounce(struct gpio_chip *chip, unsigned int offset, unsigned long usecs) enable_debounce() argument 951 set_debounce(struct gpio_chip *chip, unsigned int offset, unsigned long usecs) set_debounce() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | delay_32.h | 24 void __udelay(unsigned long usecs, unsigned long lpj);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | delay_32.h | 24 void __udelay(unsigned long usecs, unsigned long lpj);
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | delay.h | 9 extern void __udelay(unsigned long usecs);
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | delay.h | 9 extern void __udelay(unsigned long usecs);
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 506 (scratch >> 8) & 0x000f, type, qh->usecs, in output_buf_tds_dir() 2749 qh->usecs = NS_TO_US(usb_calc_bus_time(USB_SPEED_HIGH, in qh_make() 2777 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make() 2778 qh->usecs = HS_USECS(1); in qh_make() 2780 qh->usecs += HS_USECS(1); in qh_make() 3330 /* how many of the uframe's 125 usecs are allocated? */ 3336 unsigned usecs = 0; in periodic_usecs() local 3345 usecs += q->qh->usecs; in periodic_usecs() 3349 usecs in periodic_usecs() 3667 check_period(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) check_period() argument 4130 itd_slot_ok(struct fotg210_hcd *fotg210, u32 mod, u32 uframe, u8 usecs, u32 period) itd_slot_ok() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | delay.h | 18 extern void udelay(unsigned long usecs);
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | delay.h | 90 extern void __loop_udelay(unsigned long usecs);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | delay.h | 18 extern void udelay(unsigned long usecs);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | delay.h | 90 extern void __loop_udelay(unsigned long usecs);
|
/kernel/liteos_a/arch/arm/arm/include/ |
H A D | hal_timer.h | 47 extern VOID HalDelayUs(UINT32 usecs);
|
/third_party/mesa3d/src/util/ |
H A D | os_time.h | 81 os_time_sleep(int64_t usecs);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_crtc.h | 30 int usecs);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.h | 247 * set the write-back latency to the usecs passed in. 249 #define ICE_GLINT_DYN_CTL_WB_ON_ITR(usecs, itr_idx) \ 250 ((((usecs) << (GLINT_DYN_CTL_INTERVAL_S - ICE_ITR_GRAN_S)) & \ 341 u16 target_itr; /* value in usecs divided by the hw->itr_gran */ 342 u16 current_itr; /* value in usecs divided by the hw->itr_gran */ 344 * readable ITR value in usecs and must be converted before programming
|