/linux/include/linux/firmware/intel/ |
H A D | stratix10-smc.h | 13 * This file defines the Secure Monitor Call (SMC) message protocol used for 35 * a0..a7 is used as register names in the descriptions below, on arm32 81 * Sync call used by service driver at EL1 to request the FPGA in EL3 to 88 * a2-7: not used. 92 * a1-3: not used. 101 * Async call used by service driver at EL1 to provide FPGA configuration data 108 * a3-7: not used. 127 * Sync call used by service driver at EL1 to track the completed write 133 * a1-7: not used. 151 * Sync call used by service driver at EL1 to inform secure world that all [all …]
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif_client.h | 15 * Page size used for Parameter Management. 30 * Maximum PB size must ensure that no PM address space can be fully used, 31 * because if the full address space was used it would wrap and corrupt itself. 102 /* Only used when feature VDM_DRAWINDIRECT present. */ 104 /* Only used when feature VDM_DRAWINDIRECT present. */ 109 /* Only used when BRN 49927 present. */ 113 /* Only used when feature VDM_OBJECT_LEVEL_LLS present. */ 116 /* Only used when BRN 56279 or BRN 67381 present. */ 121 /* Only used when feature TESSELLATION present */ 127 /* Only used when BRN 44455 or BRN 63027 present. */ [all …]
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_msg_queue.h | 36 * @ready_to_use: ready used queue used to signalize when get a job queue 40 * @hardware_index: hardware id that this queue is used for 52 * struct vdec_lat_buf - lat buffer message used to store lat info for core decode 53 * @wdma_err_addr: wdma error address used for lat hardware 54 * @slice_bc_addr: slice bc address used for lat hardware 60 * @private_data: shared information used to lat and core hardware 86 * struct vdec_msg_queue - used to store lat buffer message 87 * @lat_buf: lat buffer used to store lat buffer information 88 * @wdma_addr: wdma address used for ube 92 * @lat_ctx: used to store lat buffer list [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-reserved.rst | 50 - 8 bit RGB format used by the BTTV driver. 55 - YUV format used by the gspca cpia1 driver. 60 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 66 - YUYV per line used by the gspca driver. 71 - YYUV per line used by the gspca driver. 76 - YUVY per line used by the gspca driver. 81 - Compressed GBRG Bayer format used by the gspca driver. 86 - Compressed BGGR Bayer format used by the gspca driver. 91 - Compressed BGGR Bayer format used by the gspca driver. 96 - JPEG compressed RGGB Bayer format used by the gspca driver. [all …]
|
/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-io.json | 17 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 27 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 37 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 47 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 57 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 67 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 77 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 87 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 97 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 107 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… [all …]
|
/linux/Documentation/input/ |
H A D | event-codes.rst | 10 may be used. 14 used to separate input events into packets of input data changes occurring at 31 type has a set of applicable codes to be used in generating events. See the 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. [all …]
|
/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 11 section and used by user-space tools like crash and makedumpfile to 20 The version of the Linux kernel. Used to find the corresponding source 27 The size of a page. It is the smallest unit of data used by the memory 29 aligned on 4096 bytes. Used for computing page addresses. 34 The UTS namespace which is used to isolate two specific elements of the 36 data structure used to store information returned by the uname(2) system 52 in a system, one bit position per node number. Used to keep track of 58 The global page directory pointer of the kernel. Used to translate 65 the kernel start address. Used to convert a virtual address from the 82 Used to map an address to the corresponding struct page. [all …]
|
/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_dbgfs.c | 15 int *used, int total) in mtk_vdec_dbgfs_get_format_type() argument 21 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 25 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 29 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 33 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 37 *used += curr_len; in mtk_vdec_dbgfs_get_format_type() 41 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 45 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 49 curr_len = snprintf(buf + *used, total - *used, in mtk_vdec_dbgfs_get_format_type() 53 *used += curr_len; in mtk_vdec_dbgfs_get_format_type() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | uncore-io.json | 17 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 27 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 37 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 47 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 57 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 67 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 77 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 87 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 97 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 107 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-io.json | 53 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 63 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 73 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 83 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 93 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 103 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 113 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 123 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 133 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 143 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | uncore-io.json | 53 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 63 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 73 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 83 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 93 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 103 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 113 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 123 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 133 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 143 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… [all …]
|
/linux/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 63 * These hooks are used by the legacy CRTC helpers and the new atomic 72 * This is used by the legacy CRTC helpers to implement DPMS 75 * This callback is also used to disable a CRTC by calling it with 76 * DRM_MODE_DPMS_OFF if the @disable hook isn't used. 78 * This callback is used by the legacy CRTC helpers. Atomic helpers 81 * @atomic_enable and @atomic_disable should be used. 93 * This callback is used by the legacy CRTC helpers. Atomic helpers 96 * should be used. 108 * This callback is used by the legacy CRTC helpers. Atomic helpers 111 * should be used. [all …]
|
/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | uncore-io.json | 53 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 63 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 73 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 83 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 93 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 103 …t bypass messages are used to transmit data without coherency (and are common). NCS is used for r… 113 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 123 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 133 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… 143 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop… [all …]
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe_property_parameters.rst | 9 There are several different Digital TV parameters that can be used by 20 Used internally. A GET/SET operation for it won't change or return 105 delivery system enum value is used (SYS_DVBS2). 180 Used on cable and satellite delivery systems. 190 Used on cable and satellite delivery systems. 200 Used on satellite delivery systems. 202 The voltage is usually used with non-DiSEqC capable LNBs to switch the 215 Currently not used. 223 Used on DVB-S2. 235 Used on DVB-S2. [all …]
|
/linux/Documentation/driver-api/gpio/ |
H A D | drivers-on-gpio.rst | 17 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line 20 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your 24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with 29 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from 33 - pwm-gpio: drivers/pwm/pwm-gpio.c is used to toggle a GPIO with a high 37 - extcon-gpio: drivers/extcon/extcon-gpio.c is used when you need to read an 41 - restart-gpio: drivers/power/reset/gpio-restart.c is used to restart/reboot 45 - poweroff-gpio: drivers/power/reset/gpio-poweroff.c is used to power the 50 - gpio-gate-clock: drivers/clk/clk-gpio.c is used to control a gated clock 53 - i2c-gpio: drivers/i2c/busses/i2c-gpio.c is used to drive an I2C bus [all …]
|
/linux/Documentation/arch/arm/ |
H A D | setup.rst | 6 structure, otherwise known as 'struct param_struct' which is used 9 This structure is used to pass initialisation parameters from the 30 This is now obsolete, and should not be used. 47 or VGA console character size. They should not be used for any other 56 is otherwise unused. (should not be used for other console types, and 57 should not be used for other purposes). 61 based machines. May be used differently by different architectures. 64 Default sound setting on Acorn machines. May be used differently by 68 Number of ADFS/MFM disks. May be used differently by different 72 These are now obsolete, and should not be used. [all …]
|
/linux/net/mac80211/tests/ |
H A D | tpe.c | 139 struct cfg80211_chan_def ap, used; member 149 .used.width = NL80211_CHAN_WIDTH_320, 150 .used.chan = &chan6g_1, 151 .used.center_freq1 = 6105, 164 .desc = "no changes, 320 MHz, 160 MHz used, n=0", 170 .used.width = NL80211_CHAN_WIDTH_160, 171 .used.chan = &chan6g_1, 172 .used.center_freq1 = 6025, 185 .desc = "320 MHz, HE is 80, used 160, all lower", 191 .used.width = NL80211_CHAN_WIDTH_160, [all …]
|
/linux/fs/ntfs3/ |
H A D | record.c | 201 u32 used = le32_to_cpu(rec->used); in mi_enum_attr() local 211 if (used > total) in mi_enum_attr() 214 if (off >= used || off < MFTRECORD_FIXUP_OFFSET_1 || in mi_enum_attr() 244 if (off + 8 > used) { in mi_enum_attr() 269 if (off + asize < off || off + asize > used) in mi_enum_attr() 273 if (off + 9 > used) in mi_enum_attr() 427 } else if (rno >= sbi->mft.used) { in mi_format_new() 479 u32 used = le32_to_cpu(rec->used); in mi_insert_attr() local 483 if (used + asize > sbi->record_size) in mi_insert_attr() 505 attr = Add2Ptr(rec, used - 8); in mi_insert_attr() [all …]
|
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A D | macsec_struct.h | 13 /*! This is used to store the 48 bit value used to compare SA, DA or 17 /*! This is used to store the 16 bit ethertype value used for 26 /*! 0: No compare, i.e. This entry is not used 52 /*! The 8 bit value used to compare with extracted value for byte 3. */ 54 /*! The 8 bit value used to compare with extracted value for byte 2. */ 56 /*! The 8 bit value used to compare with extracted value for byte 1. */ 58 /*! The 8 bit value used to compare with extracted value for byte 0. */ 60 /*! The 8 bit TCI field used to compare with extracted value. */ 64 /*! The 16 bit Ethertype (in the clear) field used to compare with 76 /*! The 48 bit MAC_SA field used to compare with extracted value. */ [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-spear-pcie-gadget | 7 Interface is used to configure selected dual mode PCIe controller 10 This interfaces can be used to show spear's PCIe device capability. 20 link used to enable ltssm and read its status. 21 int_type used to configure and read type of supported interrupt 22 no_of_msi used to configure number of MSI vector needed and 26 vendor_id used to write and read vendor id (hex) 27 device_id used to write and read device id (hex) 28 bar0_size used to write and read bar0_size 29 bar0_address used to write and read bar0 mapped area in hex. 30 bar0_rw_offset used to write and read offset of bar0 where bar0_data [all …]
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_queue.h | 24 * by user so a local copy is used and a shared copy is 40 * Used by rxe internals only. 43 * Used by rxe internals only. 46 * Used by kernel verbs APIs only on 50 * Used by kernel verbs APIs only on 107 /* used by rxe, client owns the index */ in queue_get_producer() 111 /* used by rxe which owns the index */ in queue_get_producer() 115 /* used by ulp which owns the index */ in queue_get_producer() 119 /* used by ulp, rxe owns the index */ in queue_get_producer() 134 /* used by rxe which owns the index */ in queue_get_consumer() [all …]
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-zoned.rst | 26 instance is at most 4.5 MB and as little as 5 zones will be used 39 Conventional zones are used for caching as well as for storing internal 48 1) Metadata zones: these are conventional zones used to store metadata. 52 sequential zones used exclusively to store user data. The conventional 53 zones of the device may be used also for buffering user random writes. 60 device being used. This allows reducing the amount of metadata needed to 69 2) Following the super block, a set of blocks is used to describe the 75 zone used to buffer random modification to the data zone. 77 3) A set of blocks used to store bitmaps indicating the validity of 106 be exhausted (all used to map chunks or buffer sequential zones) and [all …]
|
/linux/include/uapi/asm-generic/ |
H A D | signal-defs.h | 13 * SA_ONSTACK indicates that a registered stack_t will be used. 38 /* 0x00000008 used on alpha, mips, parisc */ 39 /* 0x00000010 used on alpha, parisc */ 40 /* 0x00000020 used on alpha, parisc, sparc */ 41 /* 0x00000040 used on alpha, parisc */ 42 /* 0x00000080 used on parisc */ 43 /* 0x00000100 used on sparc */ 44 /* 0x00000200 used on sparc */ 47 /* 0x00010000 used on mips */ 48 /* 0x00800000 used for internal SA_IMMUTABLE */ [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | mxl692_defs.h | 186 /* Enum of demodulator types. Used for selection of demodulator 195 /* Enum of power modes. Used for initial 203 /* Enum of GPIOs, used in device GPIO APIs */ 214 /* Enum of GPIO directions, used in GPIO direction configuration API */ 220 /* Enum of GPIO level, used in device GPIO APIs */ 226 /* Enum of I/O Mux function, used in device I/O mux configuration API */ 232 /* Enum of MPEG Data format, used in MPEG and OOB output configuration */ 241 /* Enum of MPEG Clock format, used in MPEG and OOB output configuration */ 253 /* Enum of MPEG Clock speeds, used in MPEG output configuration */ 261 /* Enum of Interrupt mask bit, used in host interrupt configuration */ [all …]
|
/linux/include/linux/ |
H A D | ccp.h | 149 * @key: key to be used for this AES operation 151 * @iv: IV to be used for this AES operation 153 * @src: data to be used for this operation 155 * @src_len: length in bytes of data used for this operation 157 * @cmac_key: K1/K2 key used in final CMAC operation 166 * The iv variable is used as both input and output. On completion of the 216 * @key: key to be used for this XTS AES operation 218 * @iv: IV to be used for this XTS AES operation 220 * @src: data to be used for this operation 222 * @src_len: length in bytes of data used for this operation [all …]
|