Home
last modified time | relevance | path

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

/drivers/media/pci/mgb4/
A Dmgb4_core.c270 struct resource i2c_resources[] = { in init_i2c() local
296 i2c_resources[0].parent = &pdev->resource[MGB4_MGB4_BAR_ID]; in init_i2c()
297 i2c_resources[0].start += mapbase; in init_i2c()
298 i2c_resources[0].end += mapbase; in init_i2c()
299 i2c_resources[1].start = irq; in init_i2c()
300 i2c_resources[1].end = irq; in init_i2c()
321 id, i2c_resources, in init_i2c()
322 ARRAY_SIZE(i2c_resources), in init_i2c()

Completed in 4 milliseconds