Searched refs:dir_in (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmvme147.c30 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
38 if (!dir_in)
42 hdata->dma_dir = dir_in;
44 if (dir_in) {
H A Da2091.c40 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
73 if (!dir_in) {
81 if (!dir_in)
85 wh->dma_dir = dir_in;
92 if (dir_in) {
H A Da3000.c44 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
70 if (!dir_in) {
80 if (!dir_in)
84 wh->dma_dir = dir_in;
91 if (dir_in) {
H A Dgvp11.c49 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) argument
109 if (!dir_in) {
117 if (!dir_in)
120 wh->dma_dir = dir_in;
126 if (dir_in) {
H A Dwd33c93.h203 typedef int (*dma_setup_t) (struct scsi_cmnd *SCpnt, int dir_in);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c75 * @dir_in: Set to true if this endpoint is of the IN direction, which
115 unsigned char dir_in; member in struct:s3c_hsotg_ep
275 * @dir_in: True if direction is in.
282 unsigned int ep, unsigned int dir_in,
289 if (!dir_in)
423 dir = hs_ep->dir_in ? DMA_TO_DEVICE : DMA_FROM_DEVICE;
616 if (hs_ep->dir_in) {
653 int dir_in = hs_ep->dir_in; local
675 epctrl_reg = dir_in
281 s3c_hsotg_ctrl_epint(struct s3c_hsotg *hsotg, unsigned int ep, unsigned int dir_in, unsigned int en) argument
1770 s3c_hsotg_epint(struct s3c_hsotg *hsotg, unsigned int idx, int dir_in) argument
2237 int dir_in; local
2345 int dir_in = hs_ep->dir_in; local
[all...]
H A Dpxa27x_udc.c301 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in)
465 if (ep->dir_in)
484 if (!is_ep0(ep) && ep->dir_in)
506 if (!ep->dir_in)
519 if (!is_ep0(ep) && ep->dir_in)
595 | ((ep->dir_in) ? UDCCONR_ED : 0)
1284 if (ep->dir_in && (ep_is_full(ep) || !list_empty(&ep->queue)))
1316 if (ep->dir_in)
1350 if (!ep->dir_in) {
2096 int is_in = ep->dir_in;
[all...]
H A Dpxa27x_udc.h271 .dir_in = dir, .addr = _addr, \
328 * @dir_in: 1 if IN endpoint, 0 if OUT endpoint
362 unsigned dir_in:1; member in struct:pxa_ep
H A Dr8a66597-udc.h62 u16 dir_in; member in struct:r8a66597_pipe_info
H A Dm66592-udc.c250 if (info->dir_in)
269 if (!info->dir_in)
453 info.dir_in = 1;
455 info.dir_in = 0;
H A Dr8a66597-udc.c247 if (info->dir_in)
266 if (!info->dir_in)
423 info.dir_in = 1;
425 info.dir_in = 0;
H A Dm66592-udc.h449 u16 dir_in; member in struct:m66592_pipe_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmds_client.h63 struct ceph_mds_reply_info_in *dir_in; member in struct:ceph_mds_reply_info_parsed
H A Dinode.c1153 vino.ino = le64_to_cpu(rinfo->dir_in[i].in->ino);
1154 vino.snap = le64_to_cpu(rinfo->dir_in[i].in->snapid);
1212 if (fill_inode(in, &rinfo->dir_in[i], NULL, session,
H A Dmds_client.c156 info->dir_in = kcalloc(num, sizeof(*info->dir_in) +
161 if (info->dir_in == NULL) {
165 info->dir_dname = (void *)(info->dir_in + num);
182 err = parse_reply_info_in(p, end, &info->dir_in[i]);
250 kfree(info->dir_in);
H A Ddir.c365 rinfo->dir_in[off - fi->offset].in;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597.h57 u16 dir_in; member in struct:r8a66597_pipe_info
H A Dr8a66597-hcd.c633 if (!info->dir_in)
635 if (info->type == R8A66597_BULK && info->dir_in)
794 info->dir_in ?
974 info.dir_in = 1;
976 info.dir_in = 0;
H A Dimx21-hcd.c519 int dir_in = usb_pipein(pipe); local
531 if (dir_in && (cc == TD_DATAUNDERRUN))
548 if (dir_in)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c1202 struct fragment *fragment, struct directory *dir_in, long long sparse)
1305 struct cached_dir_index *index = dir_in->index;
1306 unsigned int i_count = dir_in->i_count;
1307 unsigned int i_size = dir_in->i_size;
1199 create_inode(squashfs_inode *i_no, struct dir_info *dir_info, struct dir_ent *dir_ent, int type, long long byte_size, long long start_block, unsigned int offset, unsigned int *block_list, struct fragment *fragment, struct directory *dir_in, long long sparse) argument

Completed in 236 milliseconds