Home
last modified time | relevance | path

Searched refs:t (Results 6176 – 6200 of 8568) sorted by relevance

1...<<241242243244245246247248249250>>...343

/openbmc/qemu/target/hppa/
H A Dcpu.h194 unsigned t : 1; member
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst114 device is registered, then userspace won't get notified and userspace will
/openbmc/openbmc/poky/meta/recipes-core/libxml/
H A Dlibxml2_2.13.5.bb60 # autonamer would call this libxml2-2, but we don't want that
/openbmc/linux/Documentation/sound/soc/
H A Djack.rst25 systems won't be able to use their speaker output while a headphone is
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/
H A Dremove-host-information.patch6 lsof doesn't embed the username or hostname in the build if SOURCE_DATE_EPOCH is
/openbmc/linux/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S211 # SKIP crc32 -i*8(block_2), crc2 ; Don't do this one yet
/openbmc/linux/drivers/net/ethernet/sun/
H A DKconfig13 Note that the answer to this question doesn't directly affect the
/openbmc/linux/include/scsi/
H A Dscsi_host.h772 extern void scsi_host_put(struct Scsi_Host *t);
/openbmc/linux/Documentation/arch/arm64/
H A Dptdump.rst29 mount -t debugfs nodev /sys/kernel/debug
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-wega.dtsi4 * Author: Teresa Remmet <t.remmet@phytec.de>
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_xmit.h280 void r8712_xmit_bh(struct tasklet_struct *t);
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst32 mount -t debugfs none /sys/kernel/debug
/openbmc/linux/Documentation/admin-guide/media/
H A Dvimc.rst29 If the configuration doesn't match, the stream will fail. The ``v4l-utils``
/openbmc/linux/arch/mips/boot/dts/mti/
H A Dsead3.dts52 * binding doesn't require it, such that the kernel can
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport300 TEMP=`getopt -o n:d:i:t:s:p:vqh \
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.c413 int t; in translate_temp() local
415 t = ((val & READBACK_VALUE_MASK) >> READBACK_VALUE_SHIFT) * 1000; in translate_temp()
417 t += 500; in translate_temp()
419 t *= -1; in translate_temp()
421 return t; in translate_temp()
/openbmc/linux/sound/firewire/
H A Damdtp-stream.c166 struct snd_interval t = {0}; in apply_constraint_to_size() local
178 t.min = roundup(s->min, step); in apply_constraint_to_size()
179 t.max = rounddown(s->max, step); in apply_constraint_to_size()
180 t.integer = 1; in apply_constraint_to_size()
182 return snd_interval_refine(s, &t); in apply_constraint_to_size()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c711 static void mlxsw_pci_cq_tasklet(struct tasklet_struct *t) in mlxsw_pci_cq_tasklet() argument
713 struct mlxsw_pci_queue *q = from_tasklet(q, t, tasklet); in mlxsw_pci_cq_tasklet()
824 static void mlxsw_pci_eq_tasklet(struct tasklet_struct *t) in mlxsw_pci_eq_tasklet() argument
826 struct mlxsw_pci_queue *q = from_tasklet(q, t, tasklet); in mlxsw_pci_eq_tasklet()
883 void (*tasklet)(struct tasklet_struct *t);
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst30 alloc_page(). It isn't true for arbitrary user-space pointers,
180 If you don't need to know exactly which error occurred, using
346 that memory wasn't used, and there is no error (or some error that isn't
406 entry and need to check that the entry hasn't changed, you can use
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c17 static void rtw_signal_stat_timer_hdl(struct timer_list *t);
1909 void rtw_reordering_ctrl_timeout_handler(struct timer_list *t) in rtw_reordering_ctrl_timeout_handler() argument
1912 from_timer(preorder_ctrl, t, reordering_ctrl_timer); in rtw_reordering_ctrl_timeout_handler()
2091 static void rtw_signal_stat_timer_hdl(struct timer_list *t) in rtw_signal_stat_timer_hdl() argument
2094 from_timer(adapter, t, recvpriv.signal_stat_timer); in rtw_signal_stat_timer_hdl()
/openbmc/linux/drivers/usb/host/
H A DKconfig167 controller doesn't support this feature.
187 you have only one such device and it doesn't work, you could try
359 This driver does not support isochronous transfers and doesn't
409 controller doesn't use PCI, this is probably appropriate. For a PCI
641 The driver doesn't support iso_frame_desc (yet), but for some simple
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c170 int t, s; in update_preds() local
172 t = prog[N].target; in update_preds()
173 s = prog[t].target; in update_preds()
174 prog[t].when_to_branch = invert; in update_preds()
175 prog[t].target = N; in update_preds()
/openbmc/linux/kernel/
H A Dcpu.c1289 struct task_struct *t; in clear_tasks_mm_cpumask() local
1295 t = find_lock_task_mm(p); in clear_tasks_mm_cpumask()
1296 if (!t) in clear_tasks_mm_cpumask()
1298 arch_clear_mm_cpumask_cpu(cpu, t->mm); in clear_tasks_mm_cpumask()
1299 task_unlock(t); in clear_tasks_mm_cpumask()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h1128 trunc(T t) NOEXCEPT
1130 return t;
1141 trunc(T t) NOEXCEPT
1149 const auto negative = t < T{0};
1150 if (min <= t && t <= max && t != 0 && t == t)
1152 t = static_cast<T>(static_cast<I>(t));
1153 if (t == 0 && negative)
1154 t = -t;
1156 return t;
1268 auto t = trunc<To>(d);
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Dtlan.c177 static void tlan_timer(struct timer_list *t);
178 static void tlan_phy_monitor(struct timer_list *t);
1816 static void tlan_timer(struct timer_list *t) in tlan_timer() argument
1818 struct tlan_priv *priv = from_timer(priv, t, timer); in tlan_timer()
2747 static void tlan_phy_monitor(struct timer_list *t) in tlan_phy_monitor() argument
2749 struct tlan_priv *priv = from_timer(priv, t, media_timer); in tlan_phy_monitor()

1...<<241242243244245246247248249250>>...343