| /kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
| D | Makefile | 2 img-ir-y := img-ir-core.o 3 img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o 4 img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o 5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o 6 img-ir-$(CONFIG_IR_IMG_JVC) += img-ir-jvc.o 7 img-ir-$(CONFIG_IR_IMG_SONY) += img-ir-sony.o 8 img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o 9 img-ir-$(CONFIG_IR_IMG_SANYO) += img-ir-sanyo.o 10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o 11 img-ir-$(CONFIG_IR_IMG_RC6) += img-ir-rc6.o [all …]
|
| /kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
| D | Makefile | 2 img-ir-y := img-ir-core.o 3 img-ir-$(CONFIG_IR_IMG_RAW) += img-ir-raw.o 4 img-ir-$(CONFIG_IR_IMG_HW) += img-ir-hw.o 5 img-ir-$(CONFIG_IR_IMG_NEC) += img-ir-nec.o 6 img-ir-$(CONFIG_IR_IMG_JVC) += img-ir-jvc.o 7 img-ir-$(CONFIG_IR_IMG_SONY) += img-ir-sony.o 8 img-ir-$(CONFIG_IR_IMG_SHARP) += img-ir-sharp.o 9 img-ir-$(CONFIG_IR_IMG_SANYO) += img-ir-sanyo.o 10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o 11 img-ir-$(CONFIG_IR_IMG_RC6) += img-ir-rc6.o [all …]
|
| /kernel/linux/linux-5.10/drivers/input/rmi4/ |
| D | rmi_f34v7.c | 578 block_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_check_ui_firmware_size() 595 block_count = f34->v7.img.ui_config.size / f34->v7.block_size; in rmi_f34v7_check_ui_config_size() 610 block_count = f34->v7.img.dp_config.size / f34->v7.block_size; in rmi_f34v7_check_dp_config_size() 625 block_count = f34->v7.img.guest_code.size / f34->v7.block_size; in rmi_f34v7_check_guest_code_size() 640 block_count = f34->v7.img.bl_config.size / f34->v7.block_size; in rmi_f34v7_check_bl_config_size() 898 f34->v7.config_data = f34->v7.img.ui_config.data; in rmi_f34v7_write_ui_config() 899 f34->v7.config_size = f34->v7.img.ui_config.size; in rmi_f34v7_write_ui_config() 908 f34->v7.config_data = f34->v7.img.dp_config.data; in rmi_f34v7_write_dp_config() 909 f34->v7.config_size = f34->v7.img.dp_config.size; in rmi_f34v7_write_dp_config() 917 return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.guest_code.data, in rmi_f34v7_write_guest_code() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/rmi4/ |
| D | rmi_f34v7.c | 593 block_count = f34->v7.img.bl_config.size / f34->v7.block_size; in rmi_f34v7_check_bl_config_size() 781 f34->v7.config_data = f34->v7.img.ui_config.data; in rmi_f34v7_write_ui_config() 782 f34->v7.config_size = f34->v7.img.ui_config.size; in rmi_f34v7_write_ui_config() 791 f34->v7.config_data = f34->v7.img.dp_config.data; in rmi_f34v7_write_dp_config() 792 f34->v7.config_size = f34->v7.img.dp_config.size; in rmi_f34v7_write_dp_config() 800 return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.guest_code.data, in rmi_f34v7_write_guest_code() 801 f34->v7.img.guest_code.size / in rmi_f34v7_write_guest_code() 811 f34->v7.config_data = f34->v7.img.fl_config.data; in rmi_f34v7_write_flash_config() 812 f34->v7.config_size = f34->v7.img.fl_config.size; in rmi_f34v7_write_flash_config() 858 f34->v7.config_size = f34->v7.img.bl_config.size; in rmi_f34v7_write_partition_table() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/boot/dts/img/ |
| D | pistachio.dtsi | 14 compatible = "img,pistachio"; 45 compatible = "img,scb-i2c"; 63 compatible = "img,scb-i2c"; 81 compatible = "img,scb-i2c"; 99 compatible = "img,scb-i2c"; 117 compatible = "img,i2s-in"; 124 img,i2s-channels = <6>; 133 compatible = "img,i2s-out"; 143 img,i2s-channels = <6>; 153 compatible = "img,parallel-out"; [all …]
|
| /kernel/linux/linux-6.6/arch/mips/boot/dts/img/ |
| D | pistachio.dtsi | 14 compatible = "img,pistachio"; 45 compatible = "img,scb-i2c"; 63 compatible = "img,scb-i2c"; 81 compatible = "img,scb-i2c"; 99 compatible = "img,scb-i2c"; 117 compatible = "img,i2s-in"; 124 img,i2s-channels = <6>; 133 compatible = "img,i2s-out"; 143 img,i2s-channels = <6>; 153 compatible = "img,parallel-out"; [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/parsers/ |
| D | redboot.c | 32 struct fis_image_desc *img; member 39 static inline int redboot_checksum(struct fis_image_desc *img) in redboot_checksum() argument 212 new_fl->img = &buf[i]; in parse_redboot_partitions() 222 while (*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions() 230 if (fl->img->flash_base) { in parse_redboot_partitions() 236 …if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_ba… in parse_redboot_partitions() 259 if (fl->img->flash_base) { in parse_redboot_partitions() 261 parts[0].size = fl->img->flash_base; in parse_redboot_partitions() 267 parts[i].size = fl->img->size; in parse_redboot_partitions() 268 parts[i].offset = fl->img->flash_base; in parse_redboot_partitions() [all …]
|
| /kernel/linux/linux-5.10/drivers/mtd/parsers/ |
| D | redboot.c | 32 struct fis_image_desc *img; member 39 static inline int redboot_checksum(struct fis_image_desc *img) in redboot_checksum() argument 213 new_fl->img = &buf[i]; in parse_redboot_partitions() 223 while(*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions() 231 if (fl->img->flash_base) { in parse_redboot_partitions() 237 …if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_ba… in parse_redboot_partitions() 261 if (fl->img->flash_base) { in parse_redboot_partitions() 263 parts[0].size = fl->img->flash_base; in parse_redboot_partitions() 269 parts[i].size = fl->img->size; in parse_redboot_partitions() 270 parts[i].offset = fl->img->flash_base; in parse_redboot_partitions() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | pistachio-usb-phy.txt | 1 IMG Pistachio USB PHY 6 - compatible: Must be "img,pistachio-usb-phy". 11 - img,cr-top: Must constain a phandle to the CR_TOP syscon node. 12 - img,refclk: Indicates the reference clock source for the USB PHY. 22 compatible = "img,pistachio-usb-phy"; 26 img,refclk = <REFCLK_CLK_CORE>; 27 img,cr-top = <&cr_top>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | pistachio-usb-phy.txt | 1 IMG Pistachio USB PHY 6 - compatible: Must be "img,pistachio-usb-phy". 11 - img,cr-top: Must contain a phandle to the CR_TOP syscon node. 12 - img,refclk: Indicates the reference clock source for the USB PHY. 22 compatible = "img,pistachio-usb-phy"; 26 img,refclk = <REFCLK_CLK_CORE>; 27 img,cr-top = <&cr_top>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC) 4 - compatible: Must be "img,pistachio-mdc-dma". 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 29 compatible = "img,pistachio-mdc-dma"; 46 img,max-burst-multiplier = <16>; 47 img,cr-periph = <&cr_periph>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ |
| D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC) 4 - compatible: Must be "img,pistachio-mdc-dma". 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 29 compatible = "img,pistachio-mdc-dma"; 46 img,max-burst-multiplier = <16>; 47 img,cr-periph = <&cr_periph>;
|
| /kernel/linux/linux-5.10/sound/soc/img/ |
| D | Makefile | 2 obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o 3 obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o 4 obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o 5 obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o 6 obj-$(CONFIG_SND_SOC_IMG_SPDIF_OUT) += img-spdif-out.o
|
| /kernel/linux/linux-6.6/sound/soc/img/ |
| D | Makefile | 2 obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o 3 obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o 4 obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o 5 obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o 6 obj-$(CONFIG_SND_SOC_IMG_SPDIF_OUT) += img-spdif-out.o
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| D | gm200.c | 44 gm200_flcn_pio_dmem_rd(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len) in gm200_flcn_pio_dmem_rd() argument 47 *(u32 *)img = nvkm_falcon_rd32(falcon, 0x1c4 + (port * 8)); in gm200_flcn_pio_dmem_rd() 48 img += 4; in gm200_flcn_pio_dmem_rd() 57 *(u8 *)img++ = data & 0xff; in gm200_flcn_pio_dmem_rd() 70 gm200_flcn_pio_dmem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gm200_flcn_pio_dmem_wr() argument 73 nvkm_falcon_wr32(falcon, 0x1c4 + (port * 8), *(u32 *)img); in gm200_flcn_pio_dmem_wr() 74 img += 4; in gm200_flcn_pio_dmem_wr() 104 gm200_flcn_pio_imem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gm200_flcn_pio_imem_wr() argument 108 nvkm_falcon_wr32(falcon, 0x184 + (port * 0x10), *(u32 *)img); in gm200_flcn_pio_imem_wr() 109 img += 4; in gm200_flcn_pio_imem_wr() [all …]
|
| D | gp102.c | 25 gp102_flcn_pio_emem_rd(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len) in gp102_flcn_pio_emem_rd() argument 28 *(u32 *)img = nvkm_falcon_rd32(falcon, 0xac4 + (port * 8)); in gp102_flcn_pio_emem_rd() 29 img += 4; in gp102_flcn_pio_emem_rd() 41 gp102_flcn_pio_emem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gp102_flcn_pio_emem_wr() argument 44 nvkm_falcon_wr32(falcon, 0xac4 + (port * 8), *(u32 *)img); in gp102_flcn_pio_emem_wr() 45 img += 4; in gp102_flcn_pio_emem_wr()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
| D | firmware.c | 181 if (!fw->img) in nvkm_firmware_dtor() 186 kfree(fw->img); in nvkm_firmware_dtor() 191 fw->img, fw->phys, DMA_TO_DEVICE); in nvkm_firmware_dtor() 198 fw->img = NULL; in nvkm_firmware_dtor() 212 fw->img = kmemdup(src, fw->len, GFP_KERNEL); in nvkm_firmware_ctor() 218 fw->img = dma_alloc_noncoherent(fw->device->dev, in nvkm_firmware_ctor() 222 if (fw->img) { in nvkm_firmware_ctor() 223 memcpy(fw->img, src, fw->len); in nvkm_firmware_ctor() 227 sg_init_one(&fw->mem.sgl, fw->img, len); in nvkm_firmware_ctor() 237 if (!fw->img) in nvkm_firmware_ctor()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | pistachio-clock.txt | 24 - compatible: Must be "img,pistachio-clk". 35 compatible = "img,pistachio-clk"; 52 - compatible: Must be "img,pistachio-periph-clk". 63 compatible = "img,pistachio-clk-periph"; 80 - compatible: Must include "img,pistachio-periph-cr" and "syscon". 91 compatible = "img,pistachio-cr-periph", "syscon"; 106 - compatible: Must include "img,pistachio-cr-top" and "syscon". 117 compatible = "img,pistachio-cr-top", "syscon";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | pistachio-clock.txt | 24 - compatible: Must be "img,pistachio-clk". 35 compatible = "img,pistachio-clk"; 52 - compatible: Must be "img,pistachio-periph-clk". 63 compatible = "img,pistachio-clk-periph"; 80 - compatible: Must include "img,pistachio-periph-cr" and "syscon". 91 compatible = "img,pistachio-cr-periph", "syscon"; 106 - compatible: Must include "img,pistachio-cr-top" and "syscon". 117 compatible = "img,pistachio-cr-top", "syscon";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | img,pistachio-internal-dac.txt | 5 - compatible: "img,pistachio-internal-dac" 7 - img,cr-top : Must contain a phandle to the top level control syscon 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | img,pistachio-internal-dac.txt | 5 - compatible: "img,pistachio-internal-dac" 7 - img,cr-top : Must contain a phandle to the top level control syscon 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>;
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
| D | lsfw.c | 31 nvkm_blob_dtor(&lsfw->img); in nvkm_acr_lsfw_del() 105 ret = nvkm_firmware_load_blob(subdev, path, "image", ver, &lsfw->img); in nvkm_acr_lsfw_load_sig_image_desc_() 299 lsfw->img.size = lsfw->bootloader_size + lsfw->app_size; in nvkm_acr_lsfw_load_bl_inst_data_sig() 300 if (!(lsfw->img.data = kzalloc(lsfw->img.size, GFP_KERNEL))) { in nvkm_acr_lsfw_load_bl_inst_data_sig() 305 memcpy(lsfw->img.data, bldata, lsfw->bootloader_size); in nvkm_acr_lsfw_load_bl_inst_data_sig() 306 memcpy(lsfw->img.data + lsfw->app_start_offset + in nvkm_acr_lsfw_load_bl_inst_data_sig() 308 memcpy(lsfw->img.data + lsfw->app_start_offset + in nvkm_acr_lsfw_load_bl_inst_data_sig() 376 lsfw->img.size = lsfw->bootloader_size + lsfw->app_size; in nvkm_acr_lsfw_load_bl_sig_net() 377 if (!(lsfw->img.data = kzalloc(lsfw->img.size, GFP_KERNEL))) { in nvkm_acr_lsfw_load_bl_sig_net() 382 memcpy(lsfw->img.data, bldata, lsfw->bootloader_size); in nvkm_acr_lsfw_load_bl_sig_net() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
| D | img,pistachio-gptimer.txt | 4 - compatible: "img,pistachio-gptimer". 12 - img,cr-periph: Must contain a phandle to the peripheral control 17 compatible = "img,pistachio-gptimer"; 27 img,cr-periph = <&cr_periph>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/ |
| D | img,pistachio-gptimer.txt | 4 - compatible: "img,pistachio-gptimer". 12 - img,cr-periph: Must contain a phandle to the peripheral control 17 compatible = "img,pistachio-gptimer"; 27 img,cr-periph = <&cr_periph>;
|
| /kernel/linux/linux-5.10/drivers/clk/mediatek/ |
| D | Makefile | 7 obj-$(CONFIG_COMMON_CLK_MT6765_IMGSYS) += clk-mt6765-img.o 13 obj-$(CONFIG_COMMON_CLK_MT6779_IMGSYS) += clk-mt6779-img.o 21 obj-$(CONFIG_COMMON_CLK_MT6797_IMGSYS) += clk-mt6797-img.o 31 obj-$(CONFIG_COMMON_CLK_MT2701_IMGSYS) += clk-mt2701-img.o 36 obj-$(CONFIG_COMMON_CLK_MT2712_IMGSYS) += clk-mt2712-img.o 52 obj-$(CONFIG_COMMON_CLK_MT8167_IMGSYS) += clk-mt8167-img.o 61 obj-$(CONFIG_COMMON_CLK_MT8183_IMGSYS) += clk-mt8183-img.o
|