/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 1402 void nfp_nfd3_ctrl_poll(struct tasklet_struct *t) in nfp_nfd3_ctrl_poll() argument 1404 struct nfp_net_r_vector *r_vec = from_tasklet(r_vec, t, tasklet); in nfp_nfd3_ctrl_poll()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 1103 struct pcistub_device_id *pci_dev_id, *t; in pcistub_device_id_remove() local 1108 list_for_each_entry_safe(pci_dev_id, t, &pcistub_device_ids, in pcistub_device_id_remove()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-core.c | 329 void saa7134_buffer_timeout(struct timer_list *t) in saa7134_buffer_timeout() argument 331 struct saa7134_dmaqueue *q = from_timer(q, t, timeout); in saa7134_buffer_timeout()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | xc4000.c | 549 #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) argument
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-mdio.c | 706 static void xgbe_an_isr_task(struct tasklet_struct *t) in xgbe_an_isr_task() argument 708 struct xgbe_prv_data *pdata = from_tasklet(pdata, t, tasklet_an); in xgbe_an_isr_task()
|
/openbmc/linux/drivers/net/ethernet/ni/ |
H A D | nixge.c | 791 static void nixge_dma_err_handler(struct tasklet_struct *t) in nixge_dma_err_handler() argument 793 struct nixge_priv *lp = from_tasklet(lp, t, dma_err_tasklet); in nixge_dma_err_handler()
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 384 struct camss_buffer *t; in vfe_buf_flush_pending() local 386 list_for_each_entry_safe(buf, t, &output->pending_bufs, queue) { in vfe_buf_flush_pending()
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | korina.c | 901 static void korina_poll_media(struct timer_list *t) in korina_poll_media() argument 903 struct korina_private *lp = from_timer(lp, t, media_check_timer); in korina_poll_media()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 391 static void mlx5_fpga_conn_cq_tasklet(struct tasklet_struct *t) in mlx5_fpga_conn_cq_tasklet() argument 393 struct mlx5_fpga_conn *conn = from_tasklet(conn, t, cq.tasklet); in mlx5_fpga_conn_cq_tasklet()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | sunlance.c | 1247 static void lance_set_multicast_retry(struct timer_list *t) in lance_set_multicast_retry() argument 1249 struct lance_private *lp = from_timer(lp, t, multicast_timer); in lance_set_multicast_retry()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | sysfs-interface.rst | 42 libsensors won't support the driver in question. 599 | temp_samples | Note that on some devices it won't be possible to set all of |
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | seccomp_filter.rst | 30 What it isn't 33 System call filtering isn't a sandbox. It provides a clearly defined
|
/openbmc/linux/Documentation/virt/hyperv/ |
H A D | vmbus.rst | 100 that a rogue guest can't force the consumption of excessive host 240 channel is being changed via sysfs, the guest doesn't know exactly
|
/openbmc/linux/drivers/char/ |
H A D | Kconfig | 130 If you don't require access to the operator panel display from user 382 registers may also contain other things that shouldn't be
|
/openbmc/linux/drivers/dma/ |
H A D | nbpfaxi.c | 1115 static void nbpf_chan_tasklet(struct tasklet_struct *t) in nbpf_chan_tasklet() argument 1117 struct nbpf_channel *chan = from_tasklet(chan, t, tasklet); in nbpf_chan_tasklet()
|
H A D | xgene-dma.c | 979 static void xgene_dma_tasklet_cb(struct tasklet_struct *t) in xgene_dma_tasklet_cb() argument 981 struct xgene_dma_chan *chan = from_tasklet(chan, t, tasklet); in xgene_dma_tasklet_cb()
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig.cpu | 50 See each option's help text for additional details. If you don't know 268 Netburst core and shouldn't use this option. You can distinguish them
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 28 a header file, it isn't the full solution. Such interfaces must either 264 But this led to other problems, and didn't solve some problems shared by
|
/openbmc/linux/net/mac80211/ |
H A D | mesh_hwmp.c | 1283 void mesh_path_timer(struct timer_list *t) in mesh_path_timer() argument 1285 struct mesh_path *mpath = from_timer(mpath, t, timer); in mesh_path_timer()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_init.c | 494 static void verify_interrupt(struct timer_list *t) in verify_interrupt() argument 496 struct qib_devdata *dd = from_timer(dd, t, intrchk_timer); in verify_interrupt()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-imx.c | 829 static enum hrtimer_restart i2c_imx_slave_timeout(struct hrtimer *t) in i2c_imx_slave_timeout() argument 831 struct imx_i2c_struct *i2c_imx = container_of(t, struct imx_i2c_struct, in i2c_imx_slave_timeout()
|
/openbmc/openbmc/poky/meta/recipes-kernel/perf/ |
H A D | perf.bb | 205 # build, with a 64 bit multilib, the arch won't match and the detection of a 306 …replacement2='\t$(srctree)/sort-pmuevents.py $(OUTPUT)pmu-events/pmu-events.c $(OUTPUT)pmu-events/…
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 146 struct iwl_mvm_loc_entry *e, *t; in iwl_mvm_ftm_reset() local 153 list_for_each_entry_safe(e, t, &mvm->ftm_initiator.loc_list, list) { in iwl_mvm_ftm_reset()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | xilinx_dpdma.c | 1486 static void xilinx_dpdma_chan_err_task(struct tasklet_struct *t) in xilinx_dpdma_chan_err_task() argument 1488 struct xilinx_dpdma_chan *chan = from_tasklet(chan, t, err_task); in xilinx_dpdma_chan_err_task()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt2712e.dtsi | 827 u3phy0: t-phy@11290000 { 891 u3phy1: t-phy@112e0000 {
|