/kernel/linux/linux-5.10/init/ |
H A D | do_mounts.c | 80 struct hd_struct *part = dev_to_part(dev); in match_dev_by_uuid() local 82 if (!part->info) in match_dev_by_uuid() 85 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len)) in match_dev_by_uuid() 113 struct hd_struct *part; in devt_from_partuuid() local 153 part = disk_get_part(disk, dev_to_part(dev)->partno + offset); in devt_from_partuuid() 154 if (part) { in devt_from_partuuid() 155 res = part_devt(part); in devt_from_partuuid() 156 put_device(part_to_dev(part)); in devt_from_partuuid() 182 struct hd_struct *part = dev_to_part(dev); in match_dev_by_label() local 184 if (part in match_dev_by_label() 227 int part; name_to_dev_t() local [all...] |
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpih-mul.c | 6 * This file is part of GnuPG. 139 * Put result in upper part of PROD and pass low part of TSPACE in mul_n() 162 /* Read temporary operands from low part of PROD. in mul_n() 163 * Put result in low part of TSPACE using upper part of TSPACE in mul_n() 186 * Read temporary operands from low part of PROD. in mul_n() 187 * Put result in low part of TSPACE using upper part of TSPACE in mul_n() 273 * Put result in upper part o in mpih_sqr_n() [all...] |
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | sram.h | 40 struct sram_partition *part); 41 int sram_add_protect_exec(struct sram_partition *part); 45 struct sram_partition *part) in sram_check_protect_exec() 50 static inline int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() argument 43 sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, struct sram_partition *part) sram_check_protect_exec() argument
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | sram.h | 48 struct sram_partition *part); 49 int sram_add_protect_exec(struct sram_partition *part); 53 struct sram_partition *part) in sram_check_protect_exec() 58 static inline int sram_add_protect_exec(struct sram_partition *part) in sram_add_protect_exec() argument 51 sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, struct sram_partition *part) sram_check_protect_exec() argument
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | amiga.c | 46 int part, res = 0; in amiga_partition() local 94 for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) { in amiga_partition() 98 bdevname(state->bdev, b), blk, part); in amiga_partition() 145 bdevname(state->bdev, b), part); in amiga_partition() 166 bdevname(state->bdev, b), part, in amiga_partition() 172 bdevname(state->bdev, b), part, in amiga_partition()
|
H A D | acorn.c | 65 struct riscix_part part[8]; member 86 int part; in riscix_partition() local 91 for (part = 0; part < 8; part++) { in riscix_partition() 92 if (rr->part[part].one && in riscix_partition() 93 memcmp(rr->part[part].name, "All\0", 4)) { in riscix_partition() 95 le32_to_cpu(rr->part[par in riscix_partition() [all...] |
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
H A D | rcar-gen2-phy.txt | 7 - compatible: "renesas,usb-phy-r8a7742" if the device is a part of R8A7742 SoC. 8 "renesas,usb-phy-r8a7743" if the device is a part of R8A7743 SoC. 9 "renesas,usb-phy-r8a7744" if the device is a part of R8A7744 SoC. 10 "renesas,usb-phy-r8a7745" if the device is a part of R8A7745 SoC. 11 "renesas,usb-phy-r8a77470" if the device is a part of R8A77470 SoC. 12 "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC. 13 "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC. 14 "renesas,usb-phy-r8a7794" if the device is a part of R8A7794 SoC.
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | ofpart.c | 163 } *part; in parse_ofoldpart_partitions() local 171 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions() 172 if (!part) in parse_ofoldpart_partitions() 177 nr_parts = plen / sizeof(part[0]); in parse_ofoldpart_partitions() 186 parts[i].offset = be32_to_cpu(part->offset); in parse_ofoldpart_partitions() 187 parts[i].size = be32_to_cpu(part->len) & ~1; in parse_ofoldpart_partitions() 189 if (be32_to_cpu(part->len) & 1) in parse_ofoldpart_partitions() 202 part++; in parse_ofoldpart_partitions()
|
/kernel/linux/linux-6.6/Documentation/process/ |
H A D | contribution-maturity-model.rst | 11 As a part of the 2021 Linux Kernel Maintainers’ Summit, there was a 15 part of the Linux Kernel community need to allow engineers to be 16 maintainers as part of their job, so they can grow into becoming 48 kernel, either as part of their job responsibilities or on their own 55 part of their job responsibilities. 57 conferences as a part of their job. 65 authored by engineers from other companies) as part of their job 69 ACM, etc.), are considered part of an engineer’s work.
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.h | 32 compat_uptr_t odd_real; /** real part of the odd statistics*/ 33 compat_uptr_t odd_imag; /** imaginary part of the odd statistics*/ 34 compat_uptr_t even_real;/** real part of the even statistics*/ 35 compat_uptr_t even_imag;/** imaginary part of the even statistics*/ 39 compat_uptr_t odd_real; /** real part of the odd coefficients*/ 40 compat_uptr_t odd_imag; /** imaginary part of the odd coefficients*/ 41 compat_uptr_t even_real;/** real part of the even coefficients*/ 42 compat_uptr_t even_imag;/** imaginary part of the even coefficients*/
|
H A D | system_local.c | 139 /* IBUF_CTRL, part of the Input System 2401 */ 146 /* ISYS IRQ Controllers, part of the Input System 2401 */ 153 /* CSI FE, part of the Input System 2401 */ 160 /* CSI BE, part of the Input System 2401 */ 167 /* PIXEL Generator, part of the Input System 2401 */ 174 /* Stream2MMIO, part of the Input System 2401 */
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | amiga.c | 46 int part, res = 0; in amiga_partition() local 93 for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) { in amiga_partition() 97 state->disk->disk_name, blk, part); in amiga_partition() 144 state->disk->disk_name, part); in amiga_partition() 165 state->disk->disk_name, part, in amiga_partition() 171 state->disk->disk_name, part, in amiga_partition()
|
H A D | acorn.c | 65 struct riscix_part part[8]; member 86 int part; in riscix_partition() local 91 for (part = 0; part < 8; part++) { in riscix_partition() 92 if (rr->part[part].one && in riscix_partition() 93 memcmp(rr->part[part].name, "All\0", 4)) { in riscix_partition() 95 le32_to_cpu(rr->part[par in riscix_partition() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | system_local.c | 139 /* IBUF_CTRL, part of the Input System 2401 */ 146 /* ISYS IRQ Controllers, part of the Input System 2401 */ 153 /* CSI FE, part of the Input System 2401 */ 160 /* CSI BE, part of the Input System 2401 */ 167 /* PIXEL Generator, part of the Input System 2401 */ 174 /* Stream2MMIO, part of the Input System 2401 */
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
H A D | intro.rst | 25 1. The :ref:`first part <v4l2spec>` covers radio, video capture and output, 28 2. The :ref:`second part <dvbapi>` covers the API used for digital TV and 35 3. The :ref:`third part <remote_controllers>` covers the Remote Controller API. 37 4. The :ref:`fourth part <media_controller>` covers the Media Controller API. 39 5. The :ref:`fifth part <cec>` covers the CEC (Consumer Electronics Control) API.
|
/kernel/linux/linux-5.10/Documentation/misc-devices/ |
H A D | ad525x_dpot.rst | 11 the specific part in use. 17 many depends on the actual part you have, as will the range of allowed values. 24 and may vary greatly on a part-by-part basis. For exact interpretation of 25 this field, please consult the datasheet for your part. This is presented
|
/kernel/linux/linux-6.6/Documentation/misc-devices/ |
H A D | ad525x_dpot.rst | 11 the specific part in use. 17 many depends on the actual part you have, as will the range of allowed values. 24 and may vary greatly on a part-by-part basis. For exact interpretation of 25 this field, please consult the datasheet for your part. This is presented
|
/kernel/linux/linux-6.6/Documentation/userspace-api/media/ |
H A D | intro.rst | 25 1. The :ref:`first part <v4l2spec>` covers radio, video capture and output, 28 2. The :ref:`second part <dvbapi>` covers the API used for digital TV and 35 3. The :ref:`third part <remote_controllers>` covers the Remote Controller API. 37 4. The :ref:`fourth part <media_controller>` covers the Media Controller API. 39 5. The :ref:`fifth part <cec>` covers the CEC (Consumer Electronics Control) API.
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cordic.h | 33 * @i: real part of coordinate (in phase). 34 * @q: imaginary part of coordinate (quadrature). 49 * imaginary (q) part. The real part is essentially the cosine of the 50 * angle and the imaginary part is the sine of the angle. The returned
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cordic.h | 33 * @i: real part of coordinate (in phase). 34 * @q: imaginary part of coordinate (quadrature). 49 * imaginary (q) part. The real part is essentially the cosine of the 50 * angle and the imaginary part is the sine of the angle. The returned
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | qcom,smem-part.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/qcom,smem-part.yaml# 22 const: qcom,smem-part 37 compatible = "qcom,smem-part"; 45 compatible = "qcom,smem-part";
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | Kconfig | 17 Support the AHB Audio interface which is part of the Synopsys 27 Support the I2S Audio interface which is part of the Synopsys 37 Support the GP Audio interface which is part of the Synopsys 46 Support the CE interface which is part of the Synopsys
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | fixpt31_32.c | 79 /* determine integer part */ in dc_fixpt_from_fraction() 86 /* determine fractional part */ in dc_fixpt_from_fraction() 411 * specified integer format that will consist of integer_bits integer part and 412 * fractional_bits fractional part. For example it is used in 413 * dc_fixpt_u2d19 to receive 2 bits integer part and 19 bits fractional 414 * part in 32 bits. It is used in hw programming (scaler) 422 /* 1. create mask of integer part */ in ux_dy() 424 /* 2. mask out fractional part */ in ux_dy() 426 /* 3. shrink fixed point integer part to be of integer_bits width*/ in ux_dy() 428 /* 4. make space for fractional part t in ux_dy() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | fixpt31_32.c | 83 /* determine integer part */ in dc_fixpt_from_fraction() 90 /* determine fractional part */ in dc_fixpt_from_fraction() 415 * specified integer format that will consist of integer_bits integer part and 416 * fractional_bits fractional part. For example it is used in 417 * dc_fixpt_u2d19 to receive 2 bits integer part and 19 bits fractional 418 * part in 32 bits. It is used in hw programming (scaler) 426 /* 1. create mask of integer part */ in ux_dy() 428 /* 2. mask out fractional part */ in ux_dy() 430 /* 3. shrink fixed point integer part to be of integer_bits width*/ in ux_dy() 432 /* 4. make space for fractional part t in ux_dy() [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | options.c | 37 { opt_part, "part=%u" }, 59 opts->part = -1; in hfsplus_fill_defaults() 161 if (match_int(&args[0], &sbi->part)) { in hfsplus_parse_options() 162 pr_err("part requires an argument\n"); in hfsplus_parse_options() 232 if (sbi->part >= 0) in hfsplus_show_options() 233 seq_printf(seq, ",part=%u", sbi->part); in hfsplus_show_options()
|