Searched refs:go (Results 1 - 25 of 28) sorted by last modified time

12

/drivers/video/fbdev/omap2/dss/
H A Ddispc.c569 bool enable, go; local
576 go = REG_GET(DISPC_CONTROL2, 6, 6) == 1;
577 if (go) {
/drivers/video/console/
H A Dnewport_con.c58 (regs)->go.zpattern = BMASK((cp)[0x0]); (regs)->go.zpattern = BMASK((cp)[0x1]); \
59 (regs)->go.zpattern = BMASK((cp)[0x2]); (regs)->go.zpattern = BMASK((cp)[0x3]); \
60 (regs)->go.zpattern = BMASK((cp)[0x4]); (regs)->go.zpattern = BMASK((cp)[0x5]); \
61 (regs)->go.zpattern = BMASK((cp)[0x6]); (regs)->go.zpattern = BMASK((cp)[0x7]); \
62 (regs)->go.zpattern = BMASK((cp)[0x8]); (regs)->go
[all...]
/drivers/s390/char/
H A Dsclp_rw.c76 sccb->msg_buf.mdb.go.length = sizeof(struct go);
77 sccb->msg_buf.mdb.go.type = 1;
221 buffer->sccb->msg_buf.mdb.go.general_msg_flags |=
232 /* "go to (next htab-boundary + 1, same line)" */
243 /* "go to (actual column, actual line + 1)" */
265 /* "go to (actual column - 1, actual line)" */
H A Dsclp_rw.h23 struct go { struct
47 struct go go; member in struct:mdb
/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1001 offsetof(struct sym_ccb, phys.head.go.restart),
1032 offsetof(struct sym_ccb, phys.head.go.restart),
1431 * require the device to go to bus free.
H A Dsym_hipd.c1487 * set the IARB hint. The SCRIPTS will go with IARB
3169 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, select));
4415 * The device didn't go to MSG OUT phase after having
4908 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, idle));
4909 cp->phys.head.go.restart = cpu_to_scr(SCRIPTB_BA(np, bad_i_t_l));
5237 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, select));
5238 cp->phys.head.go.restart = cpu_to_scr(SCRIPTA_BA(np, resel_dsa));
5485 * Only successful commands go to the DONE queue,
H A Dsym_hipd.h652 /*0*/ struct sym_actscr go; member in struct:sym_ccbh
/drivers/net/ethernet/brocade/bna/
H A DKconfig14 For general information and support, go to the Brocade support
/drivers/net/wireless/ath/ath5k/
H A Dphy.c487 const struct ath5k_gain_opt *go; local
496 go = &rfgain_opt_5112;
500 g_step = &go->go_step[ah->ah_gain.g_step_idx];
610 const struct ath5k_gain_opt *go; local
616 go = &rfgain_opt_5111;
619 go = &rfgain_opt_5112;
625 g_step = &go->go_step[ah->ah_gain.g_step_idx];
636 g_step = &go->go_step[ah->ah_gain.g_step_idx])
638 (go->go_step[--(ah->ah_gain.g_step_idx)].gos_gain -
648 if (ah->ah_gain.g_step_idx == (go
821 const struct ath5k_gain_opt *go = NULL; local
[all...]
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-mac.h361 struct iwl_mac_data_go go; member in union:iwl_mac_ctx_cmd::__anon4544
H A Dmac-ctxt.c1115 iwl_mvm_mac_ctxt_cmd_fill_ap(mvm, vif, &cmd.go.ap,
1118 cmd.go.ctwin = cpu_to_le32(noa->oppps_ctwindow &
1120 cmd.go.opp_ps_enabled =
/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c295 int bpp = 0, npb = 0, ro, go, bo, to; local
298 go = rgb->bits_per_pixel - rgb->green.length - rgb->green.offset;
305 ipu_ch_param_write_field(ch, IPU_FIELD_OFS1, go);
/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c143 static int saa7134_go7007_interface_reset(struct go7007 *go) argument
145 struct saa7134_go7007 *saa = go->hpi_context;
179 if (go7007_read_interrupt(go, &intr_val, &intr_data) < 0 ||
187 static int saa7134_go7007_write_interrupt(struct go7007 *go, int addr, int data) argument
189 struct saa7134_go7007 *saa = go->hpi_context;
215 static int saa7134_go7007_read_interrupt(struct go7007 *go) argument
217 struct saa7134_go7007 *saa = go->hpi_context;
221 go->interrupt_available = 1;
222 gpio_read(dev, HPI_ADDR_INTR_RET_VALUE, &go->interrupt_value);
223 gpio_read(dev, HPI_ADDR_INTR_RET_DATA, &go
234 struct go7007 *go = video_get_drvdata(dev->empress_dev); local
255 saa7134_go7007_stream_start(struct go7007 *go) argument
313 saa7134_go7007_stream_stop(struct go7007 *go) argument
342 saa7134_go7007_send_firmware(struct go7007 *go, u8 *data, int len) argument
419 struct go7007 *go; local
487 struct go7007 *go; local
[all...]
/drivers/media/usb/go7007/
H A Dgo7007-driver.c41 int go7007_read_interrupt(struct go7007 *go, u16 *value, u16 *data) argument
43 go->interrupt_available = 0;
44 go->hpi_ops->read_interrupt(go);
45 if (wait_event_timeout(go->interrupt_waitq,
46 go->interrupt_available, 5*HZ) < 0) {
47 v4l2_err(&go->v4l2_dev, "timeout waiting for read interrupt\n");
50 if (!go->interrupt_available)
52 go->interrupt_available = 0;
53 *value = go
64 go7007_read_addr(struct go7007 *go, u16 addr, u16 *data) argument
86 go7007_load_encoder(struct go7007 *go) argument
134 go7007_boot_encoder(struct go7007 *go, int init_i2c) argument
159 go7007_init_encoder(struct go7007 *go) argument
193 go7007_reset_encoder(struct go7007 *go) argument
205 struct go7007 *go = i2c_get_adapdata(adapter); local
235 struct go7007 *go = container_of(v4l2_dev, struct go7007, v4l2_dev); local
258 go7007_register_encoder(struct go7007 *go, unsigned num_i2c_devs) argument
329 go7007_start_encoder(struct go7007 *go) argument
396 go7007_set_motion_regions(struct go7007 *go, struct go7007_buffer *vb, u32 motion_regions) argument
418 go7007_motion_regions(struct go7007 *go, struct go7007_buffer *vb) argument
447 frame_boundary(struct go7007 *go, struct go7007_buffer *vb) argument
482 write_bitmap_word(struct go7007 *go) argument
501 go7007_parse_video_stream(struct go7007 *go, u8 *buf, int length) argument
696 struct go7007 *go; local
745 go7007_update_board(struct go7007 *go) argument
[all...]
H A Dgo7007-fw.c298 static int mjpeg_frame_header(struct go7007 *go, unsigned char *buf, int q) argument
318 buf[p++] = go->height >> 8;
319 buf[p++] = go->height & 0xff;
320 buf[p++] = go->width >> 8;
321 buf[p++] = go->width & 0xff;
373 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) argument
385 mjpeg_frame_header(go, buf + size, i);
388 chunk = mjpeg_frame_header(go, buf + size, 1);
424 static int mpeg1_frame_header(struct go7007 *go, unsigned char *buf, argument
428 int rows = go
532 mpeg1_sequence_header(struct go7007 *go, unsigned char *buf, int ext) argument
639 gen_mpeg1hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
716 vti_bitlen(struct go7007 *go) argument
725 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) argument
779 mpeg4_sequence_header(struct go7007 *go, unsigned char *buf, int ext) argument
825 gen_mpeg4hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
927 brctrl_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
1084 config_package(struct go7007 *go, __le16 *code, int space) argument
1206 seqhead_to_package(struct go7007 *go, __le16 *code, int space, int (*sequence_header_func)(struct go7007 *go, unsigned char *buf, int ext)) argument
1285 avsync_to_package(struct go7007 *go, __le16 *code, int space) argument
1316 final_package(struct go7007 *go, __le16 *code, int space) argument
1379 audio_to_package(struct go7007 *go, __le16 *code, int space) argument
1429 modet_to_package(struct go7007 *go, __le16 *code, int space) argument
1502 do_special(struct go7007 *go, u16 type, __le16 *code, int space, int *framelen) argument
1548 go7007_construct_fw_image(struct go7007 *go, u8 **fw, int *fwlen) argument
[all...]
H A Dgo7007-i2c.c46 static int go7007_i2c_xfer(struct go7007 *go, u16 addr, int read, argument
52 if (go->status == STATUS_SHUTDOWN)
57 dev_dbg(go->dev, "go7007-i2c: reading 0x%02x on 0x%02x\n",
60 dev_dbg(go->dev,
65 mutex_lock(&go->hw_lock);
67 if (go->board_id == GO7007_BOARDID_ADLINK_MPG24) {
70 go7007_write_addr(go, 0x3c82, 0x0020);
75 if (go7007_read_addr(go, STATUS_REG_ADDR, &val) < 0)
82 dev_err(go->dev, "go7007-i2c: I2C adapter is hung\n");
87 go7007_write_addr(go, I2C_CTRL_REG_ADD
140 struct go7007 *go = i2c_get_adapdata(adapter); local
156 struct go7007 *go = i2c_get_adapdata(adapter); local
206 go7007_i2c_init(struct go7007 *go) argument
[all...]
H A Dgo7007-priv.h124 int (*interface_reset)(struct go7007 *go);
125 int (*write_interrupt)(struct go7007 *go, int addr, int data);
126 int (*read_interrupt)(struct go7007 *go);
127 int (*stream_start)(struct go7007 *go);
128 int (*stream_stop)(struct go7007 *go);
129 int (*send_firmware)(struct go7007 *go, u8 *data, int len);
130 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);
131 void (*release)(struct go7007 *go);
245 void (*audio_deliver)(struct go7007 *go, u8 *buf, int length);
267 #define go7007_interface_reset(go) \
[all...]
H A Dgo7007-usb.c628 static int go7007_usb_vendor_request(struct go7007 *go, int request, argument
631 struct go7007_usb *usb = go->hpi_context;
647 static int go7007_usb_interface_reset(struct go7007 *go) argument
649 struct go7007_usb *usb = go->hpi_context;
652 if (go->status == STATUS_SHUTDOWN)
655 if (go7007_write_interrupt(go, 0x0001, 0x0001) < 0)
662 if (go7007_usb_vendor_request(go, 0x10, 0, 0, NULL, 0, 0) < 0 ||
663 go7007_usb_vendor_request(go, 0x10, 0, 0, NULL, 0, 0) < 0)
667 if (go7007_write_interrupt(go, 0x0001, 0x0001) < 0)
673 if (go7007_read_interrupt(go,
681 go7007_usb_ezusb_write_interrupt(struct go7007 *go, int addr, int data) argument
727 go7007_usb_onboard_write_interrupt(struct go7007 *go, int addr, int data) argument
753 struct go7007 *go = (struct go7007 *)urb->context; local
778 go7007_usb_read_interrupt(struct go7007 *go) argument
793 struct go7007 *go = (struct go7007 *)urb->context; local
816 struct go7007 *go = (struct go7007 *)urb->context; local
837 go7007_usb_stream_start(struct go7007 *go) argument
870 go7007_usb_stream_stop(struct go7007 *go) argument
885 go7007_usb_send_firmware(struct go7007 *go, u8 *data, int len) argument
902 go7007_usb_release(struct go7007 *go) argument
958 struct go7007 *go = i2c_get_adapdata(adapter); local
1049 struct go7007 *go; local
1320 struct go7007 *go = to_go7007(usb_get_intfdata(intf)); local
[all...]
H A Dgo7007-v4l2.c88 static void get_resolution(struct go7007 *go, int *width, int *height) argument
90 switch (go->standard) {
101 *width = go->board_info->sensor_width;
102 *height = go->board_info->sensor_height;
107 static void set_formatting(struct go7007 *go) argument
109 if (go->format == V4L2_PIX_FMT_MJPEG) {
110 go->pali = 0;
111 go->aspect_ratio = GO7007_RATIO_1_1;
112 go->gop_size = 0;
113 go
184 set_capture_size(struct go7007 *go, struct v4l2_format *fmt, int try) argument
283 struct go7007 *go = video_drvdata(file); local
336 struct go7007 *go = video_drvdata(file); local
353 struct go7007 *go = video_drvdata(file); local
361 struct go7007 *go = video_drvdata(file); local
386 struct go7007 *go = vb2_get_drv_priv(vq); local
410 struct go7007 *go = vb2_get_drv_priv(vq); local
424 struct go7007 *go = vb2_get_drv_priv(q); local
455 struct go7007 *go = vb2_get_drv_priv(q); local
491 struct go7007 *go = video_drvdata(filp); local
510 struct go7007 *go = video_drvdata(filp); local
540 struct go7007 *go = video_drvdata(filp); local
559 struct go7007 *go = video_drvdata(filp); local
586 struct go7007 *go = video_drvdata(file); local
592 go7007_s_std(struct go7007 *go) argument
609 struct go7007 *go = video_drvdata(file); local
621 struct go7007 *go = video_drvdata(file); local
629 struct go7007 *go = video_drvdata(file); local
660 struct go7007 *go = video_drvdata(file); local
669 struct go7007 *go = video_drvdata(file); local
681 struct go7007 *go = video_drvdata(file); local
693 struct go7007 *go = video_drvdata(file); local
703 go7007_s_input(struct go7007 *go) argument
721 struct go7007 *go = video_drvdata(file); local
737 struct go7007 *go = video_drvdata(file); local
749 struct go7007 *go = video_drvdata(file); local
760 struct go7007 *go = video_drvdata(file); local
771 struct go7007 *go = video_drvdata(file); local
781 struct go7007 *go = video_drvdata(file); local
805 struct go7007 *go = local
1042 go7007_v4l2_ctrl_init(struct go7007 *go) argument
1100 go7007_v4l2_init(struct go7007 *go) argument
1170 go7007_v4l2_remove(struct go7007 *go) argument
[all...]
H A Ds2250-board.c139 static int go7007_usb_vendor_request(struct go7007 *go, u16 request, argument
142 struct go7007_usb *usb = go->hpi_context;
161 struct go7007 *go = i2c_get_adapdata(client->adapter); local
167 if (go == NULL)
170 if (go->status == STATUS_SHUTDOWN)
177 usb = go->hpi_context;
183 rc = go7007_usb_vendor_request(go, 0x55, dev_addr,
195 struct go7007 *go = i2c_get_adapdata(client->adapter); local
201 if (go == NULL)
204 if (go
259 struct go7007 *go = i2c_get_adapdata(client->adapter); local
501 struct go7007 *go = i2c_get_adapdata(adapter); local
[all...]
H A Dsnd-go7007.c73 static void parse_audio_stream_data(struct go7007 *go, u8 *buf, int length) argument
75 struct go7007_snd *gosnd = go->snd_context;
109 struct go7007 *go = snd_pcm_substream_chip(substream); local
120 go->audio_deliver = parse_audio_stream_data;
126 struct go7007 *go = snd_pcm_substream_chip(substream); local
128 go->audio_deliver = NULL;
137 struct go7007 *go = snd_pcm_substream_chip(substream); local
138 struct go7007_snd *gosnd = go->snd_context;
155 struct go7007 *go = snd_pcm_substream_chip(substream); local
156 struct go7007_snd *gosnd = go
169 struct go7007 *go = snd_pcm_substream_chip(substream); local
189 struct go7007 *go = snd_pcm_substream_chip(substream); local
215 struct go7007 *go = device->device_data; local
226 go7007_snd_init(struct go7007 *go) argument
287 go7007_snd_remove(struct go7007 *go) argument
[all...]
/drivers/misc/
H A Dhpilo.c188 int active = 0, go = 1; local
193 go << CTRL_BITPOS_G;
/drivers/block/paride/
H A Dpcd.c47 go more slowly. -1 sets a default value that
353 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) argument
358 while ((((r = status_reg(cd)) & go) || (stop && (!(r & stop))))
H A Dpf.c56 go more slowly. -1 sets a default value that
402 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) argument
407 while ((((r = status_reg(pf)) & go) || (stop && (!(r & stop))))
H A Dpg.c81 go more slowly. -1 sets a default value that
287 static int pg_wait(struct pg *dev, int go, int stop, unsigned long tmo, char *msg) argument
294 while ((((r = status_reg(dev)) & go) || (stop && (!(r & stop))))

Completed in 702 milliseconds

12