/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | D-FSL-1.0 | 73 …e Personen, die das Programm oder Programme mit vergleichbarer Funktionalität entwickeln, benutzen…
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t8112.dtsi | 354 * to NCO since we don't know the true clock tree.
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 218 if (-t STDIN && !@ARGV) {
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | client.rst | 378 * don't have target or instance IDs matching those of the event.
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994.dtsi | 601 /* I2C3 doesn't exist */
|
/openbmc/docs/designs/ |
H A D | remote-bios-configuration.md | 11 Current OpenBMC doesn't provide mechanism to configure the BIOS remotely. This
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4105 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 D | core.c | 106 * 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 D | mwl8k.c | 4640 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 D | hso.c | 1213 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 D | xilinx_dma.c | 1098 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 D | r8a7791.dtsi | 512 /* doesn't need pinmux */ 527 /* doesn't need pinmux */
|
/openbmc/linux/net/mac80211/ |
H A D | sta_info.c | 1528 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 D | ice1712.c | 2226 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 D | gtt.c | 153 #define gtt_init_entry(e, t, p, v) do { \ argument 154 (e)->type = t; \
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 1701 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 D | r8a7743.dtsi | 504 /* doesn't need pinmux */ 553 /* doesn't need pinmux */
|
H A D | r8a7744.dtsi | 504 /* doesn't need pinmux */ 553 /* doesn't need pinmux */
|
/openbmc/linux/drivers/mmc/host/ |
H A D | Kconfig | 14 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 D | omap_udc.c | 1862 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 D | README | 716 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 D | atl1c_main.c | 232 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 D | mr.c | 887 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 D | reiserfs.h | 2809 #define journal_hash(t,sb,block) ((t)[_jhashfn((sb),(block)) & JBH_HASH_MASK]) argument
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sungem.c | 1482 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()
|