Searched refs:dev (Results 326 - 350 of 700) sorted by relevance

<<11121314151617181920>>

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt305x/
H A Dmach-w306r-v20.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-w502u.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wcr150gn.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-whr-g300n.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wl-330n.c17 #include <asm/mach-ralink/dev-gpio-buttons.h>
18 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wl-330n3g.c17 #include <asm/mach-ralink/dev-gpio-buttons.h>
18 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wl341v3.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wr512-3gn.c23 #include <asm/mach-ralink/dev-gpio-buttons.h>
24 #include <asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-wr6202.c16 #include<asm/mach-ralink/dev-gpio-buttons.h>
17 #include<asm/mach-ralink/dev-gpio-leds.h>
H A Dmach-xdx-rn502j.c15 #include <asm/mach-ralink/dev-gpio-buttons.h>
16 #include <asm/mach-ralink/dev-gpio-leds.h>
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/
H A Dmach-gta02.c528 .dev = &gta02_pm_bt_dev.dev,
535 .dev = &gta02_pm_gps_dev.dev,
542 .dev = &gta02_glamo_dev.dev,
760 .dev = {
772 bq27000_battery_device.dev.parent = parent_device;
825 .dev = {
851 .dev
1088 gta02_jbt6k74_probe_completed(struct device *dev) argument
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/lib/functions/
H A Dservice.sh121 [ -f "$pid" ] && pid="$(head -n1 "$pid" 2>/dev/null)"
126 kill -TERM $pid 2>/dev/null && \
128 kill -KILL $pid 2>/dev/null && \
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_cmn.h142 * @param dev OS network device pointer
146 extern int32_t nss_cmn_get_interface_number(struct nss_ctx_instance *nss_ctx, struct net_device *dev);
151 * @param dev OS network device pointer
155 extern int32_t nss_cmn_get_interface_number_by_dev(struct net_device *dev);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/spi/
H A Dspi-ramips.c226 dev_err(&spi->dev, "TX failed, err=%d\n", err);
237 dev_err(&spi->dev, "RX failed, err=%d\n", err);
326 dev_err(&spi->dev, "setup: requested speed too low %d Hz\n",
332 dev_err(&spi->dev,
366 dev_err(&spi->dev,
376 dev_err(&spi->dev,
384 dev_err(&spi->dev,
423 master = spi_alloc_master(&pdev->dev, sizeof(*rs));
425 dev_dbg(&pdev->dev, "master allocation failed\n");
439 dev_set_drvdata(&pdev->dev, maste
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/lib/upgrade/
H A Dplatform.sh53 dumpimage -i ${img} -o /tmp/${fullname}.bin ${fullname} > /dev/null || { \
62 if ! dumpimage -l $1 > /dev/null 2>&1; then
101 ubidetach -f -p /dev/${mtdpart}
102 ubiformat /dev/${mtdpart} -y -f /tmp/${bin}.bin
204 ubiattach -p /dev/${mtdpart}
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dnand.c155 ltq_gpio_request(&pdev->dev, PIN_CLE, 2, 1, "NAND_CLE");
156 ltq_gpio_request(&pdev->dev, PIN_ALE, 2, 1, "NAND_ALE");
158 ltq_gpio_request(&pdev->dev, PIN_RDY, 2, 0, "NAND_BSY");
159 ltq_gpio_request(&pdev->dev, PIN_RD, 2, 1, "NAND_RD");
206 .dev = {
/netgear-R7800-V1.0.2.28/target/linux/mcs814x/files-3.3/drivers/gpio/
H A Dgpio-mcs814x.c87 num_gpios = of_get_property(pdev->dev.of_node, "num-gpios", NULL);
89 dev_err(&pdev->dev, "FIXME: no num-gpios property\n");
95 mcs814x_chip->regs = devm_request_and_ioremap(&pdev->dev, res);
104 mcs814x_chip->chip.of_node = pdev->dev.of_node;
118 dev_err(&pdev->dev, "failed to register gpiochip\n");
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt288x/
H A Ddevices.c43 .dev = {
62 .dev = {
91 pdata = pdev->dev.platform_data;
130 .dev = {
163 .dev = {
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/leds/
H A Dleds-gta02-vibrator.c104 static int gta02_vib_suspend(struct platform_device *dev, pm_message_t state) argument
112 static int gta02_vib_resume(struct platform_device *dev) argument
114 struct gta02_vib_priv *vp = platform_get_drvdata(dev);
137 gta02_vib_priv.pdata = pdev->dev.platform_data;
147 return led_classdev_register(&pdev->dev, &gta02_vib_led.cdev);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-ip7k/
H A Dboard-ip7160rgw.c45 #include <asm/switch-dev.h>
113 .dev = {
149 .dev = {
228 .dev = {
266 .dev = {
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dnapt_procfs.c407 static ssize_t napt_hnat_get(struct device *dev, argument
420 static ssize_t napt_hnat_set(struct device *dev, argument
438 static ssize_t napt_wan_type_get(struct device *dev, argument
451 static ssize_t napt_wan_type_set(struct device *dev, argument
469 static ssize_t napt_ppp_id_get(struct device *dev, argument
482 static ssize_t napt_ppp_id_set(struct device *dev, argument
500 static ssize_t napt_udp_thresh_get(struct device *dev, argument
513 static ssize_t napt_udp_thresh_set(struct device *dev, argument
531 static ssize_t napt_wan_ip_get(struct device *dev, argument
545 static ssize_t napt_wan_ip_set(struct device *dev, argument
563 napt_ppp_peer_ip_get(struct device *dev, struct device_attribute *attr, char *buf) argument
577 napt_ppp_peer_ip_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
595 napt_peer_mac_get(struct device *dev, struct device_attribute *attr, char *buf) argument
609 napt_peer_mac_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
637 napt_wan_mac_get(struct device *dev, struct device_attribute *attr, char *buf) argument
651 napt_wan_mac_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
679 napt_peer_mac2_get(struct device *dev, struct device_attribute *attr, char *buf) argument
693 napt_peer_mac2_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
721 napt_ppp_id2_get(struct device *dev, struct device_attribute *attr, char *buf) argument
734 napt_ppp_id2_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
752 napt_sync_counter_en_get(struct device *dev, struct device_attribute *attr, char *buf) argument
765 napt_sync_counter_en_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
783 napt_log_en_get(struct device *dev, struct device_attribute *attr, char *buf) argument
796 napt_log_en_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
814 napt_scan_period_get(struct device *dev, struct device_attribute *attr, char *buf) argument
827 napt_scan_period_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
845 napt_scan_enable_get(struct device *dev, struct device_attribute *attr, char *buf) argument
858 napt_scan_enable_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
876 napt_need_clean_get(struct device *dev, struct device_attribute *attr, char *buf) argument
889 napt_need_clean_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) argument
908 napt_log_show_get(struct device *dev, struct device_attribute *attr, char *buf) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/
H A Dnss_connmgr_tun6rd.c95 static void nss_tun6rd_update_dev_stats(struct net_device *dev, argument
117 ipip6_update_offload_stats(dev, (void *)&stats);
143 static void nss_tun6rd_exception(struct net_device *dev, struct sk_buff *skb, __attribute__((unused)) struct napi_struct *napi) argument
147 skb->dev = dev;
149 skb->len,dev->name,skb->data[0]);
173 skb->skb_iif = dev->ifindex;
376 unsigned long event, void *dev)
379 struct net_device *netdev = (struct net_device *)dev;
381 struct net_device *netdev = netdev_notifier_info_to_dev(dev);
375 nss_tun6rd_dev_event(struct notifier_block *nb, unsigned long event, void *dev) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/power/
H A Dbq27000_battery.c126 struct device *dev; member in struct:bq27000_device_info
175 dev_dbg(di->dev, "%s\n", __FUNCTION__);
340 dev_err(di->dev, "battery service reschedule failed\n");
364 dev_info(&pdev->dev, "BQ27000 Battery Driver (C) 2008 Openmoko, Inc\n");
374 pdata = pdev->dev.platform_data;
375 di->dev = &pdev->dev;
376 /* di->w1_dev = pdev->dev.parent; */
387 retval = power_supply_register(&pdev->dev, &di->bat);
389 dev_err(di->dev, "faile
[all...]
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_cm.c138 struct net_device *dev; local
147 dev = skb->dev;
159 in_dev = (struct in_device *)dev->ip_ptr;
161 DEBUG_TRACE("no IP processing for device: %s\n", dev->name);
170 DEBUG_TRACE("no IP address for device: %s\n", dev->name);
175 return sfe_ipv4_recv(dev, skb);
185 in_dev = (struct inet6_dev *)dev->ip6_ptr;
187 DEBUG_TRACE("no IPv6 processing for device: %s\n", dev->name);
196 DEBUG_TRACE("no IPv6 address for device: %s\n", dev
218 sfe_cm_find_dev_and_mac_addr(sfe_ip_addr_t *addr, struct net_device **dev, uint8_t *mac_addr, int is_v4) argument
301 struct net_device *dev; local
911 struct net_device *dev = SFE_DEV_EVENT_PTR(ptr); local
930 struct net_device *dev = ((struct in_ifaddr *)ptr)->ifa_dev->dev; local
939 struct net_device *dev = ((struct inet6_ifaddr *)ptr)->idev->dev; local
947 sfe_cm_get_exceptions(struct device *dev, struct device_attribute *attr, char *buf) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/pci/
H A DmvPci.c557 * dev - PCI device number.
568 MV_U32 mvPciConfigRead (MV_U32 pciIf, MV_U32 bus, MV_U32 dev, MV_U32 func, argument
583 if (dev >= MAX_PCI_DEVICES)
585 DB(mvOsPrintf("mvPciConfigRead: ERR. device number illigal %d\n", dev));
604 pciData |= (dev << PCAR_DEVICE_NUM_OFFS);
638 * dev - PCI device number.
650 MV_STATUS mvPciConfigWrite(MV_U32 pciIf, MV_U32 bus, MV_U32 dev, argument
666 if (dev >= MAX_PCI_DEVICES)
668 mvOsPrintf("mvPciConfigWrite: ERR. device number illigal %d\n",dev);
686 pciData |= (dev << PCAR_DEVICE_NUM_OFF
785 mvPciSlaveEnable(MV_U32 pciIf, MV_U32 bus, MV_U32 dev, MV_BOOL enable) argument
[all...]

Completed in 95 milliseconds

<<11121314151617181920>>