Home
last modified time | relevance | path

Searched refs:t (Results 3176 – 3200 of 8705) sorted by relevance

1...<<121122123124125126127128129130>>...349

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_event.c225 switch (q->t.cmd) { in timing_event()
233 tmp.echo = (q->t.time << 8) | SEQ_ECHO; in timing_event()
249 return snd_seq_oss_timer_tempo(dp->timer, q->t.time); in timing_event()
437 snd_seq_oss_writeq_wakeup(dp->writeq, rec->t.time); in snd_seq_oss_event_input()
/openbmc/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst7 route audio between pins but aren't themselves exposed as HDA widgets. As far
9 for codecs that don't have mixer widgets in their output paths. Why it's easier
112 after S3 suspend: judging by existing code, this isn't the case for all vendor
114 don't last after suspend. Other fixes have successfully switched the 1Ah input
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c26 static void RxPktPendingTimeout(struct timer_list *t) in RxPktPendingTimeout() argument
28 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_pkt_pending_timer); in RxPktPendingTimeout()
93 static void TsAddBaProcess(struct timer_list *t) in TsAddBaProcess() argument
95 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, ts_add_ba_timer); in TsAddBaProcess()
/openbmc/linux/Documentation/networking/
H A Dfib_trie.rst53 the number of children of a given tnode that aren't path compressed.
54 (in other words, they aren't NULL or leaves and their "pos" is equal
129 If we don't find a match, we enter prefix matching mode. The prefix length,
140 At this point we backtrack (t->stats.backtrack++) up the trie, continuing to
H A Dipvlan.rst64 that in L3 mode the slaves won't receive any multicast / broadcast traffic.
90 performance but that shouldn't matter since you are choosing this mode over plain-L3
101 user can choose to either add this option on the command-line or don't specify
108 mode. i.e. port won't allow cross communication between slaves.
H A Darcnet-hardware.rst140 (Avery's note: oops, I didn't know that. Mine (TV cable) works
146 doesn't limit the number of active hubs on the network.
299 IRQ 7 FREE (LPT1 if you don't use the polling driver; PLIP)
334 A0000 - VGA graphics memory (ok if you don't have VGA)
351 haven't already guessed, don't set this the same as any other ARCnet on
1218 00000000 FF (Don't use this!)
1224 11111111 0 (Don't use this!)
1465 haven't tested it yet.
1885 Don't set this to 0 or 255; these values are reserved.
2327 card didn't work at all, it wasn't even recognized by the driver. The other
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc91 ; Nokia protocol for Bluetooth stack with DCT4 Nokia models, which don't inform
97 ; AT commands for Bluetooth stack and 6210 / DCT4 Nokia models, which don't
104 ; OBEX for Bluetooth stack with DCT4 Nokia models, which don't inform about
142 ; | If Gammu doesn't recognize your phone model, put it here.
/openbmc/linux/drivers/watchdog/
H A Dpcwd.c469 static int pcwd_set_heartbeat(int t) in pcwd_set_heartbeat() argument
471 if (t < 2 || t > 7200) /* arbitrary upper limit */ in pcwd_set_heartbeat()
474 heartbeat = t; in pcwd_set_heartbeat()
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.c225 static void mt7601u_rx_tasklet(struct tasklet_struct *t) in mt7601u_rx_tasklet() argument
227 struct mt7601u_dev *dev = from_tasklet(dev, t, rx_tasklet); in mt7601u_rx_tasklet()
280 static void mt7601u_tx_tasklet(struct tasklet_struct *t) in mt7601u_tx_tasklet() argument
282 struct mt7601u_dev *dev = from_tasklet(dev, t, tx_tasklet); in mt7601u_tx_tasklet()
/openbmc/linux/drivers/spi/
H A Dspi-rzv2m-csi.c374 struct spi_transfer *t) in rzv2m_csi_setup_operating_mode() argument
376 if (t->rx_buf && !t->tx_buf) in rzv2m_csi_setup_operating_mode()
383 csi->bytes_per_word = t->bits_per_word / 8; in rzv2m_csi_setup_operating_mode()
/openbmc/linux/Documentation/arch/arm/
H A Dinterrupts.rst49 the irqdesc array). This doesn't have to be a real "IC"; indeed the
93 - optional. If you don't support changing the type of an IRQ,
156 6. For any child which doesn't have its own IRQ enable/disable controls
169 solution can't provide the full answer to low IRQ latency.
/openbmc/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts217 /* since we have a fixed regulator, we can't run at these points */
414 /* Don't pull down battery voltage adc io channel */
421 /* Don't impede Bluetooth clock signal */
432 * schematics from LEGO don't show that these pins are connected to
/openbmc/qemu/qga/
H A Dcommands.c355 gpointer t = NULL; in guest_exec_output_watch() local
357 t = g_try_realloc(p->data, p->size + GUEST_EXEC_IO_SIZE); in guest_exec_output_watch()
359 if (t == NULL) { in guest_exec_output_watch()
373 p->data = t; in guest_exec_output_watch()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dautotools.bbclass114 # At least remove the .la files since automake won't automatically
192 # autoreconf is too shy to overwrite aclocal.m4 if it doesn't look
211 # We'd call gettextize here if it wasn't so broken...
244 # Info dir listing isn't interesting at this point so remove it if it exists.
/openbmc/linux/fs/hfsplus/
H A Dhfsplus_fs.h578 #define hfsp_mt2ut(t) (struct timespec64){ .tv_sec = __hfsp_mt2ut(t) } argument
579 #define hfsp_ut2mt(t) __hfsp_ut2mt((t).tv_sec) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1248 t = time.gmtime()
1254 ds.setVar("DATE", time.strftime('%Y%m%d', t))
1255 ds.setVar("TIME", time.strftime('%H%M%S', t))
1455 for t in taskdep['tasks']:
1456 if t in taskdep['nostamp'] or "setscene" in t:
1458 tid = bb.runqueue.build_tid(mc, fn, t)
1460 if t in task or getAllTaskSignatures:
1675 t = "mc:" + mc + ":" + t
1676 pkgs_to_build.append(t)
1694 t = "mc:" + mc + ":" + t
[all …]
/openbmc/linux/Documentation/powerpc/
H A Dpci_iov_resource_on_powernv.rst88 don't touch it from Linux; it's usually set to forward a 2GB
92 need to ensure Linux doesn't assign anything there, the M32 logic
116 bits which are not conveyed by PowerBus but we don't use this.
158 sense, but we haven't done it yet.
202 like the M32 window, but the segments can't be individually mapped to
203 PEs (the segment number is the PE#), so there isn't as much
256 space doesn't need that much, as shown in Figure 1.1::
309 possible, but the isolation isn't as good, and it reduces the number of PE#
311 space will consume (numVFs * n) segments. That means there aren't as many
/openbmc/linux/Documentation/input/devices/
H A Djoystick-parport.rst44 connect to a PC, and don't need much processing speed (108 us for NES and
57 The main problem with PC parallel ports is that they don't have +5V power
72 ports that can't give much current through the data pins. If this is your
99 And the last thing is the NES / SNES data wire. Only that isn't shared and
114 connectors for their machines, the cloners couldn't and used standard D-Cannon
260 Try without, and if it doesn't work, add them. For TTL based joysticks /
323 since this doesn't work reliably on all parallel ports, the turbografx.c driver
359 Multisystem joystick. However, since they don't use switches and use TTL
528 work but you can try lowering it for better performance. If your pads don't
/openbmc/openbmc/poky/bitbake/
H A DChangeLog70 - Don't add duplicates to BBPATH
77 fetching (we don't care about the index). Fixes fetch errors.
88 - Don't give a stacktrace for invalid tasks, have a user friendly message (#3431)
113 - Make fetcher timestamp updating non-fatal when permissions don't allow
122 - Fix problems with recrdeptask handling where some idepends weren't handled
150 - Rename __depends to __base_depends after configuration parsing so we don't
161 - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe
164 behaviour confuses many users and isn't often useful.
206 - Make inherit fail if the class doesn't exist (#1478)
/openbmc/docs/architecture/
H A Duser-management.md24 or if the user created doesn't have an 'ipmi' group role.
70 | 3 | user | Users only have read access and can't change any behavior of the syste…
193 still can't login, as there is no | | …
239 (Note: can't accept password without| | …
253 enabled. IPMI shouldn't allow user | | …
312 | User name doesn't exists etc.) |
482 is needed as NULL user with NULL password in IPMI can't be added as an entry
491 5. IPMI spec doesn't support groups for the user-management. Hence the same can
545 Any systems which doesn’t have in-band system interface can generate passwords
/openbmc/linux/drivers/media/radio/
H A DKconfig259 haven't changed the setting of jumper JP3 on the card. Removing the
296 card default is 0x34c, if you haven't changed the jumper setting
366 Note: this driver hasn't been tested since a long time due to lack
379 haven't changed the jumper setting on the card.
387 haven't changed the jumper setting on the card.
418 Note: this driver hasn't been tested since a long time due to lack
434 Note: this driver hasn't been tested since a long time due to lack
458 Note: this driver hasn't been tested since a long time due to lack
493 Note: this driver hasn't been tested since a long time due to lack
/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c48 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__) argument
984 struct bt_ctf_field_type *t = NULL; in event_class_add_field() local
1004 while ((t = bt_ctf_event_class_get_field_by_name(event_class, name))) { in event_class_add_field()
1005 bt_ctf_field_type_put(t); in event_class_add_field()
1115 #define ADD_FIELD(cl, t, n) \ in add_generic_types() argument
1118 if (bt_ctf_event_class_add_field(cl, t, n)) { \ in add_generic_types()
1226 #define __NON_SAMPLE_ADD_FIELD(t, n) \ argument
1229 if (bt_ctf_event_class_add_field(event_class, cw->data.t, #n)) {\
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_core.c636 long t; in xilly_obtain_idt() local
646 t = wait_event_interruptible_timeout(channel->wr_wait, in xilly_obtain_idt()
650 if (t <= 0) { in xilly_obtain_idt()
1827 long t; in xilly_quiesce() local
1834 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xilly_quiesce()
1837 if (t <= 0) { in xilly_quiesce()
1848 long t; in xillybus_endpoint_discovery() local
1897 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xillybus_endpoint_discovery()
1900 if (t <= 0) { in xillybus_endpoint_discovery()
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst11 but some older devices aren't that fancy. However, this framework also
58 # <op>[,<mode>] tx-no-eom don't set the EOM bit
163 otherwise the opcode hasn't been received yet. This tests if the
211 Don't set the EOM bit. Normally the last byte of the message has the EOM
243 must be at least 18, otherwise the opcode hasn't been received yet.
258 must be at least 18, otherwise the opcode hasn't been received yet.
295 hasn't been received yet. This command can be used to test how the receiver
302 the opcode hasn't been received yet. This can be used to test how the
323 position must be at least 18, otherwise the opcode hasn't been received yet.
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-core.S99 .macro __pmull_p8_tail, rq, ad, bd, nb, t, b1, b2, b3, b4
100 pmull\t t3.8h, t3.\nb, \bd // F = A1*B
101 pmull\t t4.8h, \ad, \b1\().\nb // E = A*B1
102 pmull\t t5.8h, t5.\nb, \bd // H = A2*B
103 pmull\t t6.8h, \ad, \b2\().\nb // G = A*B2
104 pmull\t t7.8h, t7.\nb, \bd // J = A3*B
105 pmull\t t8.8h, \ad, \b3\().\nb // I = A*B3
106 pmull\t t9.8h, \ad, \b4\().\nb // K = A*B4
107 pmull\t \rq\().8h, \ad, \bd // D = A*B

1...<<121122123124125126127128129130>>...349