| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pci/ |
| D | nvidia,tegra20-pcie.txt | 4 - compatible: Must be: 5 - "nvidia,tegra20-pcie": for Tegra20 6 - "nvidia,tegra30-pcie": for Tegra30 7 - "nvidia,tegra124-pcie": for Tegra124 and Tegra132 8 - "nvidia,tegra210-pcie": for Tegra210 9 - "nvidia,tegra186-pcie": for Tegra186 10 - power-domains: To ungate power partition by BPMP powergate driver. Must 13 - device_type: Must be "pci" 14 - reg: A list of physical base address and length for each set of controller 15 registers. Must contain an entry for each entry in the reg-names property. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | nvidia,tegra20-pcie.txt | 4 - compatible: Must be: 5 - "nvidia,tegra20-pcie": for Tegra20 6 - "nvidia,tegra30-pcie": for Tegra30 7 - "nvidia,tegra124-pcie": for Tegra124 and Tegra132 8 - "nvidia,tegra210-pcie": for Tegra210 9 - "nvidia,tegra186-pcie": for Tegra186 10 - power-domains: To ungate power partition by BPMP powergate driver. Must 13 - device_type: Must be "pci" 14 - reg: A list of physical base address and length for each set of controller 15 registers. Must contain an entry for each entry in the reg-names property. [all …]
|
| /kernel/linux/linux-4.19/drivers/soc/fsl/qbman/ |
| D | bman_test_api.c | 1 /* Copyright 2008 - 2016 Freescale Semiconductor, Inc. 57 * LS-bits of buffer addresses, masking off the upper 8-bits on in bufs_cmp() 58 * release commands. The API provides for 48-bit addresses in bufs_cmp() 59 * because some SoCs support all 48-bits. When generating in bufs_cmp() 60 * garbage addresses for testing, we either need to zero the in bufs_cmp() 61 * upper 8-bits when releasing to BMan (otherwise we'll be in bufs_cmp() 63 * don't match), or we need to mask the upper 8-bits off when in bufs_cmp() 68 return -1; in bufs_cmp() 74 return -1; in bufs_cmp() 115 int num = 8; in bman_test_api() local [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
| D | bman_test_api.c | 1 /* Copyright 2008 - 2016 Freescale Semiconductor, Inc. 57 * LS-bits of buffer addresses, masking off the upper 8-bits on in bufs_cmp() 58 * release commands. The API provides for 48-bit addresses in bufs_cmp() 59 * because some SoCs support all 48-bits. When generating in bufs_cmp() 60 * garbage addresses for testing, we either need to zero the in bufs_cmp() 61 * upper 8-bits when releasing to BMan (otherwise we'll be in bufs_cmp() 63 * don't match), or we need to mask the upper 8-bits off when in bufs_cmp() 68 return -1; in bufs_cmp() 74 return -1; in bufs_cmp() 115 int num = 8; in bman_test_api() local [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | brcm,bcm7445-switch-v4.0.txt | 5 - compatible: should be one of 6 "brcm,bcm7445-switch-v4.0" 7 "brcm,bcm7278-switch-v4.0" 8 "brcm,bcm7278-switch-v4.8" 9 - reg: addresses and length of the register sets for the device, must be 6 10 pairs of register addresses and lengths 11 - interrupts: interrupts for the devices, must be two interrupts 12 - #address-cells: must be 1, see dsa/dsa.txt 13 - #size-cells: must be 0, see dsa/dsa.txt 17 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | brcm,bcm7445-switch-v4.0.txt | 5 - compatible: should be one of 6 "brcm,bcm7445-switch-v4.0" 7 "brcm,bcm7278-switch-v4.0" 8 "brcm,bcm7278-switch-v4.8" 9 - reg: addresses and length of the register sets for the device, must be 6 10 pairs of register addresses and lengths 11 - interrupts: interrupts for the devices, must be two interrupts 12 - #address-cells: must be 1, see dsa/dsa.txt 13 - #size-cells: must be 0, see dsa/dsa.txt 17 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt [all …]
|
| /kernel/linux/linux-5.10/tools/usb/usbip/src/ |
| D | usbip_network.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * 2005-2007 Takahiro Hirofuchi 53 uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num) in usbip_net_pack_uint32_t() argument 58 i = htonl(num); in usbip_net_pack_uint32_t() 60 i = ntohl(num); in usbip_net_pack_uint32_t() 65 uint16_t usbip_net_pack_uint16_t(int pack, uint16_t num) in usbip_net_pack_uint16_t() argument 70 i = htons(num); in usbip_net_pack_uint16_t() 72 i = ntohs(num); in usbip_net_pack_uint16_t() 79 udev->busnum = usbip_net_pack_uint32_t(pack, udev->busnum); in usbip_net_pack_usb_device() 80 udev->devnum = usbip_net_pack_uint32_t(pack, udev->devnum); in usbip_net_pack_usb_device() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/eeprom/ |
| D | at24.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 17 pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 19 - compatible 23 pattern: "^eeprom@[0-9a-f]{1,2}$" 33 - allOf: 34 - minItems: 1 37 … - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$" [all …]
|
| /kernel/linux/linux-4.19/tools/usb/usbip/src/ |
| D | usbip_network.c | 3 * 2005-2007 Takahiro Hirofuchi 65 uint32_t usbip_net_pack_uint32_t(int pack, uint32_t num) in usbip_net_pack_uint32_t() argument 70 i = htonl(num); in usbip_net_pack_uint32_t() 72 i = ntohl(num); in usbip_net_pack_uint32_t() 77 uint16_t usbip_net_pack_uint16_t(int pack, uint16_t num) in usbip_net_pack_uint16_t() argument 82 i = htons(num); in usbip_net_pack_uint16_t() 84 i = ntohs(num); in usbip_net_pack_uint16_t() 91 udev->busnum = usbip_net_pack_uint32_t(pack, udev->busnum); in usbip_net_pack_usb_device() 92 udev->devnum = usbip_net_pack_uint32_t(pack, udev->devnum); in usbip_net_pack_usb_device() 93 udev->speed = usbip_net_pack_uint32_t(pack, udev->speed); in usbip_net_pack_usb_device() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | Space.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 17 * - get rid of pre-linked dev list, dynamic device allocation 19 * - struct init cleanup, enable multiple ISA autoprobes. 20 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 09/1999 21 * - fix sbni: s/device/net_device/ 23 * - sort probes in a sane way, make sure all (safe) probes 39 int status; /* non-zero if autoprobe has failed */ 46 for (; p->probe; p++) { in probe_list2() 47 if (autoprobe && p->status) in probe_list2() 49 dev = p->probe(unit); in probe_list2() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
| D | au0828-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 17 #include <media/v4l2-common.h> 28 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_slave_did_write_ack() 35 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_slave_did_read_ack() 58 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_read_busy() 81 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_write_done() 104 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_busy() 130 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_sendbytes() 131 u8 i2c_speed = dev->board.i2c_clk_divider; in i2c_sendbytes() 137 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_sendbytes() [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | remoteproc.h | 46 * struct resource_table - firmware resource table header 48 * @num: number of resource entries 74 u32 num; member 80 * struct fw_rsc_hdr - firmware resource entry header 94 * enum fw_resource_type - types of resource entries 98 * @RSC_DEVMEM: request to iommu_map a memory-based peripheral. 121 #define FW_RSC_ADDR_ANY (-1) 124 * struct fw_rsc_carveout - physically contiguous memory request 130 * @name: human-readable name of the requested memory region 144 * If the firmware is compiled with static addresses, then @da should specify [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
| D | st_magn_core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2012-2013 STMicroelectronics Inc. 46 /* Special L addresses for Sensor 2 */ 51 /* Special L addresses for sensor 3 */ 137 .num = ST_MAGN_FS_AVL_1300MG, 143 .num = ST_MAGN_FS_AVL_1900MG, 149 .num = ST_MAGN_FS_AVL_2500MG, 155 .num = ST_MAGN_FS_AVL_4000MG, 161 .num = ST_MAGN_FS_AVL_4700MG, 167 .num = ST_MAGN_FS_AVL_5600MG, [all …]
|
| /kernel/linux/linux-4.19/drivers/iio/magnetometer/ |
| D | st_magn_core.c | 4 * Copyright 2012-2013 STMicroelectronics Inc. 8 * Licensed under the GPL-2. 49 /* Special L addresses for Sensor 2 */ 54 /* Special L addresses for sensor 3 */ 140 .num = ST_MAGN_FS_AVL_1300MG, 146 .num = ST_MAGN_FS_AVL_1900MG, 152 .num = ST_MAGN_FS_AVL_2500MG, 158 .num = ST_MAGN_FS_AVL_4000MG, 164 .num = ST_MAGN_FS_AVL_4700MG, 170 .num = ST_MAGN_FS_AVL_5600MG, [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ |
| D | Space.c | 16 * - get rid of pre-linked dev list, dynamic device allocation 18 * - struct init cleanup, enable multiple ISA autoprobes. 19 * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 09/1999 20 * - fix sbni: s/device/net_device/ 22 * - sort probes in a sane way, make sure all (safe) probes 43 int status; /* non-zero if autoprobe has failed */ 50 for (; p->probe; p++) { in probe_list2() 51 if (autoprobe && p->status) in probe_list2() 53 dev = p->probe(unit); in probe_list2() 57 p->status = PTR_ERR(dev); in probe_list2() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/ |
| D | stih407-c8sectpfe.txt | 14 - compatible : Should be "stih407-c8sectpfe" 16 - reg : Address and length of register sets for each device in 17 "reg-names" 19 - reg-names : The names of the register addresses corresponding to the 21 - c8sectpfe: c8sectpfe registers 22 - c8sectpfe-ram: c8sectpfe internal sram 24 - clocks : phandle list of c8sectpfe clocks 25 - clock-names : should be "c8sectpfe" 26 See: Documentation/devicetree/bindings/clock/clock-bindings.txt 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | stih407-c8sectpfe.txt | 14 - compatible : Should be "stih407-c8sectpfe" 16 - reg : Address and length of register sets for each device in 17 "reg-names" 19 - reg-names : The names of the register addresses corresponding to the 21 - c8sectpfe: c8sectpfe registers 22 - c8sectpfe-ram: c8sectpfe internal sram 24 - clocks : phandle list of c8sectpfe clocks 25 - clock-names : should be "c8sectpfe" 26 See: Documentation/devicetree/bindings/clock/clock-bindings.txt 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) [all …]
|
| /kernel/linux/linux-4.19/drivers/media/usb/au0828/ |
| D | au0828-i2c.c | 27 #include <media/v4l2-common.h> 38 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_slave_did_write_ack() 45 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_slave_did_read_ack() 68 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_read_busy() 91 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_write_done() 114 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_is_busy() 140 struct au0828_dev *dev = i2c_adap->algo_data; in i2c_sendbytes() 141 u8 i2c_speed = dev->board.i2c_clk_divider; in i2c_sendbytes() 147 if (((dev->board.tuner_type == TUNER_XC5000) || in i2c_sendbytes() 148 (dev->board.tuner_type == TUNER_XC5000C)) && in i2c_sendbytes() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
| D | zr36016.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Zoran ZR36016 basic configuration functions - header file 14 int num; member 30 /* direct register addresses */ 36 /* indirect register addresses */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | remoteproc.h | 47 * struct resource_table - firmware resource table header 49 * @num: number of resource entries 75 u32 num; member 81 * struct fw_rsc_hdr - firmware resource entry header 95 * enum fw_resource_type - types of resource entries 99 * @RSC_DEVMEM: request to iommu_map a memory-based peripheral. 126 #define FW_RSC_ADDR_ANY (-1) 129 * struct fw_rsc_carveout - physically contiguous memory request 135 * @name: human-readable name of the requested memory region 149 * If the firmware is compiled with static addresses, then @da should specify [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | vhost.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 /* Userspace interface for in-kernel virtio accelerators. */ 22 unsigned int num; member 27 int fd; /* Pass -1 to unbind from file. */ 94 /* All region addresses and sizes must be 4K aligned. */ 136 /* Set addresses for the ring. */ 140 /* Get accessor: reads index, writes value in num */ 143 /* Set the vring byte order in num. Valid values are VHOST_VRING_LITTLE_ENDIAN 144 * or VHOST_VRING_BIG_ENDIAN (other values return -EINVAL). 146 * returns -EBUSY. [all …]
|
| /kernel/linux/linux-4.19/tools/include/uapi/linux/ |
| D | vhost.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 /* Userspace interface for in-kernel virtio accelerators. */ 22 unsigned int num; member 27 int fd; /* Pass -1 to unbind from file. */ 94 /* All region addresses and sizes must be 4K aligned. */ 136 /* Set addresses for the ring. */ 140 /* Get accessor: reads index, writes value in num */ 143 /* Set the vring byte order in num. Valid values are VHOST_VRING_LITTLE_ENDIAN 144 * or VHOST_VRING_BIG_ENDIAN (other values return -EINVAL). 146 * returns -EBUSY. [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | tc_flower_scale.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 # number of flower matches for different IPv6 addresses, then check the offload 56 if [[ -v TC_FLOWER_BATCH_FILE ]]; then 57 rm -f $TC_FLOWER_BATCH_FILE 63 local num=$1; shift 65 printf "2001:db8:1::%x" $num 76 cat >> $TC_FLOWER_BATCH_FILE <<-EOF 85 tc -b $TC_FLOWER_BATCH_FILE 93 local last=$((count - 1)) 97 offload_count=$(tc -j -s filter show dev $h2 ingress | [all …]
|
| /kernel/linux/linux-5.10/fs/jfs/ |
| D | jfs_imap.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (C) International Business Machines Corp., 2000-2002 20 #define MAXIAGS ((1<<20)-1) /* maximum number of iags */ 36 ((((ino) & (INOSPEREXT-1)) >> L2INOSPERPAGE) << (l2nbperpg))) 73 /* allocation bit map: 1 bit per inode (0 - free, 1 - allocated) */ 76 pxd_t inoext[EXTSPERIAG]; /* 1024: inode extent addresses */ 102 __le32 in_numinos; /* 4: num of backed inodes */ 103 __le32 in_numfree; /* 4: num of free backed inodes */ 104 __le32 in_nbperiext; /* 4: num of blocks per inode extent */ 115 int in_numinos; /* num of backed inodes */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | virtio_ring.h | 42 /* This marks a buffer as write-only (otherwise read-only). */ 54 /* The Host uses this in used->flags to advise the Guest: don't kick me when 58 /* The Guest uses this in avail->flags to advise the Host: don't interrupt me 84 * at the end of the avail ring. Host should ignore the avail->flags field. */ 86 * at the end of the used ring. Guest should ignore the used->flags field. */ 90 * When using pre-virtio 1.0 layout, these fall out naturally. 98 /* Address (guest-physical). */ 132 * The ring element addresses are passed between components with different 133 * alignments assumptions. Thus, we might need to decrease the compiler-selected 137 * https://gcc.gnu.org/onlinedocs//gcc/Common-Type-Attributes.html#Common-Type-Attributes [all …]
|