Searched refs:dev (Results 476 - 500 of 700) sorted by relevance

<<11121314151617181920>>

/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8366_smi.c952 int rtl8366_sw_reset_switch(struct switch_dev *dev) argument
954 struct rtl8366_smi *smi = sw_to_rtl8366_smi(dev);
977 int rtl8366_sw_get_port_pvid(struct switch_dev *dev, int port, int *val) argument
979 struct rtl8366_smi *smi = sw_to_rtl8366_smi(dev);
984 int rtl8366_sw_set_port_pvid(struct switch_dev *dev, int port, int val) argument
986 struct rtl8366_smi *smi = sw_to_rtl8366_smi(dev);
991 int rtl8366_sw_get_port_mib(struct switch_dev *dev, argument
995 struct rtl8366_smi *smi = sw_to_rtl8366_smi(dev);
1025 int rtl8366_sw_get_vlan_info(struct switch_dev *dev, argument
1032 struct rtl8366_smi *smi = sw_to_rtl8366_smi(dev);
1067 rtl8366_sw_get_vlan_ports(struct switch_dev *dev, struct switch_val *val) argument
1095 rtl8366_sw_set_vlan_ports(struct switch_dev *dev, struct switch_val *val) argument
1133 rtl8366_sw_get_vlan_fid(struct switch_dev *dev, const struct switch_attr *attr, struct switch_val *val) argument
1154 rtl8366_sw_set_vlan_fid(struct switch_dev *dev, const struct switch_attr *attr, struct switch_val *val) argument
1179 rtl8366_sw_get_vlan_enable(struct switch_dev *dev, const struct switch_attr *attr, struct switch_val *val) argument
1197 rtl8366_sw_set_vlan_enable(struct switch_dev *dev, const struct switch_attr *attr, struct switch_val *val) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A Dhifn7751.c43 __FBSDID("$FreeBSD: src/sys/dev/hifn/hifn7751.c,v 1.40 2007/03/21 03:42:49 sam Exp $");
83 pci_get_revid(struct pci_dev *dev) argument
86 pci_read_config_byte(dev, PCI_REVISION_ID, &rid);
124 static int hifn_probe(struct pci_dev *dev, const struct pci_device_id *ent);
125 static void hifn_remove(struct pci_dev *dev);
336 checkmaxmin(struct pci_dev *dev, const char *what, u_int v, u_int min, u_int max) argument
338 struct hifn_softc *sc = pci_get_drvdata(dev);
375 hifn_getpllconfig(struct pci_dev *dev, u_int *pll) argument
389 switch (pci_get_device(dev)) {
406 freq = checkmaxmin(dev, "frequenc
423 hifn_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
681 hifn_remove(struct pci_dev *dev) argument
2295 hifn_newsession(device_t dev, u_int32_t *sidp, struct cryptoini *cri) argument
2406 hifn_freesession(device_t dev, u_int64_t tid) argument
2436 hifn_process(device_t dev, struct cryptop *crp, int hint) argument
[all...]
/netgear-R7800-V1.0.2.28/package/sbsaved/files/
H A Dpersistence.sh54 redis-cli info >/dev/null 2>&1
/netgear-R7800-V1.0.2.28/scripts/config/lxdialog/
H A Dcheck-lxdialog.sh51 echo "main() {}" | $cc -xc - -o $tmp 2> /dev/null
/netgear-R7800-V1.0.2.28/scripts/
H A Denv58 [ -x "$(which git 2>/dev/null)" ] || error "Git is not installed"
137 [ -f "$ENVDIR/.config" ] || ( cd "$ENVDIR/files" && find | grep -vE '^\.$' > /dev/null )
142 cp -a "$ENVDIR/files/"* "$BASEDIR/files" 2>/dev/null >/dev/null
199 mv "$BASEDIR/files/"* "$ENVDIR/files/" 2>/dev/null
H A Dpad_image11 dd if=$1 of=$1.paddingtempfile bs=$2 count=1 conv=sync &> /dev/null
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-jwap003.c12 #include "dev-eth.h"
13 #include "dev-m25p80.h"
14 #include "dev-gpio-buttons.h"
15 #include "dev-usb.h"
45 .dev = {
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/leds/
H A Dleds-wndr3700-usb.c42 return led_classdev_register(&pdev->dev, &wndr3700_usb_led);
/netgear-R7800-V1.0.2.28/target/linux/at91/files/drivers/misc/
H A Dat91-adc.c52 static void at91_adc_device_release(struct device *dev) {} argument
57 .dev.release = at91_adc_device_release,
136 struct device *dev, struct device_attribute *attr, char *buf ){
304 &(at91_adc_device.dev.kobj), &at91_adc_dev_attr_group
135 at91_adc_chanX_show( struct device *dev, struct device_attribute *attr, char *buf ) argument
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dmach-netgear.c29 #include <dev-gpio-leds.h>
30 #include <dev-gpio-buttons.h>
31 #include "dev-wifi-athxk.h"
35 #include "dev-dwc_otg.h"
123 .dev.platform_data = &spi_gpio_data,
164 .dev = {
H A Dsysctrl.c158 static inline void clkdev_add_pmu(const char *dev, const char *con, argument
163 clk->cl.dev_id = dev;
174 static inline void clkdev_add_cgu(const char *dev, const char *con, argument
179 clk->cl.dev_id = dev;
/netgear-R7800-V1.0.2.28/target/linux/ramips/base-files/lib/
H A Dramips.sh20 dd bs=1 skip=$seek count=6 if=$part 2>/dev/null | /usr/sbin/maccalc bin2mac
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt288x/
H A Dclock.c61 struct clk *clk_get(struct device *dev, const char *id) argument
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt305x/
H A Dmach-rt-g32-revb.c17 #include <asm/mach-ralink/dev-gpio-buttons.h>
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/watchdog/
H A Dramips_wdt.c265 dev_err(&pdev->dev, "no memory resource found\n");
273 ramips_wdt_clk = clk_get(&pdev->dev, "wdt");
293 dev_info(&pdev->dev,
300 dev_err(&pdev->dev,
/netgear-R7800-V1.0.2.28/package/dni-mtdoops/files/
H A Dcapture_packet.sh14 [ "X$(df | grep /dev/sd"$i")" = "X" ] && continue
18 tmp=`df | grep /dev/sd"$i""$j"`
/netgear-R7800-V1.0.2.28/package/drflocs/files/
H A Ddrflocs.init81 while ! ifconfig ${INTERFACE} | grep "inet addr" > /dev/null
/netgear-R7800-V1.0.2.28/package/flowman/files/
H A Dflowman.init19 CONN_LINGER=$(cat /proc/sys/net/netfilter/nf_conntrack_tcp_timeout_time_wait 2>/dev/null)
/netgear-R7800-V1.0.2.28/package/netatalk-utility/src/
H A Dupdate_afp.c107 ret = system("/bin/pidof afpd > /dev/zero 2>&1");
109 system("/bin/kill -HUP `cat /var/run/afpd.pid` > /dev/null 2>&1");
111 system("/bin/nice -n 19 /usr/sbin/afpd -F /etc/netatalk/afpd.conf -P /var/run/afpd.pid -c 7 > /dev/null 2>&1");
116 ret = system("/bin/pidof cnid_metad > /dev/zero 2>&1");
118 system("/usr/sbin/cnid_metad > /dev/zero 2>&1");
147 int is_sda(char * dev) argument
173 if (strncmp(part_name, dev, 3))
186 static char *get_device_vendor(char *dev) argument
197 snprintf(path, sizeof(path), "/sys/block/%s/device/%s", dev, ven_mod[i]);
238 static int is_special_backup_format(char *dev) argument
268 is_hfsplus_formated(char *dev) argument
488 is_loop_partition(char *dev) argument
523 is_noshare_partition(char *dev) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/nss_qdisc/
H A Dnss_codel.c76 struct net_device *dev = qdisc_dev(sch); local
99 qopt->limit = dev->tx_queue_len ? : 1;
123 nim.msg.shaper_configure.config.msg.shaper_node_config.snc.codel_param.cap.mtu = psched_mtu(dev);
124 nss_qdisc_info("%s: MTU size of interface %s is %u bytes\n", __func__, dev->name,
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dusb.c101 .dev = {
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-ip7k/
H A Dboard-ip7160bringup.c76 .dev = {
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/net/
H A Dubi32-eth.h79 struct net_device *dev; member in struct:ubi32_eth_private
/netgear-R7800-V1.0.2.28/target/linux/xburst/image/
H A DMakefile23 0x$(shell $(TARGET_CROSS)nm $(1) 2>/dev/null | grep " kernel_entry" | cut -f1 -d ' ')
/netgear-R7800-V1.0.2.28/tools/ccache/
H A DMakefile27 ifneq ($(strip $(shell which ccache >/dev/null && echo found)),found)

Completed in 101 milliseconds

<<11121314151617181920>>