Home
last modified time | relevance | path

Searched refs:signal2 (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dcontext.c130 if (ctx->signal2) in spu_unmap_mappings()
131 unmap_mapping_range(ctx->signal2, 0, SPUFS_SIGNAL_MAP_SIZE, 1); in spu_unmap_mappings()
Dspufs.h75 struct address_space *signal2; /* 'signal2' area mappings. */ member
Dfile.c1069 ctx->signal2 = inode->i_mapping; in spufs_signal2_open()
1082 ctx->signal2 = NULL; in spufs_signal2_release()
/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_vin.h26 u32 signal2; member
Dmgb4_vin.c147 u32 signal2 = mgb4_read_reg(video, regs->signal2); in get_timings() local
165 timings->bt.vsync = (signal2 & 0x00FF0000) >> 16; in get_timings()
168 timings->bt.vbackporch = (signal2 & 0x0000FF00) >> 8; in get_timings()
169 timings->bt.vfrontporch = signal2 & 0x000000FF; in get_timings()
881 vindev->regs[7].offset = vindev->config->regs.signal2; in debugfs_init()
Dmgb4_sysfs_in.c347 vindev->config->regs.signal2); in vsync_width_show()
380 vindev->config->regs.signal2); in vback_porch_show()
391 vindev->config->regs.signal2); in vfront_porch_show()
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-moxa-uc-8410a.dts103 wifi-signal2 {
/linux-6.12.1/Documentation/filesystems/spufs/
Dspufs.rst209 /signal1, /signal2
236 These two files change the behavior of the signal1 and signal2 notifi-