Searched refs:highspeed (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-pmcmsp.c | 87 struct pmcmsptwi_clock highspeed; /* The highspeed clock config */ member 97 u8 highspeed; /* Bit 0, default=0x00 */ member 125 .highspeed = { 137 .highspeed = 0x00, 158 (cfg->highspeed & 0x1); in pmcmsptwi_cfg_to_reg() 168 cfg->highspeed = reg & 0x1; in pmcmsptwi_reg_to_cfg() 180 pmcmsptwi_writel(pmcmsptwi_clock_to_reg(&cfg->highspeed), in pmcmsptwi_set_clock_config()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | composite.c | 338 if (!config->highspeed && function->hs_descriptors) in usb_add_function() 339 config->highspeed = true; in usb_add_function() 599 if (!c->highspeed) in config_desc() 642 if (!c->highspeed) in count_configs() 1010 config->highspeed ? " high" : "", in usb_add_config()
|
H A D | configfs.c | 1281 c->highspeed = 0; in purge_configs_funcs()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 348 if (!config->highspeed && function->hs_descriptors) in usb_add_function() 349 config->highspeed = true; in usb_add_function() 662 if (!c->highspeed) in config_desc() 705 if (!c->highspeed) in count_configs() 1149 config->highspeed ? " high" : "", in usb_add_config()
|
H A D | configfs.c | 1593 c->highspeed = 0; in purge_configs_funcs()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 476 /* description of one iso transaction (up to 3 KB data if highspeed) */ 505 u8 highspeed; member
|
H A D | ehci-sched.c | 335 * highspeed ssplit's uframe (which is in "H-frame" terms). For example 1025 * this might be a "high bandwidth" highspeed endpoint, in iso_stream_init() 1037 stream->highspeed = 1; in iso_stream_init() 1476 if (!stream->highspeed) in iso_stream_schedule() 1506 if (stream->highspeed) { in iso_stream_schedule() 1641 if (!stream->highspeed) in iso_stream_schedule()
|
H A D | ehci.h | 446 /* description of one iso transaction (up to 3 KB data if highspeed) */ 476 u8 highspeed; member
|
H A D | fotg210-hcd.c | 2700 * mask(s) each time the QH gets scheduled. For highspeed, that's 3926 * this might be a "high bandwidth" highspeed endpoint, in iso_stream_init() 3955 stream->highspeed = 1; in iso_stream_init() 4190 if (!stream->highspeed && fotg210->fs_i_thresh) in iso_stream_schedule() 4265 if (!stream->highspeed) in iso_stream_schedule()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | composite.h | 331 unsigned highspeed:1; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | composite.h | 324 unsigned highspeed:1; member
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 474 /* description of one iso transaction (up to 3 KB data if highspeed) */ 503 u8 highspeed; member
|
H A D | fotg210-hcd.c | 2701 * mask(s) each time the QH gets scheduled. For highspeed, that's 3927 * this might be a "high bandwidth" highspeed endpoint, in iso_stream_init() 3956 stream->highspeed = 1; in iso_stream_init() 4190 if (!stream->highspeed && fotg210->fs_i_thresh) in iso_stream_schedule() 4265 if (!stream->highspeed) in iso_stream_schedule()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 341 * highspeed ssplit's uframe (which is in "H-frame" terms). For example 1032 * this might be a "high bandwidth" highspeed endpoint, in iso_stream_init() 1044 stream->highspeed = 1; in iso_stream_init() 1487 if (!stream->highspeed) in iso_stream_schedule() 1517 if (stream->highspeed) { in iso_stream_schedule() 1652 if (!stream->highspeed) in iso_stream_schedule()
|
H A D | ehci.h | 449 /* description of one iso transaction (up to 3 KB data if highspeed) */ 479 u8 highspeed; member
|
Completed in 41 milliseconds