| /kernel/linux/linux-6.6/drivers/pci/ |
| D | vgaarb.c | 45 unsigned int decodes; /* what it decodes */ member 224 (vgadev->decodes & VGA_RSRC_LEGACY_IO)) in __vga_tryget() 227 (vgadev->decodes & VGA_RSRC_LEGACY_MEM)) in __vga_tryget() 298 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget() 300 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_IO) in __vga_tryget() 370 if (vgadev->decodes & VGA_RSRC_LEGACY_IO) in __vga_put() 375 if (vgadev->decodes & VGA_RSRC_LEGACY_MEM) in __vga_put() 757 * client decide if devices decodes legacy things or not. 791 vgadev->decodes = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM | in vga_arbiter_add_pci_device() 835 vgaarb_info(&pdev->dev, "VGA device added: decodes=%s,owns=%s,locks=%s\n", in vga_arbiter_add_pci_device() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/vga/ |
| D | vgaarb.c | 66 unsigned int decodes; /* what does it decodes */ member 254 (vgadev->decodes & VGA_RSRC_LEGACY_IO)) in __vga_tryget() 257 (vgadev->decodes & VGA_RSRC_LEGACY_MEM)) in __vga_tryget() 328 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_MEM) in __vga_tryget() 330 if ((match & conflict->decodes) & VGA_RSRC_LEGACY_IO) in __vga_tryget() 403 if (vgadev->decodes & VGA_RSRC_LEGACY_IO) in __vga_put() 408 if (vgadev->decodes & VGA_RSRC_LEGACY_MEM) in __vga_put() 650 * the arbiter's client decides if devices decodes or not legacy 685 vgadev->decodes = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM | in vga_arbiter_add_pci_device() 729 vgaarb_info(&pdev->dev, "VGA device added: decodes=%s,owns=%s,locks=%s\n", in vga_arbiter_add_pci_device() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | vgaarb.h | 59 * @decodes: bit mask of what legacy regions the card decodes 61 * Indicates to the arbiter if the card decodes legacy VGA IOs, 70 unsigned int decodes); 73 unsigned int decodes) { }; in vga_set_legacy_decoding() argument
|
| /kernel/linux/linux-6.6/Documentation/gpu/ |
| D | vgaarbiter.rst | 44 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)" 48 diagnostic only). "decodes" indicate what the card currently 49 decodes, "owns" indicates what is currently enabled on it, and 70 decodes <io_state> 157 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA
|
| /kernel/linux/linux-5.10/Documentation/gpu/ |
| D | vgaarbiter.rst | 44 "<card_ID>,decodes=<io_state>,owns=<io_state>,locks=<io_state> (ic,mc)" 48 diagnostic only). "decodes" indicate what the card currently 49 decodes, "owns" indicates what is currently enabled on it, and 70 decodes <io_state> 157 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | vgaarb.h | 29 void vga_set_legacy_decoding(struct pci_dev *pdev, unsigned int decodes); 39 unsigned int decodes) in vga_set_legacy_decoding() argument
|
| /kernel/linux/linux-5.10/Documentation/networking/caif/ |
| D | linux_caif.rst | 104 - CFCTRL CAIF Control layer. Encodes and Decodes control messages 112 External Interface). This layer encodes/decodes VEI frames. 115 traffic), encodes/decodes Datagram frames.
|
| /kernel/linux/linux-6.6/Documentation/networking/caif/ |
| D | linux_caif.rst | 104 - CFCTRL CAIF Control layer. Encodes and Decodes control messages 112 External Interface). This layer encodes/decodes VEI frames. 115 traffic), encodes/decodes Datagram frames.
|
| /kernel/linux/linux-6.6/crypto/ |
| D | rsa_helper.c | 152 * rsa_parse_pub_key() - decodes the BER encoded buffer and stores in the 170 * rsa_parse_priv_key() - decodes the BER encoded buffer and stores in the
|
| /kernel/linux/linux-5.10/crypto/ |
| D | rsa_helper.c | 152 * rsa_parse_pub_key() - decodes the BER encoded buffer and stores in the 170 * rsa_parse_priv_key() - decodes the BER encoded buffer and stores in the
|
| /kernel/linux/linux-6.6/arch/x86/entry/vsyscall/ |
| D | vsyscall_64.c | 233 /* this decodes regs->di and regs->si on its own */ in emulate_vsyscall() 238 /* this decodes regs->di on its own */ in emulate_vsyscall() 246 /* this decodes regs->di, regs->si and regs->dx on its own */ in emulate_vsyscall()
|
| /kernel/linux/linux-5.10/drivers/soc/qcom/ |
| D | qmi_encdec.c | 425 * qmi_decode_basic_elem() - Decodes elements of basic/primary data type 431 * This function decodes the "elem_len" number of elements in QMI wire format, 453 * qmi_decode_struct_elem() - Decodes elements of struct data type 462 * This function decodes the "elem_len" number of elements in QMI wire format, 501 * qmi_decode_string_elem() - Decodes elements of string data type 509 * This function decodes the string element of maximum length
|
| /kernel/linux/linux-6.6/drivers/soc/qcom/ |
| D | qmi_encdec.c | 425 * qmi_decode_basic_elem() - Decodes elements of basic/primary data type 431 * This function decodes the "elem_len" number of elements in QMI wire format, 453 * qmi_decode_struct_elem() - Decodes elements of struct data type 462 * This function decodes the "elem_len" number of elements in QMI wire format, 501 * qmi_decode_string_elem() - Decodes elements of string data type 509 * This function decodes the string element of maximum length
|
| /kernel/linux/linux-5.10/arch/x86/entry/vsyscall/ |
| D | vsyscall_64.c | 245 /* this decodes regs->di and regs->si on its own */ in emulate_vsyscall() 250 /* this decodes regs->di on its own */ in emulate_vsyscall() 258 /* this decodes regs->di, regs->si and regs->dx on its own */ in emulate_vsyscall()
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
| D | Makefile | 17 cvmx-interrupt-decodes.o cvmx-interrupt-rsl.o
|
| /kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
| D | Makefile | 17 cvmx-interrupt-decodes.o cvmx-interrupt-rsl.o
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp514x.txt | 4 digital video decoder that digitizes and decodes all popular baseband analog
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | tvp514x.txt | 4 digital video decoder that digitizes and decodes all popular baseband analog
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | rockchip,vdec.yaml | 13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
|
| /kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
| D | Kconfig | 25 Say Y here to enable the hardware decode driver which decodes the IR
|
| /kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
| D | Kconfig | 25 Say Y here to enable the hardware decode driver which decodes the IR
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | rockchip,vdec.yaml | 13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | i8237.c | 57 * LPC traffic for POST codes. Original LPC only decodes one byte of in i8237A_init_ops()
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/ |
| D | frontend.json | 30 … produced by two mechanisms. Either they are generated by hardware that decodes instructions into…
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | i8237.c | 57 * LPC traffic for POST codes. Original LPC only decodes one byte of in i8237A_init_ops()
|