Home
last modified time | relevance | path

Searched full:php (Results 1 – 25 of 136) sorted by relevance

123456

/linux-6.12.1/Documentation/userspace-api/media/rc/
Drc-protos.rst33 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/
Dmem.c391 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 …]
Dprovider.c196 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/
Dfaq.rst43 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
Ddvb_references.rst13 https://linuxtv.org/lists.php. If you're interested on that for historic
24 - https://linuxtv.org/docs.php.
Dcardlist.rst18 https://linuxtv.org/wiki/index.php/Hardware_Device_Information
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Ddev-rds.rst30 `https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__.
48 `https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__.
Dvidioc-enum-freq-bands.rst102 (`https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__)
Dvidioc-dbg-g-chip-info.rst43 (`https://linuxtv.org/lists.php <https://linuxtv.org/lists.php>`__)
/linux-6.12.1/drivers/crypto/
Dsa2ul.h103 * 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/
DMakefile18 obj-$(CONFIG_HOTPLUG_PCI_POWERNV) += pnv-php.o
55 pnv-php-objs := pnv_php.o
Dcpqphp_core.c805 * 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/
Dfdt_ro.c513 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()
Dfdt_overlay.c514 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/
Doverview.rst37 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/
Dintroduction.rst49 https://wiki.samba.org/index.php/LinuxCIFS
53 https://wiki.samba.org/index.php/LinuxCIFS_utils
Dchanges.rst5 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
Dtodo.rst5 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/
DKconfig21 <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/
Dvidtv.rst235 <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/
Dbcm2836.dtsi48 * https://forums.raspberrypi.com/viewtopic.php?t=98428
111 * https://forums.raspberrypi.com/viewtopic.php?t=98428
/linux-6.12.1/Documentation/hwmon/
Dhih6130.rst14 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
/linux-6.12.1/arch/nios2/include/asm/
Dkgdb.h7 * http://www.alteraforum.com/forum/showpost.php?p=77003&postcount=20
/linux-6.12.1/Documentation/devicetree/bindings/virtio/
Dmmio.yaml13 See https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio for
/linux-6.12.1/drivers/i3c/master/
DKconfig20 https://www.synopsys.com/dw/ipdir.php?ds=mipi_i3c

123456