Searched refs:soft_reset (Results 1 - 25 of 165) sorted by path

1234567

/linux-master/arch/mips/kernel/
H A Dbmips_vec.S91 beqz k0, soft_reset
130 soft_reset: label
/linux-master/drivers/media/tuners/
H A Dtda8290.c169 static unsigned char soft_reset[] = { 0x00, 0x00 }; local
197 tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2);
827 static unsigned char soft_reset[] = { 0x00, 0x00 }; local
839 soft_reset, 1, buf, PROBE_BUFFER_SIZE);
855 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2);
859 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2);
/linux-master/drivers/misc/
H A Dcs5535-mfgpt.c263 static void soft_reset(void) function
299 soft_reset();
/linux-master/arch/powerpc/include/asm/
H A Dmpc52xx.h220 u8 soft_reset; /* CDM + 0x20 u8 byte0 */ member in struct:mpc52xx_cdm
/linux-master/drivers/accel/habanalabs/common/
H A Dsysfs.c432 static DEVICE_ATTR_WO(soft_reset);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c637 .soft_reset = acp_soft_reset,
H A Damdgpu_device.c4834 * soft_reset callbacks are run if the block is hung. soft_reset handles any
4847 adev->ip_blocks[i].version->funcs->soft_reset) {
4848 r = adev->ip_blocks[i].version->funcs->soft_reset(adev);
H A Damdgpu_psp.c3932 .soft_reset = NULL,
H A Damdgpu_vkms.c658 .soft_reset = amdgpu_vkms_soft_reset,
H A Damdgpu_vpe.c910 .soft_reset = NULL,
H A Dcik.c2210 .soft_reset = cik_common_soft_reset,
H A Dcik_ih.c435 .soft_reset = cik_ih_soft_reset,
H A Dcik_sdma.c1228 .soft_reset = cik_sdma_soft_reset,
H A Dcz_ih.c433 .soft_reset = cz_ih_soft_reset,
H A Ddce_v10_0.c3333 .soft_reset = dce_v10_0_soft_reset,
H A Ddce_v11_0.c3464 .soft_reset = dce_v11_0_soft_reset,
H A Ddce_v6_0.c3154 .soft_reset = dce_v6_0_soft_reset,
H A Ddce_v8_0.c3242 .soft_reset = dce_v8_0_soft_reset,
H A Dgfx_v10_0.c9169 .soft_reset = gfx_v10_0_soft_reset,
H A Dgfx_v11_0.c6171 .soft_reset = gfx_v11_0_soft_reset,
H A Dgfx_v6_0.c3457 .soft_reset = gfx_v6_0_soft_reset,
H A Dgfx_v7_0.c4977 .soft_reset = gfx_v7_0_soft_reset,
H A Dgfx_v8_0.c6876 .soft_reset = gfx_v8_0_soft_reset,
H A Dgfx_v9_0.c6855 .soft_reset = gfx_v9_0_soft_reset,
H A Dgfx_v9_4_3.c4009 .soft_reset = gfx_v9_4_3_soft_reset,

Completed in 470 milliseconds

1234567