Home
last modified time | relevance | path

Searched refs:t (Results 7226 – 7250 of 8705) sorted by relevance

1...<<281282283284285286287288289290>>...349

/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c283 static void smi_dma_xfer(struct tasklet_struct *t) in smi_dma_xfer() argument
285 struct smi_port *port = from_tasklet(port, t, tasklet); in smi_dma_xfer()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1134 struct asd_dma_tok t = ascb->dma_scb; in asd_swap_head_scb() local
1139 seq->next_scb = t; in asd_swap_head_scb()
/openbmc/linux/security/
H A DKconfig.hardening307 # Randstruct was first added in Clang 15, but it isn't safe to use until
327 source tree isn't cleaned after kernel installation).
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dahb.c465 static void ath11k_ahb_ce_tasklet(struct tasklet_struct *t) in ath11k_ahb_ce_tasklet() argument
467 struct ath11k_ce_pipe *ce_pipe = from_tasklet(ce_pipe, t, intr_tq); in ath11k_ahb_ce_tasklet()
H A Ddp.c1117 static void ath11k_dp_shadow_timer_handler(struct timer_list *t) in ath11k_dp_shadow_timer_handler() argument
1120 t, timer); in ath11k_dp_shadow_timer_handler()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c491 static void bl_cmd_timeout(struct timer_list *t) in bl_cmd_timeout() argument
493 struct rsi_hw *adapter = from_timer(adapter, t, bl_cmd_timer); in bl_cmd_timeout()
/openbmc/linux/Documentation/doc-guide/
H A Dcontributing.rst234 in isolation from all of the others. We don't have a coherent body of
253 really don't want to keep shifting them around, though.
/openbmc/linux/drivers/mmc/host/
H A Dmxcmmc.c943 static void mxcmci_watchdog(struct timer_list *t) in mxcmci_watchdog() argument
945 struct mxcmci_host *host = from_timer(host, t, watchdog); in mxcmci_watchdog()
H A Dvub300.c741 static void vub300_inactivity_timer_expired(struct timer_list *t) in vub300_inactivity_timer_expired() argument
743 struct vub300_mmc_host *vub300 = from_timer(vub300, t, in vub300_inactivity_timer_expired()
1181 static void vub300_sg_timed_out(struct timer_list *t) in vub300_sg_timed_out() argument
1183 struct vub300_mmc_host *vub300 = from_timer(vub300, t, in vub300_sg_timed_out()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst40 device (for example, it doesn't apply to the current video input)
307 consumes a frame format that doesn't include an alpha component and
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dpearl_pcie.c1094 static void qtnf_pearl_reclaim_tasklet_fn(struct tasklet_struct *t) in qtnf_pearl_reclaim_tasklet_fn() argument
1096 struct qtnf_pcie_pearl_state *ps = from_tasklet(ps, t, base.reclaim_tq); in qtnf_pearl_reclaim_tasklet_fn()
/openbmc/linux/sound/drivers/
H A Ddummy.c302 static void dummy_systimer_callback(struct timer_list *t) in dummy_systimer_callback() argument
304 struct dummy_systimer_pcm *dpcm = from_timer(dpcm, t, timer); in dummy_systimer_callback()
/openbmc/linux/drivers/scsi/isci/
H A Dphy.c318 static void phy_sata_timeout(struct timer_list *t) in phy_sata_timeout() argument
320 struct sci_timer *tmr = from_timer(tmr, t, timer); in phy_sata_timeout()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst12 or C header file, making it easy to use in languages which can't include
43 be equivalent to ``genetlink`` for all implementations which don't interact
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c684 u32 t = irq_get_trigger_type(virq); in armada_37xx_irq_handler() local
686 if ((t & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) { in armada_37xx_irq_handler()
/openbmc/linux/Documentation/bpf/
H A Dclassic_vs_extended.rst50 ABI, thus, there won't be able to use a direct eBPF register to HW register
69 doesn't need to emit extra moves. Function arguments will be in the correct
/openbmc/linux/drivers/hid/
H A Dhid-apple.c593 static void apple_battery_timer_tick(struct timer_list *t) in apple_battery_timer_tick() argument
595 struct apple_sc *asc = from_timer(asc, t, battery_timer); in apple_battery_timer_tick()
/openbmc/linux/drivers/input/mouse/
H A DKconfig10 This option doesn't affect the kernel.
194 or upgrade it to at least xf86-input-vmmouse 13.1.0, which doesn't
/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c832 static void img_i2c_check_timer(struct timer_list *t) in img_i2c_check_timer() argument
834 struct img_i2c *i2c = from_timer(i2c, t, check_timer); in img_i2c_check_timer()
/openbmc/linux/drivers/input/joystick/
H A DKconfig12 doesn't affect the kernel.
289 configuration or aren't sure.
/openbmc/linux/fs/ceph/
H A Dsuper.h755 extern int __ceph_caps_issued_mask(struct ceph_inode_info *ci, int mask, int t);
757 int t);
/openbmc/linux/drivers/media/tuners/
H A Dxc2028.c175 #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) argument
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dvulnerabilities.rst236 …-incorrect: This is specific to the npm package that installs cmake, so isn't relevant to OpenEmbe…
255 Don't forget that if multiple CVE IDs are found in the filename, only the last
/openbmc/linux/drivers/edac/
H A Digen6_edac.c450 u32 t = MAD_INTER_CHANNEL_DDR_TYPE(mad_inter); in get_memory_type() local
452 switch (t) { in get_memory_type()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c1018 static void _rtl_pci_irq_tasklet(struct tasklet_struct *t) in _rtl_pci_irq_tasklet() argument
1020 struct rtl_priv *rtlpriv = from_tasklet(rtlpriv, t, works.irq_tasklet); in _rtl_pci_irq_tasklet()
1025 static void _rtl_pci_prepare_bcn_tasklet(struct tasklet_struct *t) in _rtl_pci_prepare_bcn_tasklet() argument
1027 struct rtl_priv *rtlpriv = from_tasklet(rtlpriv, t, in _rtl_pci_prepare_bcn_tasklet()

1...<<281282283284285286287288289290>>...349