Searched refs:desc (Results 176 - 200 of 202) sorted by relevance

123456789

/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-ubnt-xm.c70 .desc = "reset",
309 .desc = "reset",
596 .desc = "reset",
658 .desc = "reset",
H A Dmach-ubnt-unifiac.c69 .desc = "reset",
H A Dmach-ubnt.c79 .desc = "sw4",
H A Dmach-wpj342.c93 .desc = "reset",
H A Dmach-wpj558.c86 .desc = "reset",
H A Dmach-wpj344.c86 .desc = "reset",
H A Dmach-om2p.c84 .desc = "reset",
H A Dmach-om5pacv2.c78 .desc = "reset",
H A Dmach-om5p.c79 .desc = "reset",
H A Dmach-rb922.c94 .desc = "Reset button",
H A Dmach-rbsxtlite.c117 .desc = "Reset button",
H A Dmach-mr18.c70 .desc = "reset",
H A Dmach-rb4xx.c82 .desc = "reset_switch",
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxhcd.c1055 "endpoint=%d\n", _sysep->desc.bEndpointAddress,
1056 ifxhcd_ep_addr_to_endpoint(_sysep->desc.bEndpointAddress));
1175 struct usb_hub_descriptor *desc; local
1282 desc = (struct usb_hub_descriptor *)_buf;
1283 desc->bDescLength = 9;
1284 desc->bDescriptorType = 0x29;
1285 desc->bNbrPorts = 1;
1286 desc->wHubCharacteristics = 0x08;
1287 desc->bPwrOn2PwrGood = 1;
1288 desc
[all...]
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh328 local desc="${4:-$1}"
342 echo "${name}:x:${uid}:${gid}:${desc}:${home}:${shell}" >> ${IPKG_INSTROOT}/etc/passwd
/openwrt/scripts/
H A Dmetadata.pm76 /^Target-Description:/ and $target->{desc} = get_multiline(*FILE);
94 /^Target-Profile-Description:\s*(.*)\s*/ and $profile->{desc} = get_multiline(*FILE);
H A Dmetadata.pl175 my $help = $target->{desc};
299 my $help = $profile->{desc};
/openwrt/tools/firmware-utils/src/
H A Dmkzynfw.c92 char *desc; /* description */ member in struct:board_info
129 .name = (n), .desc=(d), \
149 .name = (n), .desc=(d), \
183 .desc = "ZyXEL P-2602HW-D1A",
216 .desc = "O2 DSL Surf & Phone",
288 board->name, board->desc);
/openwrt/package/boot/rbcfg/src/
H A Dmain.c44 const char *desc; member in struct:rbcfg_value
79 .desc = (_desc), \
741 fprintf(stderr, "\t%-12s %s\n", v->name, v->desc);
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c406 button->desc = of_get_property(pp, "label", NULL);
505 button->desc ? button->desc : DRV_NAME);
/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_adsl.c614 volatile struct rx_descriptor *desc; local
618 desc = &g_ptm_priv_data.itf[ndev].rx_desc[g_ptm_priv_data.itf[ndev].rx_desc_pos];
619 if ( desc->own || !desc->c ) // if PP32 hold descriptor or descriptor not completed
624 reg_desc = *desc;
660 *desc = reg_desc;
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c1204 static void gpio_irq_handler(unsigned irq, struct irq_desc *desc) argument
1206 static void gpio_irq_handler(struct irq_desc *desc)
1209 struct irq_chip *chip = irq_desc_get_chip(desc);
1210 struct irq_data *idata = irq_desc_get_irq_data(desc);
1216 chained_irq_enter(chip, desc);
1230 chained_irq_exit(chip, desc);
/openwrt/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx.h202 static inline int ag71xx_desc_empty(struct ag71xx_desc *desc) argument
204 return (desc->ctrl & DESC_EMPTY) != 0;
/openwrt/target/linux/gemini/files/arch/arm/mach-gemini/
H A Dpci.c265 static void gemini_pci_irq_handler(struct irq_desc *desc) argument
/openwrt/target/linux/adm5120/files-3.18/drivers/usb/host/
H A Dadm5120-q.c307 info |= (ep->desc.bEndpointAddress & ~USB_DIR_IN) << ED_EN_SHIFT;
308 info |= le16_to_cpu(ep->desc.wMaxPacketSize) << ED_MPS_SHIFT;

Completed in 221 milliseconds

123456789