Home
last modified time | relevance | path

Searched refs:t (Results 8176 – 8200 of 8568) sorted by relevance

1...<<321322323324325326327328329330>>...343

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DD-FSL-1.073 …e Personen, die das Programm oder Programme mit vergleichbarer Funktionalität entwickeln, benutzen…
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt8112.dtsi354 * to NCO since we don't know the true clock tree.
/openbmc/qemu/scripts/
H A Dget_maintainer.pl218 if (-t STDIN && !@ARGV) {
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst378 * don't have target or instance IDs matching those of the event.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8994.dtsi601 /* I2C3 doesn't exist */
/openbmc/docs/designs/
H A Dremote-bios-configuration.md11 Current OpenBMC doesn't provide mechanism to configure the BIOS remotely. This
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4105 uint64_t t = n[i] & g[i] & mask; in HELPER() local
4106 sum += ctpop64(t); in HELPER()
7361 uint64_t t = n[i] ^ m[i]; in HELPER() local
7362 d[i] = ((t >> shr) & mask) | ((t << shl) & ~mask); in HELPER()
7375 uint64_t t = n[i] ^ m[i]; in HELPER() local
7376 d[i] = ((t >> shr) & mask) | ((t << shl) & ~mask); in HELPER()
/openbmc/linux/kernel/events/
H A Dcore.c106 * returns @func return value or -ESRCH or -ENXIO when the process isn't running
463 * If throttling is disabled don't allow the write: in perf_proc_update_handler()
724 /* @event doesn't care about cgroup */ in perf_cgroup_match()
728 /* wants specific cgroup scope but @cpuctx isn't associated with any */ in perf_cgroup_match()
755 struct perf_cgroup_info *t; in perf_cgroup_event_time() local
757 t = per_cpu_ptr(event->cgrp->info, event->cpu); in perf_cgroup_event_time()
758 return t->time; in perf_cgroup_event_time()
763 struct perf_cgroup_info *t; in perf_cgroup_event_time_now() local
765 t = per_cpu_ptr(event->cgrp->info, event->cpu); in perf_cgroup_event_time_now()
766 if (!__load_acquire(&t in perf_cgroup_event_time_now()
[all...]
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c4640 static void mwl8k_tx_poll(struct tasklet_struct *t) in mwl8k_tx_poll() argument
4642 struct mwl8k_priv *priv = from_tasklet(priv, t, poll_tx_task); in mwl8k_tx_poll()
4669 static void mwl8k_rx_poll(struct tasklet_struct *t) in mwl8k_rx_poll() argument
4671 struct mwl8k_priv *priv = from_tasklet(priv, t, poll_rx_task); in mwl8k_rx_poll()
/openbmc/linux/drivers/net/usb/
H A Dhso.c1213 static void hso_unthrottle_tasklet(struct tasklet_struct *t) in hso_unthrottle_tasklet() argument
1215 struct hso_serial *serial = from_tasklet(serial, t, in hso_unthrottle_tasklet()
/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c1098 static void xilinx_dma_do_tasklet(struct tasklet_struct *t) in xilinx_dma_do_tasklet() argument
1100 struct xilinx_dma_chan *chan = from_tasklet(chan, t, tasklet); in xilinx_dma_do_tasklet()
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7791.dtsi512 /* doesn't need pinmux */
527 /* doesn't need pinmux */
/openbmc/linux/net/mac80211/
H A Dsta_info.c1528 static void sta_info_cleanup(struct timer_list *t) in sta_info_cleanup() argument
1530 struct ieee80211_local *local = from_timer(local, t, sta_cleanup); in sta_info_cleanup()
/openbmc/linux/sound/pci/ice1712/
H A Dice1712.c2226 long t = 0x10000; in snd_ice1712_read_i2c() local
2230 while (t-- > 0 && (inb(ICEREG(ice, I2C_CTRL)) & ICE1712_I2C_BUSY)) ; in snd_ice1712_read_i2c()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c153 #define gtt_init_entry(e, t, p, v) do { \ argument
154 (e)->type = t; \
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1701 static void enic_notify_timer(struct timer_list *t) in enic_notify_timer() argument
1703 struct enic *enic = from_timer(enic, t, notify_timer); in enic_notify_timer()
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7743.dtsi504 /* doesn't need pinmux */
553 /* doesn't need pinmux */
H A Dr8a7744.dtsi504 /* doesn't need pinmux */
553 /* doesn't need pinmux */
/openbmc/linux/drivers/mmc/host/
H A DKconfig14 added host drivers please don't invent their private macro for
124 useless. It is safe to select this even if you don't
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c1862 static void pio_out_timer(struct timer_list *t) in pio_out_timer() argument
1864 struct omap_ep *ep = from_timer(ep, t, timer); in pio_out_timer()
/openbmc/u-boot/tools/binman/
H A DREADME716 so they don't need to be set in the binman decription. It can also adjust
756 images we don't much care exactly where each binary ends up, so we should
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c232 static void atl1c_phy_config(struct timer_list *t) in atl1c_phy_config() argument
234 struct atl1c_adapter *adapter = from_timer(adapter, t, in atl1c_phy_config()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c887 static void delay_time_func(struct timer_list *t) in delay_time_func() argument
889 struct mlx5_ib_dev *dev = from_timer(dev, t, delay_timer); in delay_time_func()
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2809 #define journal_hash(t,sb,block) ((t)[_jhashfn((sb),(block)) & JBH_HASH_MASK]) argument
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c1482 static void gem_link_timer(struct timer_list *t) in gem_link_timer() argument
1484 struct gem *gp = from_timer(gp, t, link_timer); in gem_link_timer()

1...<<321322323324325326327328329330>>...343