#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ ps://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/i2c/fault-codes?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/i2c/fault-codes
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-10-21 16:16:07 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-10-24 16:59:55 -0400
commite8d7515a983b5ccf6681db0ade3714e837581a97 (patch)
treefb2231296617e826595ca329771ff7da9eedbd65 /Documentation/i2c/fault-codes
parent8861a8209782faffedb6d64572fa968ee9c1c375 (diff)
drm/amdgpu: cancel reset work on fini
Cancel any pending reset work when we tear down the driver. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/i2c/fault-codes')