Home
last modified time | relevance | path

Searched refs:t (Results 5826 – 5850 of 8709) sorted by relevance

1...<<231232233234235236237238239240>>...349

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c109 static int timer_index(const Timer *t) in timer_index() argument
111 ptrdiff_t diff = t - timer; in timer_index()
/openbmc/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst76 binding. Note: YAML doesn't allow leading tabs, so spaces must be used instead.
96 The Devicetree schemas don't exactly match the YAML-encoded DT data produced by
/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c431 pthread_t *t; in perf_test_thread() local
436 t = &cpu_threads[0]; in perf_test_thread()
/openbmc/linux/net/hsr/
H A Dhsr_framereg.c496 void hsr_prune_nodes(struct timer_list *t) in hsr_prune_nodes() argument
498 struct hsr_priv *hsr = from_timer(hsr, t, prune_timer); in hsr_prune_nodes()
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-dvb.c98 static void au0828_bulk_timeout(struct timer_list *t) in au0828_bulk_timeout() argument
100 struct au0828_dev *dev = from_timer(dev, t, bulk_timeout); in au0828_bulk_timeout()
/openbmc/linux/drivers/media/
H A DKconfig132 and don't use PCI, USB or Firewire buses.
147 applications and to validate if the subsystem core doesn't
/openbmc/linux/drivers/video/fbdev/
H A Dmetronomefb.c170 static int load_waveform(u8 *mem, size_t size, int m, int t, in load_waveform() argument
228 if (mem[i] > t) { in load_waveform()
/openbmc/linux/Documentation/gpu/amdgpu/
H A Ddriver-core.rst14 of smaller IPs that don't really need much if any driver interaction.
99 and doesn't really have much relation to what the engine does now.
/openbmc/linux/Documentation/i2c/
H A Dgpio-fault-injection.rst103 There doesn't need to be a device at this address because arbitration lost
135 Note that there doesn't need to be a device listening to the address you are
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst87 * https://spec.oneapi.com/level-zero/latest/core/api.html#ze-command-queue-priority-t
92 whether a submission is a single context submit or parallel submit isn't known
/openbmc/linux/Documentation/gpu/
H A Dvkms.rst78 sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./scripts/run-tests.sh -t <name of test>
85 sudo IGT_DEVICE="sys:/sys/devices/platform/vkms" ./scripts/run-tests.sh -t kms_writeback
/openbmc/linux/drivers/dma/
H A Dplx_dma.c244 static void plx_dma_desc_task(struct tasklet_struct *t) in plx_dma_desc_task() argument
246 struct plx_dma_dev *plxdev = from_tasklet(plxdev, t, desc_task); in plx_dma_desc_task()
H A Dmoxart-dma.c173 struct dma_async_tx_descriptor *t) in to_moxart_dma_desc() argument
175 return container_of(t, struct moxart_desc, vd.tx); in to_moxart_dma_desc()
/openbmc/linux/Documentation/RCU/
H A DUP.rst109 Why can't synchronize_rcu() return immediately on UP systems running
145 Why can't synchronize_rcu() return immediately on UP systems
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h308 #define amdgpu_ring_test_ib(r, t) ((r)->funcs->test_ib ? (r)->funcs->test_ib((r), (t)) : 0) argument
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst48 the interval is left unchanged. In the event that a wakeup source isn't
152 allow that other task to run. Thus this doesn't allow a guest to cause denial of service
/openbmc/linux/Documentation/admin-guide/media/
H A Divtv.rst71 Cards that don't have a video output capability (i.e. non PVR350 cards)
102 Note that if the first card doesn't have a feature (eg no decoder, so no
/openbmc/linux/block/
H A DKconfig24 Say Y here unless you know you really don't want to mount disks and
175 is mostly useful for kernel developers, but it doesn't incur any cost
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c206 void show_stack(struct task_struct *t, unsigned long *sp, const char *loglvl) in show_stack() argument
208 parisc_show_stack(t, NULL, loglvl); in show_stack()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c70 static uint8_t phy_id_from_transmitter(enum transmitter t) in phy_id_from_transmitter() argument
74 switch (t) { in phy_id_from_transmitter()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch131 - # can't use CHECK_FUNCS alone to decide whether to add the
157 + # can't use CHECK_FUNCS alone to decide whether to add the
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinephone.dtsi292 * FIXME: We can't add that supply for now since it would
501 /* Connected to the modem (hardware flow control can't be used) */
/openbmc/qemu/docs/system/s390x/
H A Dbootdevices.rst112 important for booting via the network. If you don't specify the ``bootindex``
113 property here, the network bootloader won't be taken into consideration and
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2500pci.c1450 static void rt2500pci_txstatus_tasklet(struct tasklet_struct *t) in rt2500pci_txstatus_tasklet() argument
1452 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2500pci_txstatus_tasklet()
1479 static void rt2500pci_tbtt_tasklet(struct tasklet_struct *t) in rt2500pci_tbtt_tasklet() argument
1481 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, tbtt_tasklet); in rt2500pci_tbtt_tasklet()
1487 static void rt2500pci_rxdone_tasklet(struct tasklet_struct *t) in rt2500pci_rxdone_tasklet() argument
1489 struct rt2x00_dev *rt2x00dev = from_tasklet(rt2x00dev, t, in rt2500pci_rxdone_tasklet()
/openbmc/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst74 doesn't respond to the new UMP inquiries, the driver falls back and
118 UMP 1.1 Function Block information isn't available, it's filled
227 ports, those ports that don't belong to any UMP Blocks (or belonging
228 to inactive UMP Blocks) are marked as inactive, and they don't appear
325 isn't changed, but each event size may differ depending on the new
566 As of now, the configurations can't be changed after binding.

1...<<231232233234235236237238239240>>...349