Home
last modified time | relevance | path

Searched full:us (Results 1 – 25 of 4024) sorted by relevance

12345678910>>...161

/linux/drivers/usb/storage/
H A Dusb.c253 struct us_data *us = usb_get_intfdata(iface); in usb_stor_suspend() local
256 mutex_lock(&us->dev_mutex); in usb_stor_suspend()
258 if (us->suspend_resume_hook) in usb_stor_suspend()
259 (us->suspend_resume_hook)(us, US_SUSPEND); in usb_stor_suspend()
266 mutex_unlock(&us->dev_mutex); in usb_stor_suspend()
273 struct us_data *us = usb_get_intfdata(iface); in usb_stor_resume() local
275 mutex_lock(&us->dev_mutex); in usb_stor_resume()
277 if (us->suspend_resume_hook) in usb_stor_resume()
278 (us->suspend_resume_hook)(us, US_RESUME); in usb_stor_resume()
280 mutex_unlock(&us->dev_mutex); in usb_stor_resume()
[all …]
H A Dtransport.c67 * sets the machine state and the ABORTING bit in us->dflags to prevent
69 * below, which atomically tests-and-clears the URB_ACTIVE bit in us->dflags
74 * When a disconnect occurs, the DISCONNECTING bit in us->dflags is set to
98 * This is the completion handler which will wake us up when an URB
115 static int usb_stor_msg_common(struct us_data *us, int timeout) in usb_stor_msg_common() argument
122 if (test_bit(US_FLIDX_ABORTING, &us->dflags)) in usb_stor_msg_common()
129 us->current_urb->context = &urb_done; in usb_stor_msg_common()
130 us->current_urb->transfer_flags = 0; in usb_stor_msg_common()
133 * we assume that if transfer_buffer isn't us->iobuf then it in usb_stor_msg_common()
135 * easier than always having the caller tell us whether the in usb_stor_msg_common()
[all …]
H A Drealtek_cr.c100 struct us_data *us; member
158 static int init_realtek_cr(struct us_data *us);
201 static int rts51x_bulk_transport(struct us_data *us, u8 lun, in rts51x_bulk_transport() argument
205 struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap *)us->iobuf; in rts51x_bulk_transport()
206 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *)us->iobuf; in rts51x_bulk_transport()
216 bcb->Tag = ++us->tag; in rts51x_bulk_transport()
225 result = usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe, in rts51x_bulk_transport()
235 us->recv_bulk_pipe : us->send_bulk_pipe; in rts51x_bulk_transport()
236 result = usb_stor_bulk_transfer_buf(us, pipe, in rts51x_bulk_transport()
243 result = usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe, in rts51x_bulk_transport()
[all …]
H A Dscsiglue.c63 struct us_data *us = host_to_us(host); in host_info() local
64 return us->scsi_name; in host_info()
69 struct us_data *us = host_to_us(sdev->host); in slave_alloc() local
79 if (us->protocol == USB_PR_BULK && us->max_lun > 0) in slave_alloc()
93 struct us_data *us = host_to_us(sdev->host); in device_configure() local
94 struct device *dev = us->pusb_dev->bus->sysdev; in device_configure()
101 if (us->fflags & (US_FL_MAX_SECTORS_64 | US_FL_MAX_SECTORS_MIN)) { in device_configure()
104 if (us->fflags & US_FL_MAX_SECTORS_MIN) in device_configure()
114 } else if (us->pusb_dev->speed >= USB_SPEED_SUPER) { in device_configure()
116 * USB3 devices will be limited to 2048 sectors. This gives us in device_configure()
[all …]
H A Doption_ms.c29 static int option_rezero(struct us_data *us) in option_rezero() argument
40 usb_stor_dbg(us, "Option MS: %s\n", "DEVICE MODE SWITCH"); in option_rezero()
47 result = usb_stor_bulk_transfer_buf(us, in option_rezero()
48 us->send_bulk_pipe, in option_rezero()
59 usb_stor_bulk_transfer_buf(us, in option_rezero()
60 us->recv_bulk_pipe, in option_rezero()
64 usb_stor_bulk_transfer_buf(us, in option_rezero()
65 us->recv_bulk_pipe, in option_rezero()
75 static int option_inquiry(struct us_data *us) in option_inquiry() argument
86 usb_stor_dbg(us, "Option MS: %s\n", "device inquiry for vendor name"); in option_inquiry()
[all …]
H A Dinitializers.c34 int usb_stor_euscsi_init(struct us_data *us) in usb_stor_euscsi_init() argument
38 usb_stor_dbg(us, "Attempting to init eUSCSI bridge...\n"); in usb_stor_euscsi_init()
39 result = usb_stor_control_msg(us, us->send_ctrl_pipe, in usb_stor_euscsi_init()
42 usb_stor_dbg(us, "-- result is %d\n", result); in usb_stor_euscsi_init()
51 int usb_stor_ucr61s2b_init(struct us_data *us) in usb_stor_ucr61s2b_init() argument
53 struct bulk_cb_wrap *bcb = (struct bulk_cb_wrap*) us->iobuf; in usb_stor_ucr61s2b_init()
54 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf; in usb_stor_ucr61s2b_init()
59 usb_stor_dbg(us, "Sending UCR-61S2B initialization packet...\n"); in usb_stor_ucr61s2b_init()
69 res = usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe, bcb, in usb_stor_ucr61s2b_init()
74 usb_stor_dbg(us, "Getting status packet...\n"); in usb_stor_ucr61s2b_init()
[all …]
H A Dsierra_ms.c127 int sierra_ms_init(struct us_data *us) in sierra_ms_init() argument
133 udev = us->pusb_dev; in sierra_ms_init()
137 usb_stor_dbg(us, "SWIMS: Forcing Modem Mode\n"); in sierra_ms_init()
140 usb_stor_dbg(us, "SWIMS: Failed to switch to modem mode\n"); in sierra_ms_init()
145 usb_stor_dbg(us, "SWIMS: Forcing Mass Storage Mode\n"); in sierra_ms_init()
150 usb_stor_dbg(us, "SWIMS: Normal SWoC Logic\n"); in sierra_ms_init()
162 usb_stor_dbg(us, "SWIMS: Failed SWoC query\n"); in sierra_ms_init()
168 usb_stor_dbg(us, "SWIMS: Completely failed SWoC query\n"); in sierra_ms_init()
173 debug_swoc(&us->pusb_dev->dev, swocInfo); in sierra_ms_init()
180 usb_stor_dbg(us, "SWIMS: Switching to Modem Mode\n"); in sierra_ms_init()
[all …]
/linux/Documentation/fb/
H A Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
17 # Front Porch 0.636 us 0.318 ms
19 # Back Porch 1.907 us 1.048 ms
21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
[all …]
/linux/Documentation/ABI/testing/
H A Ddebugfs-intel-iommu192 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms
195 1ms-10ms >=10ms min(us) max(us) average(us)
201 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms
204 1ms-10ms >=10ms min(us) max(us) average(us)
214 <0.1us 0.1us-1us 1us-10us 10us-100us 100us-1ms
217 >=10ms min(us) max(us) average(us)
/linux/drivers/staging/vc04_services/interface/
H A DTESTING59 vchi ping (size 0) -> 57.000000us
60 vchi ping (size 0, 0 async, 0 oneway) -> 122.000000us
61 vchi bulk (size 0, 0 async, 0 oneway) -> 546.000000us
62 vchi bulk (size 0, 0 oneway) -> 230.000000us
63 vchi ping (size 0) -> 49.000000us
64 vchi ping (size 0, 0 async, 0 oneway) -> 70.000000us
65 vchi bulk (size 0, 0 async, 0 oneway) -> 296.000000us
66 vchi bulk (size 0, 0 oneway) -> 266.000000us
67 vchi ping (size 0, 1 async, 0 oneway) -> 65.000000us
68 vchi bulk (size 0, 0 oneway) -> 456.000000us
[all …]
/linux/Documentation/tools/rtla/
H A Dcommon_timerlat_options.rst1 **-a**, **--auto** *us*
4 while debugging the system. It is equivalent to use **-T** *us* **-s** *us*
8 **-p**, **--period** *us*
12 **-i**, **--irq** *us*
14 Stop trace if the *IRQ* latency is higher than the argument in us.
16 **-T**, **--thread** *us*
18 Stop trace if the *Thread* latency is higher than the argument in us.
20 **-s**, **--stack** *us*
23 argument in us.
29 **--dma-latency** *us*
[all …]
H A Dcommon_osnoise_options.rst1 **-a**, **--auto** *us*
4 while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
6 **-p**, **--period** *us*
10 **-r**, **--runtime** *us*
14 **-s**, **--stop** *us*
19 **-S**, **--stop-total** *us*
24 **-T**, **--threshold** *us*
27 The default threshold is *5 us*.
H A Drtla-timerlat-top.rst35 **--aa-only** *us*
46 automatic trace mode, instructing the tracer to stop if a *40 us* latency or
51 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us)
78 IRQ handler delay: 27.49 us (65.52 %)
79 IRQ latency: 28.13 us
80 Timerlat IRQ duration: 9.59 us (22.85 %)
81 Blocking thread: 3.79 us (9.03 %)
82 objtool:49256 3.79 us
104 Thread latency: 41.96 us (100%)
107 Max timerlat IRQ latency from idle: 17.48 us in cpu 4
/linux/Documentation/devicetree/bindings/power/
H A Ddomain-idle-state.yaml31 entry-latency-us:
34 state. Note that, the exit-latency-us duration may be guaranteed only
35 after the entry-latency-us has passed.
37 exit-latency-us:
42 min-residency-us:
59 - entry-latency-us
60 - exit-latency-us
61 - min-residency-us
71 entry-latency-us = <20>;
72 exit-latency-us = <40>;
[all …]
/linux/Documentation/crypto/
H A Ddescore-readme.rst62 - 30us per encryption (options: 64k tables, no IP/FP)
63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering)
64 - 45us per encryption (options: 2k tables, no IP/FP)
65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering)
66 - 275us to set a new key (uses 1k of key tables)
80 - 53us per encryption (uses 2k of tables)
81 - 96us to set a new key (uses 2.25k of key tables)
93 gcc 2.1 -O2 Sun 3/110 304 uS 369.5uS 461.8uS 22%
94 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19%
95 cc -O2 Sun 3/110 360 uS 532.4uS 505.1uS 40%
[all …]
/linux/drivers/iommu/intel/
H A Dperf.h18 COUNTS_10e2 = 0, /* < 0.1us */
19 COUNTS_10e3, /* 0.1us ~ 1us */
20 COUNTS_10e4, /* 1us ~ 10us */
21 COUNTS_10e5, /* 10us ~ 100us */
22 COUNTS_10e6, /* 100us ~ 1ms */
H A Dperf.c105 " <0.1us",
106 " 0.1us-1us", " 1us-10us", " 10us-100us",
107 " 100us-1ms", " 1ms-10ms", " >=10ms",
108 " min(us)", " max(us)", " average(us)"
/linux/Documentation/input/devices/
H A Dwalkera0701.rst87 288 uS Binary 0 318 uS 000
88 438 uS Binary 1 398 uS 001
89 478 uS 010
90 558 uS 011
91 638 uS 100
92 1306 uS SYNC 718 uS 101
93 798 uS 110
94 878 uS 111
/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max8952.yaml46 - 0: 32mV/us
47 - 1: 16mV/us
48 - 2: 8mV/us
49 - 3: 4mV/us
50 - 4: 2mV/us
51 - 5: 1mV/us
52 - 6: 0.5mV/us
53 - 7: 0.25mV/us
54 Defaults to 32mV/us if not specified.
/linux/Documentation/hwmon/
H A Dk10temp.rst43 http://support.amd.com/us/Processor_TechDocs/31116.pdf
47 http://support.amd.com/us/Processor_TechDocs/41256.pdf
51 http://support.amd.com/us/Processor_TechDocs/41131.pdf
55 http://support.amd.com/us/Processor_TechDocs/43170.pdf
59 http://support.amd.com/us/Processor_TechDocs/41322.pdf
63 http://support.amd.com/us/Processor_TechDocs/41788.pdf
67 http://support.amd.com/us/Processor_TechDocs/44739.pdf
71 http://support.amd.com/us/Processor_TechDocs/47534.pdf
75 http://support.amd.com/us/Processor_TechDocs/43373.pdf
79 http://support.amd.com/us/Processor_TechDocs/43374.pdf
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h441 * 0 1xLTF+0.8us
442 * 1 2xLTF+0.8us
443 * 2 2xLTF+1.6us
444 * 3 & SGI (bit 13) clear 4xLTF+3.2us
445 * 3 & SGI (bit 13) set 4xLTF+0.8us
447 * 0 4xLTF+0.8us
448 * 1 2xLTF+0.8us
449 * 2 2xLTF+1.6us
450 * 3 4xLTF+3.2us
452 * 0 1xLTF+1.6us
[all …]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt23 - ramp-up-us - The Run time ramp rates/step are from one current
26 - ramp-down-us - The Run time ramp rates/step are from one current
29 Range for ramp settings: 8us - 65536us
41 - ti,als-avrg-time-us - Determines the length of time the device needs to
44 Range: 17920us - 2293760us
77 ramp-up-us = <1024>;
78 ramp-down-us = <65536>;
84 ti,als-avrg-time-us = <17920>;
/linux/drivers/w1/masters/
H A Dw1-uart.c33 * @delay_us: delay to complete a 1-Wire cycle (in us)
75 * @bit_min_us: minimum time for a bit (in us)
76 * @bit_max_us: maximum time for a bit (in us)
93 static inline unsigned int to_ns(unsigned int us) in to_ns() argument
95 return us * NSEC_PER_USEC; in to_ns()
151 * - bit_min_us is 480us, add margin and use 485us
152 * - limits for sample time 60us-75us, use 65us
172 * - bit_min_us is 60us, add margin and use 65us
193 * - bit_min_us is 5us, add margin and use 6us
194 * - limits for sample time 5us-15us, use 15us
/linux/include/linux/spi/
H A Dad7877.h20 u8 first_conversion_delay; /* 0 = 0.5us, 1 = 128us, 2 = 1ms, 3 = 8ms */
21 u8 acquisition_time; /* 0 = 2us, 1 = 4us, 2 = 8us, 3 = 16us */
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py259 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))
265 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))
277 fmt = '>H%us H%us' % (len(self.user_auth), len(self.data))
282 fmt = '>H%us H%us' % (len(self.user_auth), len(self.data))
297 return '>HHIH%us%usH%us' % \
412 fmt = '>HII IHB%us' % (pcrsel_len)
444 fmt = '>HII I I%us IH%us' % (len(auth_cmd), ds)
571 fmt = '>HIII I%us H%us H%us HI' % \
609 fmt = '>HIII I%us H%us H%us HI' % \
637 fmt = '>HII I I%us %us' % (len(auth_cmd), len(blob))
[all …]

12345678910>>...161