Home
last modified time | relevance | path

Searched refs:t (Results 8326 – 8350 of 8705) sorted by relevance

1...<<331332333334335336337338339340>>...349

/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/infiniband/hw/qib/
H A Dqib_mad.c2399 static void xmit_wait_timer_func(struct timer_list *t) in xmit_wait_timer_func() argument
2401 struct qib_pportdata *ppd = from_timer(ppd, t, cong_stats.timer); in xmit_wait_timer_func()
/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/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/fs/reiserfs/
H A Dreiserfs.h2809 #define journal_hash(t,sb,block) ((t)[_jhashfn((sb),(block)) & JBH_HASH_MASK]) argument
/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/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/net/ethernet/rocker/
H A Drocker_ofdpa.c1983 static void ofdpa_fdb_cleanup(struct timer_list *t) in ofdpa_fdb_cleanup() argument
1985 struct ofdpa *ofdpa = from_timer(ofdpa, t, fdb_cleanup_timer); in ofdpa_fdb_cleanup()
/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/gpu/drm/i915/gvt/
H A Dgtt.c153 #define gtt_init_entry(e, t, p, v) do { \ argument
154 (e)->type = t; \
/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 */
H A Dr8a7791.dtsi528 /* doesn't need pinmux */
543 /* doesn't need pinmux */
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c722 static void happy_meal_timer(struct timer_list *t) in happy_meal_timer() argument
724 struct happy_meal *hp = from_timer(hp, t, happy_timer); in happy_meal_timer()
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()
/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/linux/drivers/input/mouse/
H A Dalps.c1577 static void alps_flush_packet(struct timer_list *t) in alps_flush_packet() argument
1579 struct alps_data *priv = from_timer(priv, t, timer); in alps_flush_packet()
/openbmc/linux/sound/soc/codecs/
H A Drt5645.c3424 static void rt5645_btn_check_callback(struct timer_list *t) in rt5645_btn_check_callback() argument
3426 struct rt5645_priv *rt5645 = from_timer(rt5645, t, btn_check_timer); in rt5645_btn_check_callback()
/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/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/arch/arm64/boot/dts/mediatek/
H A Dmt8186.dtsi1633 u3phy0: t-phy@11c80000 {
1656 u3phy1: t-phy@11ca0000 {
/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/net/bluetooth/
H A Dhci_conn.c1071 struct hci_link *link, *t; in hci_conn_unlink() local
1073 list_for_each_entry_safe(link, t, &conn->link_list, list) { in hci_conn_unlink()
/openbmc/linux/drivers/gpio/
H A DKconfig25 You shouldn't need to change this unless you really need to
808 Note: This driver doesn't register itself automatically, as it
1478 is statically configured by NVM. GPIO0 can't be used as a generic
/openbmc/linux/drivers/pci/
H A Dpci.c1034 pci_power_t t) in platform_pci_set_power_state() argument
1037 return mid_pci_set_power_state(dev, t); in platform_pci_set_power_state()
1039 return acpi_pci_set_power_state(dev, t); in platform_pci_set_power_state()

1...<<331332333334335336337338339340>>...349