/openbmc/linux/drivers/mmc/host/ |
H A D | au1xmmc.c | 256 static void au1xmmc_tasklet_finish(struct tasklet_struct *t) in au1xmmc_tasklet_finish() argument 258 struct au1xmmc_host *host = from_tasklet(host, t, finish_task); in au1xmmc_tasklet_finish() 366 static void au1xmmc_tasklet_data(struct tasklet_struct *t) in au1xmmc_tasklet_data() argument 368 struct au1xmmc_host *host = from_tasklet(host, t, data_task); in au1xmmc_tasklet_data()
|
/openbmc/linux/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 453 #define TIMEPERFRAME_AVG_FPS(t) \ argument 454 (((t).denominator + ((t).numerator >> 1)) / (t).numerator)
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 698 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g() local 702 if (t == MAP_FAILED) { in mmap_h_lt_g() 750 void *t = mmap(p, len - fileend_adj, host_prot, in mmap_h_lt_g() local 753 if (t == MAP_FAILED) { in mmap_h_lt_g()
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 20 file://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch \ 31 # sed can't find EGL/eglplatform.h as it doesn't get installed when glvnd enabled. 267 # they don't get Debian-renamed (which would remove the -mesa suffix), and
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1318 # INEX1 : none (packed doesn't go through here) 1509 # fmove out doesn't affect ccodes. 2068 # fmove out doesn't affect ccodes. 2586 st STORE_FLG(%a6) # don't store a final result 2929 # this ain't a pretty solution, but it works: 7036 # Notes: 2^(J/64) is stored as T and t where T+t approximates # 7052 # 6.5 ans := (T + OnebySc) + (p + t). # 10304 bra.b ovfl_work # don't set INEX2 11757 # no, it didn't overflow; we have correct result 13444 # Unnorms don't pass through here. # [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | dma-api-howto.rst | 79 cannot because DMA doesn't go through the CPU virtual memory system. 344 Also, systems with caches that aren't DMA-coherent will work better 345 when the underlying buffers don't share cache lines with other data. 643 dma_unmap_{single,sg}(). If you don't touch the data from the first 644 dma_map_*() call till dma_unmap_*(), then you don't have to call the 888 isn't fully DMA-coherent (i.e. hardware doesn't ensure that data in 891 makes sure that kmalloc'ed buffer doesn't share a cache line with 895 constraints. You don't need to worry about the architecture data
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 374 static void rtllib_send_beacon_cb(struct timer_list *t) in rtllib_send_beacon_cb() argument 377 from_timer(ieee, t, beacon_timer); in rtllib_send_beacon_cb() 1259 static void rtllib_associate_abort_cb(struct timer_list *t) in rtllib_associate_abort_cb() argument 1261 struct rtllib_device *dev = from_timer(dev, t, associate_timer); in rtllib_associate_abort_cb() 1588 u8 *t; in auth_parse() local 1598 t = skb->data + sizeof(struct rtllib_authentication); in auth_parse() 1600 if (*(t++) == MFIE_TYPE_CHALLENGE) { in auth_parse() 1601 *chlen = *(t++); in auth_parse() 1602 *challenge = kmemdup(t, *chlen, GFP_ATOMIC); in auth_parse()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 377 static void ieee80211_send_beacon_cb(struct timer_list *t) in ieee80211_send_beacon_cb() argument 380 from_timer(ieee, t, beacon_timer); in ieee80211_send_beacon_cb() 1187 static void ieee80211_associate_abort_cb(struct timer_list *t) in ieee80211_associate_abort_cb() argument 1189 struct ieee80211_device *dev = from_timer(dev, t, associate_timer); in ieee80211_associate_abort_cb() 1467 u8 *t; in auth_parse() local 1475 t = skb->data + sizeof(struct ieee80211_authentication); in auth_parse() 1477 if (*(t++) == MFIE_TYPE_CHALLENGE) { in auth_parse() 1478 *chlen = *(t++); in auth_parse() 1479 *challenge = kmemdup(t, *chlen, GFP_ATOMIC); in auth_parse()
|
/openbmc/linux/Documentation/fb/ |
H A D | tgafb.rst | 58 The XFree86 FBDev server has been reported not to work, since tgafb doesn't do
|
H A D | s3fb.rst | 77 * cursor disable in text mode doesn't work
|
/openbmc/linux/Documentation/core-api/irq/ |
H A D | irqflags-tracing.rst | 51 shouldn't be)
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-uevent.rst | 73 :Value: UUID. (Empty string if there isn't one.)
|
/openbmc/linux/tools/power/pm-graph/config/ |
H A D | standby-callgraph.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | suspend-dev.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | freeze-dev.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | freeze-callgraph.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | standby-dev.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | suspend-x2-proc.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | suspend-callgraph.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
H A D | suspend.cfg | 5 # all the tool arguments so that they don't have to be given on the
|
/openbmc/linux/Documentation/input/devices/ |
H A D | bcm5974.rst | 69 .. [#f1] http://ubuntuforums.org/showthread.php?t=840040
|
/openbmc/linux/Documentation/security/tpm/ |
H A D | tpm_event_log.rst | 38 the events generated by ExitBootServices() don't end up in the table.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/ |
H A D | 0002-Fix-Eq-CAPS-plugin-name.patch | 30 the LADSPA controls (the LADSPA plugin included with alsa doesn't allow
|
/openbmc/linux/drivers/eisa/ |
H A D | Kconfig | 70 boots up, so it doesn't take up kernel memory. Anyway, if
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 002.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|