Searched refs:apps (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/ |
D | nfp_app.c | 18 static const struct nfp_app_type *apps[] = { variable 232 if (id >= ARRAY_SIZE(apps) || !apps[id]) { in nfp_app_alloc() 237 if (WARN_ON(!apps[id]->name || !apps[id]->vnic_alloc)) in nfp_app_alloc() 239 if (WARN_ON(!apps[id]->ctrl_msg_rx && apps[id]->ctrl_msg_rx_raw)) in nfp_app_alloc() 249 app->type = apps[id]; in nfp_app_alloc()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | gp102.c | 72 nvkm_falcon_load_imem(falcon, scrub_data + lhdr->apps[0], in gp102_fb_vpr_scrub() 73 ALIGN(lhdr->apps[0], 0x100), in gp102_fb_vpr_scrub() 74 lhdr->apps[1], in gp102_fb_vpr_scrub() 75 lhdr->apps[0] >> 8, 0, true); in gp102_fb_vpr_scrub()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
D | hs.c | 58 hdr->apps[(i * 2) + 0], hdr->apps[(i * 2) + 1]); in nvfw_hs_load_header()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvfw/ |
D | hs.h | 26 u32 apps[0]; member
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
D | hsfw.c | 97 hsfw->sec_addr = lhdr->apps[0]; in nvkm_acr_hsfw_load_image() 98 hsfw->sec_size = lhdr->apps[lhdr->num_apps]; in nvkm_acr_hsfw_load_image()
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.txt | 79 wireless processor, defined from the 8974 apps processor's point-of-view. It 91 apps_smsm: apps@0 {
|
D | qcom,smp2p.txt | 84 defined from the 8974 apps processor's point-of-view. It encompasses one
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-nice-design.rst | 49 people were running number crunching apps at nice +19.) 84 run audio (and other multimedia) apps under RT priorities such as 109 and forcing audio apps to run under the more dangerous SCHED_FIFO
|
/Linux-v5.15/drivers/media/test-drivers/vivid/ |
D | Kconfig | 26 Say Y here if you want to test video apps or debug V4L devices.
|
/Linux-v5.15/Documentation/devicetree/bindings/misc/ |
D | qcom,fastrpc.txt | 61 qcom,smd-channels = "fastrpcsmd-apps-dsp";
|
/Linux-v5.15/Documentation/ia64/ |
D | efirtc.rst | 31 Because we wanted to minimize the impact on existing user-level apps using 133 As of today, none of the existing user-level apps supports this feature.
|
/Linux-v5.15/Documentation/filesystems/ |
D | relay.rst | 70 klog and relay-apps example code 76 The relay-apps example tarball, available on the relay sourceforge 83 The 'klog debugging functions' patch (klog.patch in the relay-apps 94 i.e. without using any of the relay-apps example code or klog, but 104 klog and the relay-apps examples can be found in the relay-apps 445 a separate array. See the 'reserve' example in the relay-apps tarball
|
D | 9p.rst | 187 (http://sf.net/apps/mediawiki/v9fs/index.php).
|
/Linux-v5.15/Documentation/fb/ |
D | cmap_xfbdev.rst | 24 - X11 apps do something like the following when trying to use grayscale::
|
D | deferred_io.rst | 40 apps to pretend to have a normal framebuffer but reswizzle for the device
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | qcom,rpmcc.txt | 38 clock is available when the apps CPU subsystem is active, i.e. not
|
/Linux-v5.15/Documentation/locking/ |
D | pi-futex.rst | 39 I.e. critical RT apps often choose lock structures to protect critical 53 apps have a very fair expectation of being able to use locks, we've got
|
/Linux-v5.15/Documentation/usb/ |
D | mtouchusb.rst | 49 touchscreen for embedded apps using QTEmbedded, DirectFB, etc. So I feel the
|
/Linux-v5.15/Documentation/openrisc/ |
D | openrisc_port.rst | 111 running many standard linux apps.
|
/Linux-v5.15/arch/arc/ |
D | Kconfig | 406 bool "Support DSP for userspace apps" 415 bool "Support DSP with AGU for userspace apps" 518 This options allows a Linux userland apps to directly access
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx7d.dtsi | 205 reset-names = "pciephy", "apps", "turnoff";
|
D | bcm23550.dtsi | 203 apps@3e300000 {
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | msm8916-samsung-a2015-common.dtsi | 20 tz-apps@85500000 {
|
D | msm8916.dtsi | 39 tz-apps@86000000 { 394 apps_smsm: apps@0 { 1363 qcom,smd-channels = "fastrpcsmd-apps-dsp";
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | si4713.rst | 185 The tool can be found in v4l-dvb repository under v4l2-apps/util directory.
|
12