Searched refs:old (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dfis.h11 int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
12 int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
H A Dfis.c93 fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
119 if (!strncmp((char *) desc->hdr.name, (char *) old[i].name, sizeof(desc->hdr.name))) {
140 fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new) argument
178 if (!strncmp((char *) desc->hdr.name, (char *) old[i].name, sizeof(desc->hdr.name))) {
H A Djffs2.h212 jint16_t old; member in union:jffs2_device_node
/netgear-R7800-V1.0.2.28/tools/lzma-old/
H A DMakefile9 PKG_NAME:=lzma-old
29 $(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
33 rm -f $(STAGING_DIR_HOST)/lib/liblzma-old.a
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Datomic.h182 * Acquire the atomic lock and exchange if current == old.
184 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
191 if (prev == old) {
304 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, unsigned long next, int size) argument
312 if (prev == old) {
319 if (prev == old) {
326 if (prev == old) {
/netgear-R7800-V1.0.2.28/package/qca-nss-gmac/src/ipq806x/
H A Dnss_gmac_ctrl.c1644 int old, new; local
1652 old = qca_mii_read(0x0620);
1653 qca_mii_write(0x0620, (old & (~0xf0)) | 0x40);
1655 printk("0x0620: %08x => %08x\n", old, new);
1657 old = qca_mii_read(0x0660);
1658 qca_mii_write(0x0660, old | 0x2000000);
1660 printk("0x0660: %08x => %08x\n", old, new);
1662 old = qca_mii_read(0x0974);
1663 qca_mii_write(0x0974, old | 0x10000);
1665 printk("0x0974: %08x => %08x\n", old, ne
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_tbl.c232 struct Qdisc **old)
243 *old = q->qdisc;
245 qdisc_tree_decrease_qlen(*old, (*old)->q.qlen);
246 qdisc_reset(*old);
249 nss_qdisc_info("%s:Grafting old: %p with new: %p\n", __func__, *old, new);
250 if (*old != &noop_qdisc) {
251 struct nss_qdisc *nq_old = (struct nss_qdisc *)qdisc_priv(*old);
252 nss_qdisc_info("%s: Detaching old
231 nss_tbl_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old) argument
[all...]
H A Dnss_prio.c252 struct Qdisc *new, struct Qdisc **old)
269 *old = q->queues[band];
271 qdisc_reset(*old);
274 nss_qdisc_info("%s:Grafting old: %p with new: %p\n", __func__, *old, new);
275 if (*old != &noop_qdisc) {
276 struct nss_qdisc *nq_old = qdisc_priv(*old);
277 nss_qdisc_info("%s:Detaching old: %p\n", __func__, *old);
251 nss_prio_graft(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old) argument
H A Dnss_bf.c331 struct Qdisc **old)
350 *old = cl->qdisc;
357 nss_qdisc_info("%s:Grafting old: %p with new: %p\n", __func__, *old, new);
358 if (*old != &noop_qdisc) {
359 struct nss_qdisc *nq_old = (struct nss_qdisc *)qdisc_priv(*old);
360 nss_qdisc_info("%s: Detaching old: %p\n", __func__, *old);
330 nss_bf_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old) argument
H A Dnss_wrr.c311 struct Qdisc **old)
330 *old = cl->qdisc;
337 nss_qdisc_info("%s:Grafting old: %p with new: %p\n", __func__, *old, new);
338 if (*old != &noop_qdisc) {
339 struct nss_qdisc *nq_child = qdisc_priv(*old);
340 nss_qdisc_info("%s: Detaching old: %p\n", __func__, *old);
310 nss_wrr_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old) argument
H A Dnss_htb.c455 static int nss_htb_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, struct Qdisc **old) argument
470 *old = cl->qdisc;
477 nss_qdisc_info("%s: grafting old: %x with new: %x\n", __func__, (*old)->handle, new->handle);
478 if (*old != &noop_qdisc) {
479 nss_qdisc_trace("%s: detaching old: %x\n", __func__, (*old)->handle);
480 nq_old = qdisc_priv(*old);
485 nss_qdisc_error("%s: detach of old qdisc %x failed\n", __func__, (*old)
[all...]
/netgear-R7800-V1.0.2.28/target/linux/cns3xxx/image/
H A DMakefile15 $(call mkimage,old,0x00008000)
20 cp $(KDIR)/uImage-old $(BIN_DIR)/openwrt-$(BOARD)-old-uboot-uImage
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/linux/
H A Ddwc_otg_plat.h175 uint32_t old = g_dbg_lvl; local
177 return old;
/netgear-R7800-V1.0.2.28/include/
H A Dkernel-defaults.mk60 mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old
61 grep -v -e INITRAMFS -e CONFIG_RD_ -e CONFIG_BLK_DEV_INITRD $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
75 mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old
76 grep -v INITRAMFS $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
90 mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old
91 grep -v INITRAMFS $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dspi.mk45 define KernelPackage/spi-gpio-old
54 define KernelPackage/spi-gpio-old/description
58 $(eval $(call KernelPackage,spi-gpio-old))
H A Dblock.mk101 define KernelPackage/ata-pdc202xx-old
112 define KernelPackage/ata-pdc202xx-old/description
117 $(eval $(call KernelPackage,ata-pdc202xx-old))
431 define KernelPackage/ide-generic-old
440 $(eval $(call KernelPackage,ide-generic-old))
/netgear-R7800-V1.0.2.28/package/samba/
H A DMakefile47 mv -f make_smbcodepage.old make_smbcodepage ; touch make_smbcodepage ; \
48 mv -f make_unicodemap.old make_unicodemap ; touch make_unicodemap ; \
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_plat.h184 uint32_t old = g_dbg_lvl; local
186 return old;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/kw_family/ctrlEnv/
H A DmvCtrlEnvLib.c1271 unsigned long old,temp; local
1276 : "=r" (old), "=r" (temp)
1288 : "r" (old)
1307 unsigned long old,temp; local
1312 : "=r" (old), "=r" (temp)
1324 : "r" (old)
/netgear-R7800-V1.0.2.28/docs/
H A Dworking.tex56 Quilt intends to replace an old workflow, where you would download the new
58 apply by hand old patches and resolve conflicts manually. Additionnaly, using
79 \item make target/linux/clean (removes the old version)
/netgear-R7800-V1.0.2.28/tools/
H A DMakefile26 tools-y += lzma-old squashfs
48 $(curdir)/squashfs/compile := $(curdir)/lzma-old/install
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Dadm6996.c592 u16 test, old; local
614 old = r16(pdev, ADM_VID_CHECK);
615 test = old ^ (1 << 12);
627 w16(pdev, ADM_VID_CHECK, old);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_plat.h976 uint32_t old = h_dbg_lvl; local
981 uint32_t old = d_dbg_lvl; local
984 return old;
/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/tty/serial/
H A Damazon_asc.c352 static void amazonasc_set_termios(struct uart_port *port, struct ktermios *new, struct ktermios *old) argument
423 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk/16);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/serial/
H A Dubi32_mailbox.c468 struct ktermios *old)
524 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
467 ubi32_mailbox_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) argument

Completed in 321 milliseconds

12