Home
last modified time | relevance | path

Searched refs:t (Results 2926 – 2950 of 8709) sorted by relevance

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

/openbmc/linux/arch/s390/include/asm/
H A Dfcx.h149 #define TSB_FORMAT(t) ((t)->flags & 7) argument
/openbmc/linux/include/trace/stages/
H A Dstage6_event_callback.h141 #define __perf_task(t) (t) argument
/openbmc/linux/drivers/block/aoe/
H A Daoe.h124 struct aoetgt *t; /* parent target I belong to */ member
222 void aoecmd_wreset(struct aoetgt *t);
/openbmc/linux/drivers/thermal/
H A Dda9062-thermal.c42 #define DA9062_MILLI_CELSIUS(t) ((t) * 1000) argument
/openbmc/linux/drivers/watchdog/
H A Dbcm7038_wdt.c96 unsigned int t) in bcm7038_wdt_set_timeout() argument
100 wdog->timeout = t; in bcm7038_wdt_set_timeout()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf117.c263 const u32 t = timeslice_mode; in gf117_grctx_generate_attrib() local
269 gf100_grctx_patch_wr32(chan, o + 0xc0, (t << 28) | (b << 16) | bo); in gf117_grctx_generate_attrib()
/openbmc/linux/Documentation/admin-guide/media/
H A Dother-usb-cardlist.rst73 DEC2000-t
75 DEC2540-t 0b48:1009
/openbmc/linux/fs/cramfs/
H A DKconfig9 limited to 256MB file systems (with 16MB files), and doesn't support
52 mount -t cramfs mtd:xip_fs /mnt
/openbmc/linux/drivers/auxdisplay/
H A Dline-display.c31 static void linedisp_scroll(struct timer_list *t) in linedisp_scroll() argument
33 struct linedisp *linedisp = from_timer(linedisp, t, timer); in linedisp_scroll()
/openbmc/linux/include/trace/
H A Dbpf_probe.h13 #define __perf_task(t) (t) argument
/openbmc/linux/arch/xtensa/include/asm/
H A Dcoprocessor.h104 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
105 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-activity.c33 static void led_activity_function(struct timer_list *t) in led_activity_function() argument
35 struct activity_data *activity_data = from_timer(activity_data, t, in led_activity_function()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c55 void ieee80211_crypt_deinit_handler(struct timer_list *t) in ieee80211_crypt_deinit_handler() argument
57 struct ieee80211_device *ieee = from_timer(ieee, t, crypt_deinit_timer); in ieee80211_crypt_deinit_handler()
/openbmc/linux/kernel/sched/
H A Disolation.c65 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine() argument
69 set_cpus_allowed_ptr(t, housekeeping.cpumasks[type]); in housekeeping_affine()
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_config.robot38 ... Error: memory count doesn't match expected count.
54 ... msg=Error: dimm count doesn't match expected count.
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp105 [&propertyPromise](const boost::system::error_code& ec, T t) { in getProperty() argument
111 propertyPromise.set_value(t); in getProperty()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch33 + */t-linux64 )
73 + */t-linux64 )
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/
H A Dlinux-arm-platforms.inc8 # We can't set FILESEXTRAPATHS once because of how the kernel classes search for
73 # Musca B1/S2 can't run Linux
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/
H A Dgnu-efi_3.0.18.bb44 # gnu-efi's Makefile treats prefix as toolchain prefix, so don't
60 # It doesn't support sse, its make.defaults sets:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-manager_git.bb41 # This doesn't correctly handle globs in ".override.yml" entries in SRC_URI.
67 # Invoke the script and don't catch any resulting exception.
/openbmc/phosphor-logging/test/
H A Dlog_manager_dbus_tests.cpp43 void run(T&& t) in run() argument
45 data->client_ctx.spawn(std::move(t) | stdexec::then([this]() { in run()
/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.h174 #define dbc_epctx_info2(t, p, b) \ argument
175 cpu_to_le32(EP_TYPE(t) | MAX_PACKET(p) | MAX_BURST(b))
H A Dehci-sched.c1825 u32 t; in itd_complete() local
1842 if (unlikely(t & ISO_ERRS)) { in itd_complete()
1844 if (t & EHCI_ISOC_BUF_ERR) in itd_complete()
1848 else if (t & EHCI_ISOC_BABBLE) in itd_complete()
1854 if (!(t & EHCI_ISOC_BABBLE)) { in itd_complete()
1860 desc->actual_length = EHCI_ITD_LENGTH(t); in itd_complete()
2219 u32 t; in sitd_complete() local
2226 t = hc32_to_cpup(ehci, &sitd->hw_results); in sitd_complete()
2229 if (unlikely(t & SITD_ERRS)) { in sitd_complete()
2231 if (t & SITD_STS_DBE) in sitd_complete()
[all …]
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-video.c954 static void au0828_vid_buffer_timeout(struct timer_list *t) in au0828_vid_buffer_timeout() argument
956 struct au0828_dev *dev = from_timer(dev, t, vid_timeout); in au0828_vid_buffer_timeout()
978 static void au0828_vbi_buffer_timeout(struct timer_list *t) in au0828_vbi_buffer_timeout() argument
980 struct au0828_dev *dev = from_timer(dev, t, vbi_timeout); in au0828_vbi_buffer_timeout()
1495 if (t->index != 0) in vidioc_g_tuner()
1505 strscpy(t->name, "Auvitek tuner", sizeof(t->name)); in vidioc_g_tuner()
1509 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, g_tuner, t); in vidioc_g_tuner()
1515 const struct v4l2_tuner *t) in vidioc_s_tuner() argument
1519 if (t->index != 0) in vidioc_s_tuner()
1527 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_tuner, t); in vidioc_s_tuner()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c653 unsigned long t; in ag71xx_mdio_get_divider() local
655 t = ref_clock / table[i]; in ag71xx_mdio_get_divider()
656 if (t <= AG71XX_MDIO_MAX_CLK) { in ag71xx_mdio_get_divider()
669 u32 t; in ag71xx_mdio_reset() local
671 err = ag71xx_mdio_get_divider(ag, &t); in ag71xx_mdio_reset()
678 ag71xx_wr(ag, AG71XX_REG_MII_CFG, t); in ag71xx_mdio_reset()
952 u32 t; in ag71xx_hw_set_macaddr() local
954 t = (((u32)mac[5]) << 24) | (((u32)mac[4]) << 16) in ag71xx_hw_set_macaddr()
957 ag71xx_wr(ag, AG71XX_REG_MAC_ADDR1, t); in ag71xx_hw_set_macaddr()
960 ag71xx_wr(ag, AG71XX_REG_MAC_ADDR2, t); in ag71xx_hw_set_macaddr()
[all …]

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