Home
last modified time | relevance | path

Searched refs:highspeed (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pmcmsp.c87 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 Dcomposite.c338 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 Dconfigfs.c1281 c->highspeed = 0; in purge_configs_funcs()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c348 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 Dconfigfs.c1593 c->highspeed = 0; in purge_configs_funcs()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h476 /* description of one iso transaction (up to 3 KB data if highspeed) */
505 u8 highspeed; member
H A Dehci-sched.c335 * 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 Dehci.h446 /* description of one iso transaction (up to 3 KB data if highspeed) */
476 u8 highspeed; member
H A Dfotg210-hcd.c2700 * 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 Dcomposite.h331 unsigned highspeed:1; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dcomposite.h324 unsigned highspeed:1; member
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h474 /* description of one iso transaction (up to 3 KB data if highspeed) */
503 u8 highspeed; member
H A Dfotg210-hcd.c2701 * 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 Dehci-sched.c341 * 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 Dehci.h449 /* description of one iso transaction (up to 3 KB data if highspeed) */
479 u8 highspeed; member

Completed in 41 milliseconds