/openbmc/linux/sound/soc/codecs/ |
H A D | max98088.c | 1577 const char **t; in max98088_handle_eq_pdata() local 1609 t = krealloc(max98088->eq_texts, in max98088_handle_eq_pdata() 1612 if (t == NULL) in max98088_handle_eq_pdata() 1616 t[max98088->eq_textcnt] = cfg[i].name; in max98088_handle_eq_pdata() 1618 max98088->eq_texts = t; in max98088_handle_eq_pdata()
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 154 ``usb-uas`` example above won't work with ``usb-bot``. 221 some available USB bus if you didn't specify one explicitly. 302 hubs, it won't work). 348 hostaddr isn't stable. The next time you plug the device into the host it 393 doesn't work, try another option and see whenever the situation
|
/openbmc/linux/drivers/ata/ |
H A D | sata_mv.c | 3233 u32 t; in mv6_reset_hc() local 3238 t = readl(reg); in mv6_reset_hc() 3239 writel(t | STOP_PCI_MASTER, reg); in mv6_reset_hc() 3243 t = readl(reg); in mv6_reset_hc() 3244 if (PCI_MASTER_EMPTY & t) in mv6_reset_hc() 3247 if (!(PCI_MASTER_EMPTY & t)) { in mv6_reset_hc() 3256 writel(t | GLOB_SFT_RST, reg); in mv6_reset_hc() 3257 t = readl(reg); in mv6_reset_hc() 3261 if (!(GLOB_SFT_RST & t)) { in mv6_reset_hc() 3271 t = readl(reg); in mv6_reset_hc() [all …]
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 17 and have basic linux kernel programming knowledge. This document doesn't 18 explain the general topic of linux kernel coding and doesn't cover 506 without module options don't need them. 968 Don't forget to call :c:func:`pci_disable_device()` before the 975 We didn't implement the hardware disabling part above. If you 1424 don't have to call the destructor explicitly. 1708 your driver doesn't support mmap, this field is not 1729 callback`_. Don't mix this with ``pcm->private_data``. The 2862 :c:func:`snd_ac97_update()` doesn't write a value if the given 3170 timer if the hardware doesn't have a MIDI transmit interrupt. [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | circular-buffers.rst | 16 buffer don't want to share a lock. 56 Typically, items will all be of the same unit size, but this isn't strictly 223 reloading its cached value. This isn't strictly needed if you can
|
/openbmc/u-boot/arch/arm/mach-imx/mx5/ |
H A D | clock.c | 533 int t; in gcd() local 536 t = m; in gcd() 538 n = t; in gcd()
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 209 u16 t = Sbox[Hi8(v)]; in _S_() local 210 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
|
/openbmc/linux/Documentation/networking/ |
H A D | netdevices.rst | 248 These should not be added to new drivers, so don't use. 256 Context: atomic (can't sleep under rwlock or RCU) 266 Don't use it for new drivers.
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gcov.rst | 48 mount -t debugfs none /sys/kernel/debug 233 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -) 234 KOBJ=$(cd $KOBJ; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | README.md | 40 Note that we don't need to specify any packages to install into the rootfs _if_ 79 Note that we don't need to specify any packages to install into the rootfs _if_ 146 [the `build-opkg` script is provided](build-opkg). It probably won't work
|
/openbmc/phosphor-fan-presence/control/ |
H A D | gen-fan-zone-defs.py | 523 t = getTimer(eActions[p]) 526 + t["interval"] 528 + t["type"]
|
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/ |
H A D | bitbake.vim | 54 " If the start of the line is in a string don't change the indent. 71 " timeout, so let the user disable this feature if he doesn't need it 329 " TODO: GetShIndent doesn't detect tasks prepended with 'fakeroot'
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 455 QEMUTimer *t = tgm->throttle_timers.timers[dir]; in throttle_group_restart_tgm() local 456 if (timer_pending(t)) { in throttle_group_restart_tgm() 458 timer_del(t); in throttle_group_restart_tgm()
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 144 .. option:: -t, --persistent 146 Don't exit on the last connection. 240 -t -x subset -p 10810 \
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | nvidia,tegra194-pcie.yaml | 170 nvidia,aspm-pwr-on-t-us: 302 nvidia,aspm-pwr-on-t-us = <20>; 366 nvidia,aspm-pwr-on-t-us = <20>;
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 758 void saa7134_buffer_timeout(struct timer_list *t); 807 struct v4l2_tuner *t); 809 const struct v4l2_tuner *t);
|
/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.c | 139 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() argument 141 switch (t) { in map_to_ns() 151 return t; in map_to_ns()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | atp.c | 188 static void atp_timed_checker(struct timer_list *t); 718 static void atp_timed_checker(struct timer_list *t) in atp_timed_checker() argument 720 struct net_local *lp = from_timer(lp, t, timer); in atp_timed_checker()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | xpad.rst | 50 and the zero-setting is not correct for the triggers (I don't know if that 52 didn't have a look at jstest itself yet). 124 Thanks to the trip splitter found on the cable you don't even need to cut the
|
/openbmc/linux/Documentation/i2c/ |
H A D | dev-interface.rst | 95 aren't supported. For this reason, this interface is almost never used by 122 doesn't have any effect. 207 directly. This means that I2C bus drivers don't need to implement
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 100 or add if doesn't exit; **exist** update only if entry already 101 exists; **noexist** update only if entry doesn't exist. 220 | **# mount -t bpf none /sys/fs/bpf/**
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | cpu-feature-registers.rst | 47 e.g, If at least one CPU doesn't implement CRC32 instructions, while 50 which doesn't support CRC32. 65 The infrastructure doesn't expose any register which is
|
/openbmc/linux/drivers/usb/serial/ |
H A D | whiteheat.c | 540 int t; in firm_send_command() local 564 t = wait_event_timeout(command_info->wait_command, in firm_send_command() 566 if (!t) in firm_send_command()
|
/openbmc/linux/drivers/base/power/ |
H A D | wakeup.c | 61 static void pm_wakeup_timer_fn(struct timer_list *t); 761 static void pm_wakeup_timer_fn(struct timer_list *t) in pm_wakeup_timer_fn() argument 763 struct wakeup_source *ws = from_timer(ws, t, timer); in pm_wakeup_timer_fn()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_tkip.c | 177 u16 t = Sbox[Hi8(v)]; in _S_() local 178 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8)); in _S_()
|