Searched refs:direction (Results 176 - 200 of 260) sorted by relevance

1234567891011

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_usbd.c96 .direction = UE_DIR_ANY,
106 .direction = UE_DIR_ANY,
658 cfg.direction = UE_GET_DIR(ep->bEndpointAddress);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmixer.c179 if (c->direction == PCMDIR_PLAY &&
1129 * instances of same direction. What we do right now
1145 if (rdch == NULL && c->direction == PCMDIR_REC) {
1149 } else if (wrch == NULL && c->direction == PCMDIR_PLAY) {
H A Dfeeder.c469 if (ch->direction == PCMDIR_REC) {
H A Dfeeder_mixer.c290 if (c->direction == PCMDIR_REC)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c575 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
805 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
839 cfg[0].direction = addr & (UE_DIR_OUT | UE_DIR_IN);
1602 /* setup data transfer direction and length */
1608 /* setup data transfer direction */
/freebsd-11-stable/contrib/ee/
H A Dee.c310 void move_rel P_((int direction, int lines));
1991 char direction = '\0'; local
2008 direction = 'u';
2013 direction = 'd';
2018 move_rel(direction, i);
2022 if (direction != 'd')
2941 move_rel(direction, lines) /* move relative to current line */
2942 int direction;
2948 if (direction == 'u')
/freebsd-11-stable/sys/dev/usb/misc/
H A Dugold.c153 .direction = UE_DIR_IN,
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c558 switch (direction[0]) {
566 errx(1, "abortxfer: unknown direction `%s'", direction);
677 direction = "sent";
914 direction = "received";
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts.c210 p_mgr->filter.direction = TS_IB_MAD_DIRECTION_IN;
/freebsd-11-stable/sys/dev/hptmv/
H A Dgui_lib.c1413 DWORD direction = ((DWORD*)lpInBuffer)[2]; local
1425 if (nInBufferSize < sizeof(DWORD) * 4 + (direction? length : 0) ||
1426 nOutBufferSize < (direction? 0 : length))
1429 if (direction == 0) /* read */
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c178 ccb_flags direction);
1208 ccb_flags direction)
1238 (direction == CAM_DIR_IN) ? VM_PROT_WRITE : VM_PROT_READ)) {
1246 if (direction == CAM_DIR_IN) {
1207 passcopysglist(struct cam_periph *periph, struct pass_io_req *io_req, ccb_flags direction) argument
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c336 scroll_list(int direction, LIST * list) argument
340 if (change_list(direction * length, list))
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.c544 tui_scroll (enum tui_scroll_direction direction, argument
548 switch (direction)
/freebsd-11-stable/sys/dev/ct/
H A Dct.c582 ct_xfer(struct ct_softc *ct, u_int8_t *data, int len, int direction, argument
612 if (direction == SCSI_LOW_READ)
/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c498 ip_LogDNS(const struct udphdr *uh, const char *direction) argument
550 direction, qclass, qtype, namewithdot);
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ure.c122 .direction = UE_DIR_OUT,
131 .direction = UE_DIR_IN,
H A Dif_axge.c147 .direction = UE_DIR_OUT,
157 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c140 uint8_t direction; member in struct:xhci_std_temp
1910 if (temp->direction == UE_DIR_IN)
1916 if (temp->direction == UE_DIR_IN)
1931 if (temp->direction == UE_DIR_IN)
1937 if (temp->direction == UE_DIR_IN)
2152 temp.direction = 0;
2180 /* set endpoint direction */
2181 temp.direction = UE_GET_DIR(xfer->endpointno);
2263 * endpoint direction.
2276 temp.direction
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c2343 if ((atu_region->direction == AL_PCIE_ATU_DIR_OUTBOUND)
2357 AL_REG_BIT_VAL_SET(reg, 31, atu_region->direction);
2374 (atu_region->direction == AL_PCIE_ATU_DIR_OUTBOUND) ?
2458 enum al_pcie_atu_dir direction, uint8_t index,
2466 AL_REG_BIT_VAL_SET(reg, 31, direction);
2456 al_pcie_atu_region_get_fields( struct al_pcie_port *pcie_port, enum al_pcie_atu_dir direction, uint8_t index, al_bool *enable, uint64_t *base_addr, uint64_t *target_addr) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c300 * direction.
375 setup->type, setup->direction, setup->ep_index);
385 /* setup expected endpoint direction mask and value */
387 if (setup->direction == UE_DIR_RX) {
391 } else if (setup->direction == UE_DIR_TX) {
395 } else if (setup->direction == UE_DIR_ANY) {
396 /* match any endpoint direction */
400 /* match the given endpoint direction */
402 ea_val = (setup->direction & (UE_DIR_IN | UE_DIR_OUT));
454 * address" and "any direction" return
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c463 int direction; local
577 direction = NAT_OUTBOUND;
580 direction = NAT_INBOUND;
588 direction);
592 direction);
2013 * reverse direction. Direction change is performed to ease
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_urtw.c519 .direction = UE_DIR_IN,
531 .direction = UE_DIR_IN,
542 .direction = UE_DIR_OUT,
554 .direction = UE_DIR_OUT,
567 .direction = UE_DIR_OUT,
580 .direction = UE_DIR_OUT,
593 .direction = UE_DIR_OUT,
609 .direction = UE_DIR_IN,
621 .direction = UE_DIR_OUT,
633 .direction
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c576 .direction = UE_DIR_IN,
586 .direction = UE_DIR_IN,
596 .direction = UE_DIR_OUT,
609 .direction = UE_DIR_OUT,
619 .direction = UE_DIR_OUT,
629 .direction = UE_DIR_IN,
642 .direction = UE_DIR_ANY,
674 .direction = UE_DIR_OUT,
683 .direction = UE_DIR_IN,
695 .direction
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c3254 * Set direction flag: Which packets do we accept on a forwarding
3261 u_int direction; local
3263 direction = (d == PCAP_D_IN) ? BPF_D_IN :
3265 if (ioctl(p->fd, BIOCSDIRECTION, &direction) == -1) {
3267 errno, "Cannot set direction to %s",
3285 "Setting direction to PCAP_D_OUT is not supported on BPF");
3292 errno, "Cannot set direction to %s",
3303 "This system doesn't support BIOCSSEESENT, so the direction can't be set");
/freebsd-11-stable/sys/dev/usb/serial/
H A Du3g.c148 .direction = UE_DIR_OUT,
158 .direction = UE_DIR_IN,
167 .direction = UE_DIR_IN,

Completed in 223 milliseconds

1234567891011