/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | driver.rst | 80 Any debugfs dump method should normally ignore lines which haven't been 333 runtime) can't be used in a chained IRQ handler. 335 If required (and if it can't be converted to the nested threaded GPIO irqchip,
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kgdb.rst | 272 don't like this are to hack gdb to send the :kbd:`SysRq-G` for you as well as 280 driver registers a boot console that supports polling (doesn't need 643 gdb monitor command. You don't want to execute any of the run control or
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.c | 1173 struct iov_iter t; in vhost_copy_to_user() local 1186 iov_iter_init(&t, ITER_DEST, vq->iotlb_iov, ret, size); in vhost_copy_to_user() 1187 ret = copy_to_iter(from, size, &t); in vhost_copy_to_user()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 983 const struct btf_type *t; in bpf_btf_printf_prepare() local 1002 t = btf_type_by_id(*btf, *btf_id); in bpf_btf_printf_prepare() 1003 if (*btf_id <= 0 || !t) in bpf_btf_printf_prepare()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | si_dpm.c | 1751 u16 v, s32 t, u32 ileakage, u32 *leakage) in si_calculate_leakage_for_v_and_t_formula() argument 1759 temperature = div64_s64(drm_int2fixp(t), 1000); in si_calculate_leakage_for_v_and_t_formula() 1780 s32 t, in si_calculate_leakage_for_v_and_t() argument 1784 si_calculate_leakage_for_v_and_t_formula(coeff, v, t, i_leakage, leakage); in si_calculate_leakage_for_v_and_t() 2565 s32 t; in si_init_dte_leakage_table() local 2573 t = (1000 * (i * t_step + t0)); in si_init_dte_leakage_table() 2581 t, in si_init_dte_leakage_table()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | spkguide.txt | 130 You probably won't want to listen to all the bootup messages every time 524 for controlling speaking rate, etc. If you find one you aren't sure about, you 767 If cursor tracking isn't helping you while navigating a menu, 794 you are using the alsamixer application. Otherwise, you won't be able 899 won't display it here, but leave you to look at it at your convenience. 964 find that all the mappings you didn't include in your file got deleted 1169 it isn't, the recommended places to put it are /usr/local/bin or
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx-media-csi.c | 357 static void csi_idmac_eof_timeout(struct timer_list *t) in csi_idmac_eof_timeout() argument 359 struct csi_priv *priv = from_timer(priv, t, eof_timeout_timer); in csi_idmac_eof_timeout()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-wiimote-core.c | 1241 static void wiimote_init_timeout(struct timer_list *t) in wiimote_init_timeout() argument 1243 struct wiimote_data *wdata = from_timer(wdata, t, timer); in wiimote_init_timeout()
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.c | 935 static void pasemi_mac_tx_timer(struct timer_list *t) in pasemi_mac_tx_timer() argument 937 struct pasemi_mac_txring *txring = from_timer(txring, t, clean_timer); in pasemi_mac_tx_timer()
|
/openbmc/linux/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 903 static void ar5523_tx_wd_timer(struct timer_list *t) in ar5523_tx_wd_timer() argument 905 struct ar5523 *ar = from_timer(ar, t, tx_wd_timer); in ar5523_tx_wd_timer()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-yuv-planar.rst | 44 to the luma line stride. Vertical subsampling doesn't affect the line stride. 710 horizontal subsampling factor. Vertical subsampling doesn't affect the line
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_easrc.c | 285 static inline uint32_t bits_taps_to_val(unsigned int t) in bits_taps_to_val() argument 287 switch (t) { in bits_taps_to_val()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 1024 static void sis190_phy_timer(struct timer_list *t) in sis190_phy_timer() argument 1026 struct sis190_private *tp = from_timer(tp, t, timer); in sis190_phy_timer()
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 1226 for t in [('str', 'string', 'char' + POINTER_SUFFIX), 1241 self._def_builtin_type(*t)
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 315 1) if the RAM is smaller than 512M, then don't reserve anything 478 * We generally don't have to bring up a SMP kernel just to capture the
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 1541 static void at91_vbus_timer(struct timer_list *t) in at91_vbus_timer() argument 1543 struct at91_udc *udc = from_timer(udc, t, vbus_timer); in at91_vbus_timer()
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | sve.rst | 319 thread. The regset won't grow bigger than this even if the target 472 * If the system doesn't support SVE when perf_event_open is called with these
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 1337 static void ice_vf_fdir_timer(struct timer_list *t) in ice_vf_fdir_timer() argument 1339 struct ice_vf_fdir_ctx *ctx_irq = from_timer(ctx_irq, t, rx_tmr); in ice_vf_fdir_timer()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 1116 static void dmfe_timer(struct timer_list *t) in dmfe_timer() argument 1118 struct dmfe_board_info *db = from_timer(db, t, timer); in dmfe_timer()
|
H A D | tulip_core.c | 115 static void tulip_timer(struct timer_list *t) in tulip_timer() argument 117 struct tulip_private *tp = from_timer(tp, t, timer); in tulip_timer()
|
/openbmc/linux/fs/ |
H A D | fs-writeback.c | 1368 static bool inode_dirtied_after(struct inode *inode, unsigned long t) in inode_dirtied_after() argument 1370 bool ret = time_after(inode->dirtied_when, t); in inode_dirtied_after()
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-tf300t.dts | 134 0xffffffff /* don't touch */ 135 0xffffffff /* don't touch */
|
/openbmc/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_mac80211.c | 1746 void rsi_roc_timeout(struct timer_list *t) in rsi_roc_timeout() argument 1748 struct rsi_common *common = from_timer(common, t, roc_timer); in rsi_roc_timeout()
|
/openbmc/linux/kernel/time/ |
H A D | timekeeping.c | 2249 ktime_t t = ktime_sub(tk->offs_real, tk->offs_boot); in getboottime64() local 2251 *ts = ktime_to_timespec64(t); in getboottime64()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 464 void nicvf_rbdr_task(struct tasklet_struct *t) in nicvf_rbdr_task() argument 466 struct nicvf *nic = from_tasklet(nic, t, rbdr_task); in nicvf_rbdr_task()
|