/openbmc/linux/net/sched/ |
H A D | sch_fq_pie.c | 376 static void fq_pie_timer(struct timer_list *t) in fq_pie_timer() argument 378 struct fq_pie_sched_data *q = from_timer(q, t, adapt_timer); in fq_pie_timer()
|
H A D | sch_red.c | 320 static inline void red_adaptative_timer(struct timer_list *t) in red_adaptative_timer() argument 322 struct red_sched_data *q = from_timer(q, t, adapt_timer); in red_adaptative_timer()
|
/openbmc/linux/drivers/dma/ |
H A D | mv_xor_v2.c | 556 static void mv_xor_v2_tasklet(struct tasklet_struct *t) in mv_xor_v2_tasklet() argument 558 struct mv_xor_v2_device *xor_dev = from_tasklet(xor_dev, t, in mv_xor_v2_tasklet()
|
H A D | mmp_tdma.c | 349 static void dma_do_tasklet(struct tasklet_struct *t) in dma_do_tasklet() argument 351 struct mmp_tdma_chan *tdmac = from_tasklet(tdmac, t, tasklet); in dma_do_tasklet()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | camellia_glue.c | 774 u64 t = l; \ 776 r = (r << bits) | (t >> (64 - bits)); \
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-as3645a.c | 25 #define AS_TIMER_US_TO_CODE(t) (((t) / 1000 - 100) / 50) argument
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_regs.h | 95 #define VE_DEC_MPEG_MP12HDR_SLICE_TYPE(t) SHIFT_AND_MASK_BITS(t, 30, 28) argument
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 458 static void ip_vs_lblcr_check_expire(struct timer_list *t) in ip_vs_lblcr_check_expire() argument 460 struct ip_vs_lblcr_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblcr_check_expire()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | consolemap.c | 229 unsigned short *t = translations[m]; in set_inverse_transl() local 245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl()
|
/openbmc/linux/drivers/dma/mediatek/ |
H A D | mtk-uart-apdma.c | 115 (struct dma_async_tx_descriptor *t) in to_mtk_uart_apdma_desc() argument 117 return container_of(t, struct mtk_uart_apdma_desc, vd.tx); in to_mtk_uart_apdma_desc()
|
/openbmc/linux/Documentation/power/ |
H A D | suspend-and-interrupts.rst | 85 progress to be aborted (that doesn't have to happen immediately, but at one 110 state interrupt delivery mechanisms and doesn't require the platform to use
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | Kconfig | 41 If you are not a blind person, or don't have access to 201 don't have the hardware. You can say y to build it into
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm670-google-sargo.dts | 144 * don't know how this is actually wired up... 389 * PMIC4 BOB ranges don't support that. Widen the range a
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_cttimeout.c | 531 static void ctnl_timeout_put(struct nf_ct_timeout *t) in ctnl_timeout_put() argument 534 container_of(t, struct ctnl_timeout, timeout); in ctnl_timeout_put()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_driver.c | 666 static void qib_run_led_override(struct timer_list *t) in qib_run_led_override() argument 668 struct qib_pportdata *ppd = from_timer(ppd, t, in qib_run_led_override()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | skeleton.S | 391 | If you don't have copyout, use the local copy of the function below. 431 | If you don't have copyin, use the local copy of the function below.
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7629.dtsi | 331 u3phy0: t-phy@1a0c4000 { 413 pciephy1: t-phy@1a14a000 {
|
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | 857 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | uprobes.c | 948 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() argument 950 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 74 std::chrono::seconds& t, std::chrono::seconds& p) : in PowerSupply() argument 88 powerOnInterval(t),
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | toolchain-scripts.bbclass | 10 # doesn't always match our expectations... but we default to the stock value 14 # default debug prefix map isn't valid in the SDK
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/ |
H A D | gettext_0.22.5.bb | 64 # or problems if $libdir isn't $prefix/lib. 77 # these lack the .x behind the .so, but shouldn't be in the -dev package
|
/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/ |
H A D | firewalld_1.3.2.bb | 46 # the Red Hat-specific init script which we aren't using, so we disable that. 159 # This hack is also in distutils.bbclass, but firewalld doesn't use distutils/setuptools.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
H A D | nss_3.101.bb | 208 install -m 644 -t ${D}/${includedir}/nss3 dist/public/nss/* 212 install -m 755 -t ${D}/${bindir} $binary
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 51 std::chrono::seconds& t, std::chrono::seconds& p) : in PowerSupply() argument 65 powerOnInterval(t),
|