/linux-6.12.1/Documentation/userspace-api/media/rc/ |
D | rc-protos.rst | 33 detailed description here https://www.sbprojects.net/knowledge/ir/rc5.php. 183 described here https://www.sbprojects.net/knowledge/ir/jvc.php. 279 described here https://www.sbprojects.net/knowledge/ir/nec.php. Note 355 https://www.sbprojects.net/knowledge/ir/rc6.php. 363 https://www.sbprojects.net/knowledge/ir/rc6.php. 371 https://www.sbprojects.net/knowledge/ir/rc6.php. 379 https://www.sbprojects.net/knowledge/ir/rc6.php. 398 https://www.sbprojects.net/knowledge/ir/sharp.php. There is a very long 432 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply 439 https://www.sbprojects.net/knowledge/ir/rcmm.php. The scancode is simply [all …]
|
/linux-6.12.1/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 391 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument 433 struct c4iw_pd *php; in c4iw_get_dma_mr() local 439 php = to_c4iw_pd(pd); in c4iw_get_dma_mr() 440 rhp = php->rhp; in c4iw_get_dma_mr() 459 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr() 468 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr() 499 struct c4iw_pd *php; in c4iw_reg_user_mr() local 510 php = to_c4iw_pd(pd); in c4iw_reg_user_mr() 511 rhp = php->rhp; in c4iw_reg_user_mr() 571 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr() [all …]
|
D | provider.c | 196 struct c4iw_pd *php; in c4iw_deallocate_pd() local 198 php = to_c4iw_pd(pd); in c4iw_deallocate_pd() 199 rhp = php->rhp; in c4iw_deallocate_pd() 200 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid); in c4iw_deallocate_pd() 201 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd() 210 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local 221 php->pdid = pdid; in c4iw_allocate_pd() 222 php->rhp = rhp; in c4iw_allocate_pd() 224 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid}; in c4iw_allocate_pd() 227 c4iw_deallocate_pd(&php->ibpd, udata); in c4iw_allocate_pd() [all …]
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | faq.rst | 43 https://www.linuxtv.org/wiki/index.php/DVBv5_Tools 51 https://www.linuxtv.org/wiki/index.php/Dvbv5-scan 57 .. [#] https://www.linuxtv.org/wiki/index.php/W_scan 105 https://www.linuxtv.org/wiki/index.php/TV_Related_Software 112 https://www.linuxtv.org/vdrwiki/index.php/Main_Page 165 https://www.linuxtv.org/wiki/index.php/FAQ_%26_Troubleshooting
|
D | dvb_references.rst | 13 https://linuxtv.org/lists.php. If you're interested on that for historic 24 - https://linuxtv.org/docs.php.
|
D | cardlist.rst | 18 https://linuxtv.org/wiki/index.php/Hardware_Device_Information
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | dev-rds.rst | 30 `https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__. 48 `https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__.
|
D | vidioc-enum-freq-bands.rst | 102 (`https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__)
|
D | vidioc-dbg-g-chip-info.rst | 43 (`https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__)
|
/linux-6.12.1/drivers/crypto/ |
D | sa2ul.h | 103 * by the PHP engine in SA. 104 * It is used to identify the corresponding PHP processing function. 111 /* Indicates that it is in data mode, It may not be used by PHP */ 118 /* Size of security context for PHP engine */ 125 * Bit 0-1: Fetch PHP Bytes 128 * Bit 6-7: Evict PHP Bytes
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | Makefile | 18 obj-$(CONFIG_HOTPLUG_PCI_POWERNV) += pnv-php.o 55 pnv-php-objs := pnv_php.o
|
D | cpqphp_core.c | 805 * For Intel, each SSID bit identifies a PHP capability. in cpqhpc_probe() 955 /* PHP Status (0=De-feature PHP, 1=Normal operation) */ in cpqhpc_probe() 957 ctrl->defeature_PHP = 1; /* PHP supported */ in cpqhpc_probe() 959 ctrl->defeature_PHP = 0; /* PHP not supported */ in cpqhpc_probe() 1007 "PHP supported" : "PHP not supported"); in cpqhpc_probe()
|
/linux-6.12.1/scripts/dtc/libfdt/ |
D | fdt_ro.c | 513 const fdt32_t *php; in fdt_get_phandle() local 518 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 519 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 520 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 521 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 525 return fdt32_ld_(php); in fdt_get_phandle()
|
D | fdt_overlay.c | 514 const fdt32_t *php; in overlay_adjust_local_conflicting_phandle() local 517 php = fdt_getprop(fdto, node, "phandle", &len); in overlay_adjust_local_conflicting_phandle() 518 if (php && len == sizeof(*php)) { in overlay_adjust_local_conflicting_phandle() 524 php = fdt_getprop(fdto, node, "linux,phandle", &len); in overlay_adjust_local_conflicting_phandle() 525 if (php && len == sizeof(*php)) { in overlay_adjust_local_conflicting_phandle()
|
/linux-6.12.1/Documentation/arch/arm/keystone/ |
D | overview.rst | 37 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html 50 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html
|
/linux-6.12.1/Documentation/admin-guide/cifs/ |
D | introduction.rst | 49 https://wiki.samba.org/index.php/LinuxCIFS 53 https://wiki.samba.org/index.php/LinuxCIFS_utils
|
D | changes.rst | 5 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
|
D | todo.rst | 5 As of 6.7 kernel. See https://wiki.samba.org/index.php/LinuxCIFSKernel 109 and xfstest results e.g. https://wiki.samba.org/index.php/Xfstest-results-smb3
|
/linux-6.12.1/fs/reiserfs/ |
D | Kconfig | 21 <https://reiser4.wiki.kernel.org/index.php/Main_Page> for links. 29 Read <https://reiser4.wiki.kernel.org/index.php/Main_Page>
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 235 <https://linuxtv.org/wiki/index.php/V4l-utils>`_. 344 <https://www.linuxtv.org/wiki/index.php/Dvb-fe-tool>`_. 386 `dvb-scan Documentation <https://www.linuxtv.org/wiki/index.php/Dvbscan>`_. 430 <https://www.linuxtv.org/wiki/index.php/Dvbv5-zap>`_. 431 See also: `zap <https://www.linuxtv.org/wiki/index.php/Zap>`_.
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm2836.dtsi | 48 * https://forums.raspberrypi.com/viewtopic.php?t=98428 111 * https://forums.raspberrypi.com/viewtopic.php?t=98428
|
/linux-6.12.1/Documentation/hwmon/ |
D | hih6130.rst | 14 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | kgdb.h | 7 * http://www.alteraforum.com/forum/showpost.php?p=77003&postcount=20
|
/linux-6.12.1/Documentation/devicetree/bindings/virtio/ |
D | mmio.yaml | 13 See https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio for
|
/linux-6.12.1/drivers/i3c/master/ |
D | Kconfig | 20 https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c
|