Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/linux/drivers/media/usb/go7007/
A Dgo7007-driver.c36 go->hpi_ops->read_interrupt(go); in go7007_read_interrupt()
108 go7007_send_firmware(go, go->boot_fw, go->boot_fw_len) < 0 || in go7007_load_encoder()
233 go->hpi_ops->release(go); in go7007_remove()
241 kfree(go); in go7007_remove()
256 dev_info(go->dev, "go7007: registering new %s\n", go->name); in go7007_register_encoder()
259 ret = v4l2_device_register(go->dev, &go->v4l2_dev); in go7007_register_encoder()
335 memset(go->modet_map, 0, sizeof(go->modet_map)); in go7007_start_encoder()
344 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
427 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
700 go->dev = dev; in go7007_alloc()
[all …]
A Dgo7007-v4l2.c102 go->pali = 0; in set_formatting()
105 go->ipb = 0; in set_formatting()
116 go->pali = 0; in set_formatting()
147 go->gop_size = v4l2_ctrl_g_ctrl(go->mpeg_video_gop_size); in set_formatting()
149 go->ipb = v4l2_ctrl_g_ctrl(go->mpeg_video_b_frames) != 0; in set_formatting()
150 go->bitrate = v4l2_ctrl_g_ctrl(go->mpeg_video_bitrate); in set_formatting()
241 go->encoder_h_offset = go->board_info->sensor_h_offset; in set_capture_size()
242 go->encoder_v_offset = go->board_info->sensor_v_offset; in set_capture_size()
573 call_all(&go->v4l2_dev, video, s_std, go->std); in go7007_s_std()
1083 go->vidq.drv_priv = go; in go7007_v4l2_init()
[all …]
A Dgo7007-fw.c420 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in mpeg1_frame_header()
778 int fps = go->sensor_framerate / go->fps_scale; in mpeg4_sequence_header()
929 int fps = go->sensor_framerate / go->fps_scale; in brctrl_to_package()
938 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
940 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
942 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
944 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
1079 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in config_package()
1310 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in final_package()
1329 (go->encoder_h_halve ? go->width >> 3 : go->width >> 4), in final_package()
[all …]
A Dgo7007-usb.c734 go->usb_buf[4] = go->usb_buf[5] = go->usb_buf[6] = go->usb_buf[7] = 0; in go7007_usb_onboard_write_interrupt()
766 go->interrupt_value, go->interrupt_data); in go7007_usb_readinterrupt_complete()
1115 if (go == NULL) in go7007_usb_probe()
1120 kfree(go); in go7007_usb_probe()
1126 usb_make_path(usbdev, go->bus_info, sizeof(go->bus_info)); in go7007_usb_probe()
1128 strscpy(go->name, name, sizeof(go->name)); in go7007_usb_probe()
1161 if (go7007_boot_encoder(go, go->board_info->flags & in go7007_usb_probe()
1170 go->i2c_adapter.dev.parent = go->dev; in go7007_usb_probe()
1171 i2c_set_adapdata(&go->i2c_adapter, go); in go7007_usb_probe()
1212 snprintf(go->name, sizeof(go->name), in go7007_usb_probe()
[all …]
A Dgo7007-i2c.c42 go7007_write_addr(go, 0x3c82, 0x0020); in adlink_mpg24_i2c_lock()
48 go7007_write_addr(go, 0x3c82, 0x0000); in adlink_mpg24_i2c_unlock()
58 if (go->status == STATUS_SHUTDOWN) in go7007_i2c_xfer()
66 dev_dbg(go->dev, in go7007_i2c_xfer()
71 mutex_lock(&go->hw_lock); in go7007_i2c_xfer()
74 adlink_mpg24_i2c_lock(go); in go7007_i2c_xfer()
131 adlink_mpg24_i2c_unlock(go); in go7007_i2c_xfer()
132 mutex_unlock(&go->hw_lock); in go7007_i2c_xfer()
208 go->i2c_adapter.dev.parent = go->dev; in go7007_i2c_init()
209 i2c_set_adapdata(&go->i2c_adapter, go); in go7007_i2c_init()
[all …]
A Dgo7007-priv.h123 void (*release)(struct go7007 *go);
259 #define go7007_interface_reset(go) \ argument
260 ((go)->hpi_ops->interface_reset(go))
262 ((go)->hpi_ops->write_interrupt)((go), (x), (y))
263 #define go7007_stream_start(go) \ argument
264 ((go)->hpi_ops->stream_start(go))
265 #define go7007_stream_stop(go) \ argument
266 ((go)->hpi_ops->stream_stop(go))
268 ((go)->hpi_ops->send_firmware)((go), (x), (y))
269 #define go7007_write_addr(go, x, y) \ argument
[all …]
A Dsnd-go7007.c66 struct go7007_snd *gosnd = go->snd_context; in parse_audio_stream_data()
111 go->audio_deliver = NULL; in go7007_snd_hw_free()
187 struct go7007 *go = device->device_data; in go7007_snd_free() local
189 kfree(go->snd_context); in go7007_snd_free()
190 go->snd_context = NULL; in go7007_snd_free()
198 int go7007_snd_init(struct go7007 *go) in go7007_snd_init() argument
235 gosnd->pcm->private_data = go; in go7007_snd_init()
246 go->snd_context = gosnd; in go7007_snd_init()
247 v4l2_device_get(&go->v4l2_dev); in go7007_snd_init()
260 int go7007_snd_remove(struct go7007 *go) in go7007_snd_remove() argument
[all …]
A Ds2250-board.c134 struct go7007_usb *usb = go->hpi_context; in go7007_usb_vendor_request()
159 if (go == NULL) in write_reg()
162 if (go->status == STATUS_SHUTDOWN) in write_reg()
169 usb = go->hpi_context; in write_reg()
193 if (go == NULL) in write_reg_fp()
196 if (go->status == STATUS_SHUTDOWN) in write_reg_fp()
208 usb = go->hpi_context; in write_reg_fp()
256 if (go == NULL) in read_reg_fp()
259 if (go->status == STATUS_SHUTDOWN) in read_reg_fp()
270 usb = go->hpi_context; in read_reg_fp()
[all …]
/linux/drivers/media/pci/saa7134/
A Dsaa7134-go7007.c214 go->interrupt_value, go->interrupt_data); in saa7134_go7007_read_interrupt()
407 struct go7007 *go; in saa7134_go7007_init() local
414 if (go == NULL) in saa7134_go7007_init()
419 kfree(go); in saa7134_go7007_init()
424 snprintf(go->bus_info, sizeof(go->bus_info), "PCI:%s", pci_name(dev->pci)); in saa7134_go7007_init()
425 strscpy(go->name, saa7134_boards[dev->board].name, sizeof(go->name)); in saa7134_go7007_init()
427 go->hpi_context = saa; in saa7134_go7007_init()
445 if (go7007_boot_encoder(go, go->board_info->flags & in saa7134_go7007_init()
451 if (go7007_register_encoder(go, go->board_info->num_i2c_devs) < 0) in saa7134_go7007_init()
469 kfree(go); in saa7134_go7007_init()
[all …]
/linux/Documentation/arch/loongarch/
A Dirq-chip-model.rst22 In this model, IPI (Inter-Processor Interrupt) and CPU Local Timer interrupt go
23 to CPUINTC directly, CPU UARTS interrupts go to LIOINTC, while all other devices
24 interrupts go to PCH-PIC/PCH-LPC/PCH-MSI and gathered by HTVECINTC, and then go
59 In this model, IPI (Inter-Processor Interrupt) and CPU Local Timer interrupt go
60 to CPUINTC directly, CPU UARTS interrupts go to LIOINTC, while all other devices
61 interrupts go to PCH-PIC/PCH-LPC/PCH-MSI and gathered by EIOINTC, and then go to
91 In this model, IPI (Inter-Processor Interrupt) and CPU Local Timer interrupt go
92 to CPUINTC directly, CPU UARTS interrupts go to LIOINTC, PCH-MSI interrupts go
93 to AVECINTC, and then go to CPUINTC directly, while all other devices interrupts
94 go to PCH-PIC/PCH-LPC and gathered by EIOINTC, and then go to CPUINTC directly::
/linux/tools/testing/selftests/bpf/prog_tests/
A Duprobe_syscall.c254 int pid, status, err, go[2], c; in test_uretprobe_syscall_call() local
256 if (!ASSERT_OK(pipe(go), "pipe")) in test_uretprobe_syscall_call()
269 close(go[1]); in test_uretprobe_syscall_call()
272 err = read(go[0], &c, 1); in test_uretprobe_syscall_call()
287 write(go[1], &c, 1); in test_uretprobe_syscall_call()
300 close(go[1]); in test_uretprobe_syscall_call()
301 close(go[0]); in test_uretprobe_syscall_call()
A Duprobe_multi_test.c38 int go[2]; member
52 close(child->go[1]); in release_child()
53 close(child->go[0]); in release_child()
67 write(child->go[1], &c, 1); in kick_child()
78 close(child->go[1]); in child_func()
96 if (pipe(child->go)) in spawn_child_flag()
154 if (pipe(child->go)) in spawn_thread()
158 close(child->go[0]); in spawn_thread()
159 close(child->go[1]); in spawn_thread()
168 close(child->go[0]); in spawn_thread()
[all …]
/linux/drivers/video/console/
A Dnewport_con.c55 (regs)->go.zpattern = BMASK((cp)[0x0]); (regs)->go.zpattern = BMASK((cp)[0x1]); \
56 (regs)->go.zpattern = BMASK((cp)[0x2]); (regs)->go.zpattern = BMASK((cp)[0x3]); \
57 (regs)->go.zpattern = BMASK((cp)[0x4]); (regs)->go.zpattern = BMASK((cp)[0x5]); \
58 (regs)->go.zpattern = BMASK((cp)[0x6]); (regs)->go.zpattern = BMASK((cp)[0x7]); \
59 (regs)->go.zpattern = BMASK((cp)[0x8]); (regs)->go.zpattern = BMASK((cp)[0x9]); \
60 (regs)->go.zpattern = BMASK((cp)[0xa]); (regs)->go.zpattern = BMASK((cp)[0xb]); \
61 (regs)->go.zpattern = BMASK((cp)[0xc]); (regs)->go.zpattern = BMASK((cp)[0xd]); \
62 (regs)->go.zpattern = BMASK((cp)[0xe]); (regs)->go.zpattern = BMASK((cp)[0xf]); \
79 npregs->go.xyendi = in newport_render_background()
125 npregs->go.hostrw0 = *data++ << 24; in newport_show_logo()
[all …]
/linux/drivers/s390/char/
A Dsclp_rw.c88 struct go *go; in sclp_initialize_mto() local
111 go = &mdb->go; in sclp_initialize_mto()
112 go->length = sizeof(struct go); in sclp_initialize_mto()
113 go->type = 1; in sclp_initialize_mto()
217 buffer->current_msg->mdb.go.general_msg_flags |= in sclp_write()
A Dsclp_early_core.c94 struct go *go; in sclp_early_print_lm() local
125 go = &mdb->go; in sclp_early_print_lm()
126 go->length = sizeof(*go); in sclp_early_print_lm()
127 go->type = 1; in sclp_early_print_lm()
A Dsclp_rw.h24 struct go { struct
48 struct go go; argument
/linux/drivers/clk/rockchip/
A Dclk.h604 df, go, gs, gf) \ argument
619 .gate_offset = go, \
641 .gate_offset = go, \
647 go, gs, gf) \ argument
659 .gate_offset = go, \
678 .gate_offset = go, \
684 go, gs, gf) \ argument
696 .gate_offset = go, \
752 .gate_offset = go, \
769 .gate_offset = go, \
[all …]
/linux/Documentation/power/
A Dtricks.rst9 * go with minimal config, turn off drivers like USB, AGP you don't
14 * use ext2. At least it has working fsck. [If something seems to go
22 * try running as few processes as possible, preferably go to single
/linux/tools/perf/tests/
A Dmmap-thread-lookup.c58 int go = 0; in thread_fn() local
64 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn()
82 int err, go; in thread_create() local
90 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create()
/linux/Documentation/devicetree/bindings/pwm/
A Dpwm-tipwmss.txt33 /* child nodes go here */
46 /* child nodes go here */
57 /* child nodes go here */
/linux/kernel/power/
A Dswap.c615 wait_event(d->go, atomic_read_acquire(&d->ready) || in crc32_threadfn()
662 wait_event(d->go, atomic_read_acquire(&d->ready) || in compress_threadfn()
745 init_waitqueue_head(&data[thr].go); in save_compressed_image()
769 init_waitqueue_head(&crc->go); in save_compressed_image()
825 wake_up(&data[thr].go); in save_compressed_image()
833 wake_up(&crc->go); in save_compressed_image()
1254 init_waitqueue_head(&data[thr].go); in load_compressed_image()
1278 init_waitqueue_head(&crc->go); in load_compressed_image()
1415 wake_up(&data[thr].go); in load_compressed_image()
1465 wake_up(&crc->go); in load_compressed_image()
[all …]
/linux/arch/sparc/kernel/
A Dsmp_64.c166 static unsigned long go[SLAVE + 1]; variable
178 go[MASTER] = 1; in get_delta()
180 while (!(tm = go[SLAVE])) in get_delta()
182 go[SLAVE] = 0; in get_delta()
213 go[MASTER] = 1; in smp_synchronize_tick_client()
215 while (go[MASTER]) in smp_synchronize_tick_client()
261 go[MASTER] = 0; in smp_synchronize_one_tick()
266 while (!go[MASTER]) in smp_synchronize_one_tick()
270 go[MASTER] = 0; in smp_synchronize_one_tick()
276 while (!go[MASTER]) in smp_synchronize_one_tick()
[all …]
/linux/arch/arm/mach-mvebu/
A Dpmsu_ll.S29 ARM_BE8(setend be ) @ go BE8 if entered LE
45 ARM_BE8(setend be ) @ go BE8 if entered LE
/linux/drivers/net/ethernet/intel/
A DKconfig50 adapters. For more information on how to identify your adapter, go
70 identify your adapter, go to the Adapter & Driver ID Guide that
98 adapters. For more information on how to identify your adapter, go
134 information on how to identify your adapter, go to the Adapter &
153 adapters. For more information on how to identify your adapter, go
206 adapter, go to the Adapter & Driver ID Guide that can be located at:
235 devices. For more information on how to identify your adapter, go
270 information on how to identify your adapter, go to the Adapter
298 devices. For more information on how to identify your adapter, go
352 go to the Adapter & Driver ID Guide that can be located at:
[all …]
/linux/arch/m68k/fpsp040/
A Dstwotox.S25 | 1. If |X| > 16480, go to ExpBig.
27 | 2. If |X| < 2**(-70), go to ExpSm.
38 | 1. If |X| > 16480*log_10(2) (base 10 log of 2), go to ExpBig.
40 | 2. If |X| < 2**(-70), go to ExpSm.

Completed in 67 milliseconds

12345678910>>...21