Home
last modified time | relevance | path

Searched refs:t (Results 2876 – 2900 of 8709) sorted by relevance

1...<<111112113114115116117118119120>>...349

/openbmc/linux/sound/x86/
H A DKconfig7 X86 sound devices that don't fall under SoC or PCI categories
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-irq.h39 void ivtv_unfinished_dma(struct timer_list *t);
/openbmc/qemu/scripts/coccinelle/
H A Dqom-parent-type.cocci1 // Highlight object declarations that don't look like object class but
/openbmc/openbmc-test-automation/ffdc/templates/
H A Denv_vars_template.yaml5 # env_params is a reserved key name, don't rename.
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dno-strip.patch1 Don't forcibly strip the binaries.
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/
H A Dfan-watchdog.service10 ExecStart=/sbin/watchdog -T ${{TIMEOUT}} -t ${{INTERVAL}} -F ${{DEVICE}}
/openbmc/telemetry/src/types/
H A Dreport_types.cpp22 metricParams.at_label<ts::CollectionDuration>().t.count()); in toReadingParameters()
/openbmc/linux/Documentation/networking/
H A Deql.rst100 don't do a very good job when it comes to handling more than one
127 and eql_emancipate (-- eql_emancipate hasn't been written because when
129 I haven't found a good reason to write it yet... other than for
130 completeness, but that isn't a good motivator is it?--)
167 ducmd -e /etc/slip/dialout/cua2-288.xp -t 9
176 ducmd -e /etc/slip/dialout/cua3-288.xp -t 9
186 because I don't have a PPP-connection manager like SLIP has with
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c846 struct mt76_txwi_cache *t, dma_addr_t phys) in mt76_rx_token_consume() argument
851 token = idr_alloc(&dev->rx_token, t, 0, dev->rx_token_size, in mt76_rx_token_consume()
854 t->ptr = ptr; in mt76_rx_token_consume()
855 t->dma_addr = phys; in mt76_rx_token_consume()
895 struct mt76_txwi_cache *t; in mt76_rx_token_release() local
898 t = idr_remove(&dev->rx_token, token); in mt76_rx_token_release()
901 return t; in mt76_rx_token_release()
H A Dmt76_connac_mac.c246 struct mt76_txwi_cache *t) in mt76_connac_txp_skb_unmap() argument
250 txp = mt76_connac_txwi_to_txp(dev, t); in mt76_connac_txp_skb_unmap()
1128 void mt76_connac2_txwi_free(struct mt76_dev *dev, struct mt76_txwi_cache *t, in mt76_connac2_txwi_free() argument
1136 mt76_connac_txp_skb_unmap(dev, t); in mt76_connac2_txwi_free()
1137 if (!t->skb) in mt76_connac2_txwi_free()
1140 txwi = (__le32 *)mt76_get_txwi_ptr(dev, t); in mt76_connac2_txwi_free()
1159 if (sta && likely(t->skb->protocol != cpu_to_be16(ETH_P_PAE))) in mt76_connac2_txwi_free()
1162 __mt76_tx_complete_skb(dev, wcid_idx, t->skb, free_list); in mt76_connac2_txwi_free()
1164 t->skb = NULL; in mt76_connac2_txwi_free()
1165 mt76_put_txwi(dev, t); in mt76_connac2_txwi_free()
/openbmc/linux/drivers/spi/
H A Dspi-mtk-nor.c658 struct spi_transfer *t = NULL; in mtk_nor_transfer_one_message() local
667 list_for_each_entry(t, &m->transfers, transfer_list) { in mtk_nor_transfer_one_message()
668 txbuf = t->tx_buf; in mtk_nor_transfer_one_message()
669 for (i = 0; i < t->len; i++, reg_offset--) { in mtk_nor_transfer_one_message()
676 trx_len += t->len; in mtk_nor_transfer_one_message()
687 list_for_each_entry(t, &m->transfers, transfer_list) { in mtk_nor_transfer_one_message()
688 rxbuf = t->rx_buf; in mtk_nor_transfer_one_message()
689 for (i = 0; i < t->len; i++, reg_offset--) { in mtk_nor_transfer_one_message()
H A Dspi-sh-msiof.c264 struct spi_transfer *t) in sh_msiof_spi_set_clk_regs() argument
268 u32 spi_hz = t->speed_hz; in sh_msiof_spi_set_clk_regs()
299 t->effective_speed_hz = parent_rate / (brps << div_pow); in sh_msiof_spi_set_clk_regs()
911 struct spi_transfer *t) in sh_msiof_transfer_one() argument
917 const void *tx_buf = t->tx_buf; in sh_msiof_transfer_one()
918 void *rx_buf = t->rx_buf; in sh_msiof_transfer_one()
919 unsigned int len = t->len; in sh_msiof_transfer_one()
920 unsigned int bits = t->bits_per_word; in sh_msiof_transfer_one()
932 sh_msiof_spi_set_clk_regs(p, t); in sh_msiof_transfer_one()
1042 bits = t->bits_per_word; in sh_msiof_transfer_one()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c570 static void load_TLS_descriptor(struct thread_struct *t, in load_TLS_descriptor() argument
578 if (desc_equal(shadow, &t->tls_array[i])) in load_TLS_descriptor()
581 *shadow = t->tls_array[i]; in load_TLS_descriptor()
587 MULTI_update_descriptor(mc.mc, maddr.maddr, t->tls_array[i]); in load_TLS_descriptor()
590 static void xen_load_tls(struct thread_struct *t, unsigned int cpu) in xen_load_tls() argument
602 load_TLS_descriptor(t, cpu, 0); in xen_load_tls()
603 load_TLS_descriptor(t, cpu, 1); in xen_load_tls()
604 load_TLS_descriptor(t, cpu, 2); in xen_load_tls()
/openbmc/linux/drivers/input/
H A Djoydev.c915 int i, j, t, minor, dev_no; in joydev_connect() local
977 t = (input_abs_get_max(dev, j) + input_abs_get_min(dev, j)) / 2; in joydev_connect()
978 joydev->corr[i].coef[0] = t - input_abs_get_flat(dev, j); in joydev_connect()
979 joydev->corr[i].coef[1] = t + input_abs_get_flat(dev, j); in joydev_connect()
981 t = (input_abs_get_max(dev, j) - input_abs_get_min(dev, j)) / 2 in joydev_connect()
983 if (t) { in joydev_connect()
984 joydev->corr[i].coef[2] = (1 << 29) / t; in joydev_connect()
985 joydev->corr[i].coef[3] = (1 << 29) / t; in joydev_connect()
/openbmc/linux/net/sunrpc/
H A Dsched.c149 struct rpc_task *t; in __rpc_list_enqueue_task() local
151 list_for_each_entry(t, q, u.tk_wait.list) { in __rpc_list_enqueue_task()
152 if (t->tk_owner == task->tk_owner) { in __rpc_list_enqueue_task()
154 &t->u.tk_wait.links); in __rpc_list_enqueue_task()
172 struct rpc_task *t; in __rpc_list_dequeue_task() local
179 t = list_first_entry(&task->u.tk_wait.links, in __rpc_list_dequeue_task()
183 q = t->u.tk_wait.list.next; in __rpc_list_dequeue_task()
184 list_add_tail(&t->u.tk_wait.list, q); in __rpc_list_dequeue_task()
/openbmc/qemu/accel/tcg/
H A Duser-exec.c891 TargetPageDataNode *t = container_of(n, TargetPageDataNode, itree); in page_reset_target_data() local
895 g_free_rcu(t, rcu); in page_reset_target_data()
909 memset(t->data + p_ofs * TARGET_PAGE_DATA_SIZE, 0, in page_reset_target_data()
917 TargetPageDataNode *t; in page_get_target_data() local
934 t = g_malloc0(sizeof(TargetPageDataNode) in page_get_target_data()
936 n = &t->itree; in page_get_target_data()
944 t = container_of(n, TargetPageDataNode, itree); in page_get_target_data()
946 return t->data + p_ofs * TARGET_PAGE_DATA_SIZE; in page_get_target_data()
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst146 # mount -t cgroup2 none $MOUNT_POINT
281 The ones which don't are called domain controllers.
298 can't have populated child cgroups which aren't threaded. Because the
731 shouldn't have resource control interface files.
936 a dying cgroup can't revive.
1169 won't be reclaimed under any conditions. If there is no
1195 memory won't be reclaimed unless there is no reclaimable
1239 Some kinds of allocations don't invoke the OOM killer.
2160 and won't be affected by any CPU hotplug events.
2674 # mount -t cgroup2 none $MOUNT_POINT
[all …]
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c702 struct ieee80211_country_ie_triplet *t; in lbs_set_11d_domain_info() local
767 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
768 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info()
769 t->chans.num_channels = num_parsed_chan; in lbs_set_11d_domain_info()
770 t->chans.max_power = max_pwr; in lbs_set_11d_domain_info()
780 t = &domain->triplet[num_triplet]; in lbs_set_11d_domain_info()
781 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info()
782 t->chans.num_channels = num_parsed_chan; in lbs_set_11d_domain_info()
783 t->chans.max_power = max_pwr; in lbs_set_11d_domain_info()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c277 size_t t = max((padlen + TX_EOP_SIZE) - tailroom, 0); in ax88796c_tx_fixup() local
279 if (pskb_expand_head(skb, h, t, GFP_KERNEL)) in ax88796c_tx_fixup()
801 u16 t; in ax88796c_open() local
825 t = AX_READ(&ax_local->ax_spi, P1_RXBSPCR); in ax88796c_open()
826 t &= ~RXBSPCR_STUF_ENABLE; in ax88796c_open()
827 AX_WRITE(&ax_local->ax_spi, t, P1_RXBSPCR); in ax88796c_open()
832 t = AX_READ(&ax_local->ax_spi, P0_FER); in ax88796c_open()
833 t |= FER_RXEN | FER_TXEN | FER_BSWAP | FER_IRQ_PULL; in ax88796c_open()
834 AX_WRITE(&ax_local->ax_spi, t, P0_FER); in ax88796c_open()
/openbmc/linux/Documentation/usb/
H A Dusbmon.rst41 # mount -t debugfs none_debugs /sys/kernel/debug
48 0s 0u 1s 1t 1u 2s 2t 2u 3s 3t 3u 4s 4t 4u
109 Two formats are supported currently: the original, or '1t' format, and
110 the '1u' format. The '1t' format is deprecated in kernel 2.6.21. The '1u'
113 of '1t' format.
117 are present, it's the '1t' format, otherwise '1u'.
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c537 unsigned long t; in synthvid_negotiate_ver() local
546 t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT); in synthvid_negotiate_ver()
547 if (!t) { in synthvid_negotiate_ver()
572 unsigned long t; in synthvid_get_supported_resolution() local
584 t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT); in synthvid_get_supported_resolution()
585 if (!t) { in synthvid_get_supported_resolution()
673 unsigned long t; in synthvid_send_config() local
684 t = wait_for_completion_timeout(&par->wait, VSP_TIMEOUT); in synthvid_send_config()
685 if (!t) { in synthvid_send_config()
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py299 t = builderthread.BuilderThread(self, i, incremental,
301 t.setDaemon(True)
302 t.start()
303 self.threads.append(t)
306 t = builderthread.ResultThread(self)
307 t.setDaemon(True)
308 t.start()
309 self.threads.append(t)
319 for t in self.threads:
320 del t
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c852 int r, p, t; in calc_gus_envelope_time() local
857 t = end - start; in calc_gus_envelope_time()
858 if (t < 0) t = -t; in calc_gus_envelope_time()
860 t = t << (13 - r); in calc_gus_envelope_time()
862 t = t >> (r - 13); in calc_gus_envelope_time()
863 return (t * 10) / (p * 441); in calc_gus_envelope_time()
/openbmc/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst29 This means the pages are never marked clean, so they can't be freed by the
66 up all memory, and the VM can't free it because the VM thinks that files
67 should get written to backing store (rather than swap space), but ramfs hasn't
79 always present in 2.6 systems. You can't unmount rootfs for approximately the
80 same reason you can't kill the init process; rather than having special code
82 to just make sure certain lists can't become empty.
216 unwritable or not searchable." Don't do this when creating
217 initramfs.cpio.gz images, it won't work. The Linux kernel cpio extractor
218 won't create files in a directory that doesn't exist, so the directory
244 If you don't already understand what shared libraries, devices, and paths
H A Dxfs-self-describing-metadata.rst28 weren't the ultimate cause of a corruption event. It may take a few hours to a
45 is supposed to be. We can't even identify if it is the right place. Put simply,
46 you can't look at a single metadata block in isolation and say "yes, it is
59 of analysis. We can't protect against every possible type of error, but we can
66 hence parse and verify the metadata object. IF we can't independently identify
67 the type of metadata in the object, then the metadata doesn't describe itself
75 the metadata isn't self identifying. If it contains a new magic number, it is
109 object, we don't know what inode it belongs to and hence have to walk the entire
246 the case it can't, the code is structured as follows::
350 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of
[all …]

1...<<111112113114115116117118119120>>...349