/openbmc/linux/drivers/s390/char/ |
H A D | tape_std.c | 36 tape_std_assign_timeout(struct timer_list *t) in tape_std_assign_timeout() argument 38 struct tape_request * request = from_timer(request, t, timer); in tape_std_assign_timeout()
|
/openbmc/linux/lib/ |
H A D | decompress_unlzma.c | 156 uint32_t t = rc_is_bit_0_helper(rc, p); in rc_is_bit_0() local 157 return rc->code < t; in rc_is_bit_0()
|
/openbmc/linux/drivers/memstick/host/ |
H A D | tifm_ms.c | 536 static void tifm_ms_abort(struct timer_list *t) in tifm_ms_abort() argument 538 struct tifm_ms *host = from_timer(host, t, timer); in tifm_ms_abort()
|
/openbmc/linux/sound/drivers/ |
H A D | mtpav.c | 392 static void snd_mtpav_output_timer(struct timer_list *t) in snd_mtpav_output_timer() argument 395 struct mtpav *chip = from_timer(chip, t, timer); in snd_mtpav_output_timer()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_timeline_vis.js | 277 let t = interval[j][1] - interval[j][0]; 278 let bucket_idx = parseInt(t / ((ub - lb) / num_buckets));
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 32 If the object is a physical interface, it can't be deleted, but if it is a 315 interface is not desired don't set the VLAN id above.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/ |
H A D | 0001-fix-ppp-2.5.0-build.patch | 69 AC_MSG_ERROR(couldn't find pppd.h. pppd development headers are required.)) 120 +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 148 for t in tests: 149 parts = t.split('.', maxsplit=2)
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_bridge_backup_port.sh | 765 for t in $TESTS 767 setup; $t; cleanup;
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt.h | 298 static inline void load_TLS(struct thread_struct *t, unsigned cpu) in load_TLS() argument 300 PVOP_VCALL2(cpu.load_tls, t, cpu); in load_TLS()
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget-core.c | 174 static void vpeirq(struct tasklet_struct *t) in vpeirq() argument 176 struct budget *budget = from_tasklet(budget, t, vpe_tasklet); in vpeirq()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | init.c | 42 static void wakeup_timer_fn(struct timer_list *t) in wakeup_timer_fn() argument 44 struct mwifiex_adapter *adapter = from_timer(adapter, t, wakeup_timer); in wakeup_timer_fn()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_data.c | 571 static enum hrtimer_restart rmnet_map_flush_tx_packet_queue(struct hrtimer *t) in rmnet_map_flush_tx_packet_queue() argument 575 port = container_of(t, struct rmnet_port, hrtimer); in rmnet_map_flush_tx_packet_queue()
|
/openbmc/linux/Documentation/input/ |
H A D | gamepad.rst | 74 Legacy drivers often don't comply to these rules. As we cannot change them 80 bugs, if they don't.
|
/openbmc/linux/Documentation/kbuild/ |
H A D | llvm.rst | 118 corresponding non-integrated assembler (typically, you don't want to use the 197 - `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux
|
/openbmc/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 38 $ mount -t debugfs debugfs /sys/kernel/debug 53 $ mount -t debugfs debugfs /sys/kernel/debug
|
/openbmc/linux/drivers/bcma/ |
H A D | sprom.c | 90 static const u8 t[] = { in bcma_crc8() local 124 return t[crc ^ data]; in bcma_crc8()
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 418 #define dma_get_sgtable(d, t, v, h, s) dma_get_sgtable_attrs(d, t, v, h, s, 0) argument
|
/openbmc/linux/net/sched/ |
H A D | cls_route.c | 600 struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) in route4_dump() argument 609 t->tcm_handle = f->handle; in route4_dump()
|
/openbmc/linux/Documentation/w1/slaves/ |
H A D | w1_therm.rst | 37 Centigrade after t=. 67 completion. Options 2, 3 can't be used in parasite power mode. To get back to
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 252 static int dut_run_echo_thread(pthread_t *t, int *sockfd) in dut_run_echo_thread() argument 266 err = pthread_create(t, NULL, dut_echo_thread, sockfd); in dut_run_echo_thread()
|
/openbmc/linux/Documentation/devicetree/ |
H A D | of_unittest.rst | 157 According to the scenario above, the live tree is already present so it isn't 210 already present in the live tree), then the node isn't attached rather its
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | queue.c | 132 static void cw1200_queue_gc(struct timer_list *t) in cw1200_queue_gc() argument 136 from_timer(queue, t, gc); in cw1200_queue_gc()
|
/openbmc/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | einj.rst | 21 It doesn't necessarily mean that EINJ is not supported if those above 22 don't exist: before you give up, go into BIOS setup to see if the BIOS
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcsp.c | 689 static void bcsp_timed_event(struct timer_list *t) in bcsp_timed_event() argument 691 struct bcsp_struct *bcsp = from_timer(bcsp, t, tbcsp); in bcsp_timed_event()
|