Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dnet.c293 struct fwnet_fragment_info *fi, *fi2, *new; in fwnet_frag_new() local
301 fi2 = list_entry(fi->fi_link.next, in fwnet_frag_new()
303 if (fi->offset + fi->len == fi2->offset) { in fwnet_frag_new()
305 fi->len += len + fi2->len; in fwnet_frag_new()
306 list_del(&fi2->fi_link); in fwnet_frag_new()
307 kfree(fi2); in fwnet_frag_new()
317 fi2 = list_entry(fi->fi_link.prev, in fwnet_frag_new()
319 if (fi2->offset + fi2->len == fi->offset) { in fwnet_frag_new()
321 fi2->len += fi->len + len; in fwnet_frag_new()
325 return fi2; in fwnet_frag_new()
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-wpcm450.dtsi327 fi2_pins: mux-fi2 {
328 groups = "fi2";
329 function = "fi2";
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c439 WPCM450_GRP(fi2), \
517 WPCM450_SFUNC(fi2);
584 WPCM450_MKFUNC(fi2),
700 WPCM450_PINCFG(66, fi2, MFSEL2, 2, none, NONE, 0),