Searched refs:wss (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A DMakefile6 snd-wss-lib-objs := wss_lib.o
9 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dwss-lc.c43 struct uwb_mac_addr wlp_wss_sel_bcast_addr(struct wlp_wss *wss) argument
61 void wlp_wss_reset(struct wlp_wss *wss) argument
63 memset(&wss->wssid, 0, sizeof(wss->wssid));
64 wss->hash = 0;
65 memset(&wss->name[0], 0, sizeof(wss->name));
66 memset(&wss->bcast, 0, sizeof(wss->bcast));
67 wss
82 wlp_wss_sysfs_add(struct wlp_wss *wss, char *wssid_str) argument
135 struct wlp_wss *wss = container_of(kobj, struct wlp_wss, kobj); local
149 wlp_wss_enroll_target(struct wlp_wss *wss, struct wlp_uuid *wssid, struct uwb_dev_addr *dest) argument
182 wlp_wss_enroll_discovered(struct wlp_wss *wss, struct wlp_uuid *wssid) argument
224 wlp_wss_enroll(struct wlp_wss *wss, struct wlp_uuid *wssid, struct uwb_dev_addr *devaddr) argument
274 wlp_wss_activate(struct wlp_wss *wss) argument
317 wlp_wss_enroll_activate(struct wlp_wss *wss, struct wlp_uuid *wssid, struct uwb_dev_addr *devaddr) argument
358 wlp_wss_create_activate(struct wlp_wss *wss, struct wlp_uuid *wssid, char *name, unsigned sec_status, unsigned accept) argument
430 wlp_wss_is_active(struct wlp *wlp, struct wlp_wss *wss, struct uwb_dev_addr *dev_addr) argument
518 wlp_wss_activate_connection(struct wlp *wlp, struct wlp_wss *wss, struct uwb_dev_addr *dev_addr, struct wlp_uuid *wssid, u8 *tag, struct uwb_mac_addr *virt_addr) argument
548 wlp_wss_connect_neighbor(struct wlp *wlp, struct wlp_wss *wss, struct uwb_dev_addr *dev_addr) argument
657 struct wlp_wss *wss = &wlp->wss; local
859 wlp_wss_setup(struct net_device *net_dev, struct wlp_wss *wss) argument
890 wlp_wss_remove(struct wlp_wss *wss) argument
[all...]
H A DMakefile10 wss-lc.o
H A Dsysfs.c119 ssize_t __wlp_wss_properties_show(struct wlp_wss *wss, char *buf, argument
124 result = wlp_wss_uuid_print(buf, bufsize, &wss->wssid);
127 &wss->bcast);
129 " 0x%02x %u ", wss->hash, wss->secure_status);
131 wss->master_key);
133 wss->tag);
135 &wss->virtual_addr);
136 result += scnprintf(buf + result, bufsize - result, " %s", wss->name);
148 ssize_t wlp_wss_activate_show(struct wlp_wss *wss, cha argument
191 wlp_wss_activate_store(struct wlp_wss *wss, const char *buf, size_t size) argument
568 struct wlp_wss *wss = kobj_to_wlp_wss(kobj); local
586 struct wlp_wss *wss = kobj_to_wlp_wss(kobj); local
615 wlp_wss_properties_show(struct wlp_wss *wss, char *buf) argument
632 wlp_wss_members_show(struct wlp_wss *wss, char *buf) argument
658 wlp_wss_state_show(struct wlp_wss *wss, char *buf) argument
[all...]
H A Dmessages.c148 struct wlp_wss *wss)
154 datalen = sizeof(struct wlp_wss_info) + strlen(wss->name);
156 used = wlp_set_wssid(ptr, &wss->wssid);
157 used += wlp_set_wss_name(ptr + used, wss->name, strlen(wss->name));
158 used += wlp_set_accept_enrl(ptr + used, wss->accept_enroll);
159 used += wlp_set_wss_sec_status(ptr + used, wss->secure_status);
160 used += wlp_set_wss_bcast(ptr + used, &wss->bcast);
546 * @wss: ptr to WSS being enrolled in, NULL if discovery in progress
567 struct wlp_wss *wss, ssize_
147 wlp_set_wss_info(struct wlp_attr_wss_info *attr, struct wlp_wss *wss) argument
564 wlp_get_all_wss_info(struct wlp *wlp, struct wlp_attr_wss_info *attr, struct wlp_neighbor_e *neighbor, struct wlp_wss *wss, ssize_t buflen) argument
664 wlp_get_wss_info_to_enroll(struct wlp *wlp, struct wlp_attr_wss_info *attr, struct wlp_wss *wss, ssize_t buflen) argument
681 wlp_build_assoc_d1(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb) argument
762 wlp_build_assoc_d2(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb, struct wlp_uuid *uuid_e) argument
1145 struct wlp_wss *wss = &wlp->wss; local
1309 wlp_parse_d2_frame_to_enroll(struct wlp_wss *wss, struct sk_buff *skb, struct wlp_neighbor_e *neighbor, struct wlp_uuid *wssid) argument
1464 wlp_build_assoc_c1c2(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb, enum wlp_assoc_type type) argument
1497 wlp_build_assoc_c1(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb) argument
1504 wlp_build_assoc_c2(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb) argument
1517 wlp_build_assoc_c3c4(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb, enum wlp_assoc_type type) argument
1553 wlp_build_assoc_c3(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb) argument
1560 wlp_build_assoc_c4(struct wlp *wlp, struct wlp_wss *wss, struct sk_buff **skb) argument
1644 struct wlp_wss *wss = &wlp->wss; local
1708 struct wlp_wss *wss = &wlp->wss; local
[all...]
H A Dwlp-lc.c180 * @wss: if not NULL, it is an enrollment request for this WSS
181 * @wssid: if wss not NULL, this is the wssid of the WSS in which we
187 * If done for enrollment the @wss and @wssid are provided also. In this
191 * &wss->mutex is held
195 struct wlp_wss *wss, struct wlp_uuid *wssid)
213 result = wlp_send_assoc_frame(wlp, wss, dev_addr, WLP_ASSOC_D1);
255 if (wss == NULL) {
266 result = wlp_parse_d2_frame_to_enroll(wss, skb, neighbor,
287 * &wss->mutex is held
290 struct wlp_wss *wss, struc
194 wlp_d1d2_exchange(struct wlp *wlp, struct wlp_neighbor_e *neighbor, struct wlp_wss *wss, struct wlp_uuid *wssid) argument
289 wlp_enroll_neighbor(struct wlp *wlp, struct wlp_neighbor_e *neighbor, struct wlp_wss *wss, struct wlp_uuid *wssid) argument
[all...]
H A Deda.c169 struct wlp_wss *wss,
181 itr->wss = wss;
356 entry->dev_addr.data[0], entry->wss,
402 result = wlp_eda_update_node(eda, &dev_addr, &wlp->wss,
167 wlp_eda_update_node(struct wlp_eda *eda, const struct uwb_dev_addr *dev_addr, struct wlp_wss *wss, const unsigned char virt_addr[ETH_ALEN], const u8 tag, const enum wlp_wss_connect state) argument
H A Dwlp-internal.h63 struct wlp_wss *wss; member in struct:wlp_eda_node
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_osf.c249 if (f->wss.wc >= OSF_WSS_MAX)
263 check_WSS = f->wss.wc;
299 if (f->wss.val == 0 || window == f->wss.val)
311 if (window == f->wss.val * mss ||
312 window == f->wss.val * SMART_MSS_1 ||
313 window == f->wss.val * SMART_MSS_2)
317 if (window == f->wss.val * (mss + 40) ||
318 window == f->wss.val * (SMART_MSS_1 + 40) ||
319 window == f->wss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgusmax.c31 #include <sound/wss.h>
78 struct snd_wss *wss; member in struct:snd_gusmax
120 snd_wss_interrupt(irq, maxcard->wss);
195 struct snd_wss *wss; local
289 &wss);
293 err = snd_wss_pcm(wss, 0, NULL);
297 err = snd_wss_mixer(wss);
301 err = snd_wss_timer(wss, 2, NULL);
309 err = snd_gusmax_mixer(wss);
328 maxcard->wss
[all...]
H A Dinterwave.c34 #include <sound/wss.h>
120 struct snd_wss *wss; member in struct:snd_interwave
305 snd_wss_interrupt(irq, iwcard->wss);
606 struct snd_wss *wss; local
655 &wss);
659 err = snd_wss_pcm(wss, 0, &pcm);
666 err = snd_wss_timer(wss, 2, NULL);
670 err = snd_wss_mixer(wss);
679 err = snd_interwave_mixer(wss);
728 iwcard->wss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c300 f.wss.wc = OSF_WSS_MSS;
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
304 f.wss.val = 0;
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
308 f.wss.wc = OSF_WSS_MTU;
310 f.wss.val = strtoul(&pbeg[2], NULL, 10);
312 f.wss.val = 0;
314 f.wss.val = strtoul(&pbeg[1], NULL, 10);
316 f.wss.wc = OSF_WSS_MODULO;
317 f.wss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c300 f.wss.wc = OSF_WSS_MSS;
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
304 f.wss.val = 0;
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
308 f.wss.wc = OSF_WSS_MTU;
310 f.wss.val = strtoul(&pbeg[2], NULL, 10);
312 f.wss.val = 0;
314 f.wss.val = strtoul(&pbeg[1], NULL, 10);
316 f.wss.wc = OSF_WSS_MODULO;
317 f.wss
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dcmi8330.c52 #include <sound/wss.h>
170 struct snd_wss *wss; member in struct:snd_cmi8330
177 void *private_data; /* sb or wss */
319 acard->wss));
467 chip->streams[CMI_AD_STREAM].private_data = chip->wss;
488 acard->wss->suspend(acard->wss);
499 acard->wss->resume(acard->wss);
545 WSS_HW_DETECT, 0, &acard->wss);
[all...]
H A DMakefile28 sb/ wavefront/ wss/
H A Dopl3sa2.c30 #include <sound/wss.h>
134 struct snd_wss *wss; member in struct:snd_opl3sa2
313 snd_wss_interrupt(irq, chip->wss);
550 chip->wss->suspend(chip->wss);
579 /* restore wss */
580 chip->wss->resume(chip->wss);
603 snd_printdd("%sPnP OPL3-SA: sb port=0x%lx, wss port=0x%lx, fm port=0x%lx, midi port=0x%lx\n",
643 struct snd_wss *wss; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwlp.h606 struct wlp_wss wss; member in struct:wlp
623 ssize_t (*show)(struct wlp_wss *wss, char *buf);
624 ssize_t (*store)(struct wlp_wss *wss, const char *buf, size_t count);
673 void wlp_wss_init(struct wlp_wss *wss) argument
675 mutex_init(&wss->mutex);
684 wlp_wss_init(&wlp->wss);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h68 struct xt_osf_wc wss; member in struct:xt_osf_user_finger
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_osf.h68 struct xt_osf_wc wss; member in struct:xt_osf_user_finger
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_osf.h68 struct xt_osf_wc wss; member in struct:xt_osf_user_finger
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c251 unsigned int wss; local
256 wss = dssdev->driver->get_wss(dssdev);
258 return snprintf(buf, PAGE_SIZE, "0x%05x\n", wss);
265 unsigned long wss; local
271 if (strict_strtoul(buf, 0, &wss))
274 if (wss > 0xfffff)
277 r = dssdev->driver->set_wss(dssdev, wss);
296 static DEVICE_ATTR(wss, S_IRUGO|S_IWUSR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/cs423x/
H A Dcs4236.c28 #include <sound/wss.h>
130 struct pnp_dev *wss; member in struct:snd_card_cs4236
267 snd_printdd("isapnp WSS: wss port=0x%lx, fm port=0x%lx, sb port=0x%lx\n",
310 acard->wss = pdev;
311 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0)
324 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL);
325 if (acard->wss == NULL)
337 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsnd_wavefront.h103 struct pnp_dev *wss; member in struct:_snd_wavefront_card
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/i1480/i1480u-wlp/
H A Dnetdev.c185 result = wlp_wss_setup(net_dev, &wlp->wss);
214 wlp_wss_remove(&wlp->wss);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1848/
H A Dad1848.c31 #include <sound/wss.h>

Completed in 294 milliseconds

12