Home
last modified time | relevance | path

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

/drivers/staging/octeon/
Dethernet.c608 struct device_node *ni, *np; in cvm_oct_node_for_port() local
610 ni = cvm_oct_of_get_child(pip, interface); in cvm_oct_node_for_port()
611 if (!ni) in cvm_oct_node_for_port()
614 np = cvm_oct_of_get_child(ni, port); in cvm_oct_node_for_port()
615 of_node_put(ni); in cvm_oct_node_for_port()
/drivers/media/pci/ngene/
Dngene-core.c1471 struct ngene_info *ni = dev->card_info; in init_channel() local
1472 int io = ni->io_type[nr]; in init_channel()
1481 if (ni->demod_attach[nr]) { in init_channel()
1482 ret = ni->demod_attach[nr](chan); in init_channel()
1486 if (chan->fe && ni->tuner_attach[nr]) { in init_channel()
1487 ret = ni->tuner_attach[nr](chan); in init_channel()
/drivers/gpu/drm/radeon/
DMakefile77 evergreen_hdmi.o radeon_trace_points.o ni.o cayman_blit_shaders.o \
/drivers/media/tuners/
Dr820t.c555 u8 ni, si, nint, vco_fine_tune, val; in r820t_set_pll() local
645 ni = (nint - 13) / 4; in r820t_set_pll()
646 si = nint - 4 * ni - 13; in r820t_set_pll()
648 rc = r820t_write_reg(priv, 0x14, ni + (si << 6)); in r820t_set_pll()
/drivers/net/bonding/
Dbond_main.c1298 static int bond_netpoll_setup(struct net_device *dev, struct netpoll_info *ni, gfp_t gfp) in bond_netpoll_setup() argument