Home
last modified time | relevance | path

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

12345678910>>...20

/linux-6.3-rc2/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()
231 go->hpi_ops->release(go); in go7007_remove()
239 kfree(go); in go7007_remove()
254 dev_info(go->dev, "go7007: registering new %s\n", go->name); in go7007_register_encoder()
257 ret = v4l2_device_register(go->dev, &go->v4l2_dev); in go7007_register_encoder()
333 memset(go->modet_map, 0, sizeof(go->modet_map)); in go7007_start_encoder()
342 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
425 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
698 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()
1210 snprintf(go->name, sizeof(go->name), in go7007_usb_probe()
[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 Dgo7007-i2c.c44 if (go->status == STATUS_SHUTDOWN) in go7007_i2c_xfer()
52 dev_dbg(go->dev, in go7007_i2c_xfer()
57 mutex_lock(&go->hw_lock); in go7007_i2c_xfer()
62 go7007_write_addr(go, 0x3c82, 0x0020); in go7007_i2c_xfer()
121 go7007_write_addr(go, 0x3c82, 0x0000); in go7007_i2c_xfer()
124 mutex_unlock(&go->hw_lock); in go7007_i2c_xfer()
160 if (go7007_i2c_xfer(go, msgs[i].addr, 1, in go7007_i2c_master_xfer()
198 int go7007_i2c_init(struct go7007 *go) in go7007_i2c_init() argument
202 go->i2c_adapter.dev.parent = go->dev; in go7007_i2c_init()
203 i2c_set_adapdata(&go->i2c_adapter, go); in go7007_i2c_init()
[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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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.c93 struct go *go; in sclp_early_print_lm() local
124 go = &mdb->go; in sclp_early_print_lm()
125 go->length = sizeof(*go); in sclp_early_print_lm()
126 go->type = 1; in sclp_early_print_lm()
A Dsclp_rw.h24 struct go { struct
48 struct go go; argument
/linux-6.3-rc2/Documentation/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
/linux-6.3-rc2/drivers/clk/rockchip/
A Dclk.h551 df, go, gs, gf) \ argument
566 .gate_offset = go, \
588 .gate_offset = go, \
594 go, gs, gf) \ argument
606 .gate_offset = go, \
625 .gate_offset = go, \
631 go, gs, gf) \ argument
643 .gate_offset = go, \
699 .gate_offset = go, \
716 .gate_offset = go, \
[all …]
/linux-6.3-rc2/arch/ia64/kernel/
A Dsmpboot.c102 static volatile unsigned long go[SLAVE + 1]; variable
194 go[MASTER] = 0; in sync_master()
199 while (!go[MASTER]) in sync_master()
201 go[MASTER] = 0; in sync_master()
202 go[SLAVE] = ia64_get_itc(); in sync_master()
222 go[MASTER] = 1; in get_delta()
223 while (!(tm = go[SLAVE])) in get_delta()
225 go[SLAVE] = 0; in get_delta()
296 go[MASTER] = 1; in ia64_sync_itc()
303 while (go[MASTER]) in ia64_sync_itc()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/pwm/
A Dpwm-tipwmss.txt33 /* child nodes go here */
46 /* child nodes go here */
57 /* child nodes go here */
/linux-6.3-rc2/kernel/power/
A Dswap.c608 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
651 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
728 init_waitqueue_head(&data[thr].go); in save_image_lzo()
745 init_waitqueue_head(&crc->go); in save_image_lzo()
801 wake_up(&data[thr].go); in save_image_lzo()
809 wake_up(&crc->go); in save_image_lzo()
1220 init_waitqueue_head(&data[thr].go); in load_image_lzo()
1237 init_waitqueue_head(&crc->go); in load_image_lzo()
1374 wake_up(&data[thr].go); in load_image_lzo()
1424 wake_up(&crc->go); in load_image_lzo()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/intel/
A DKconfig47 adapters. For more information on how to identify your adapter, go
67 identify your adapter, go to the Adapter & Driver ID Guide that
95 adapters. For more information on how to identify your adapter, go
131 information on how to identify your adapter, go to the Adapter &
148 instead. For more information on how to identify your adapter, go
167 adapters. For more information on how to identify your adapter, go
247 devices. For more information on how to identify your adapter, go
280 information on how to identify your adapter, go to the Adapter
306 devices. For more information on how to identify your adapter, go
349 go to the Adapter & Driver ID Guide that can be located at:
[all …]
/linux-6.3-rc2/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-6.3-rc2/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.
/linux-6.3-rc2/arch/alpha/lib/
A Dev6-memcpy.S80 cmple $18, 127, $1 # E : Can we go through the unrolled loop?
108 subq $18, 192, $2 # E : At least two more trips to go?
196 bne $1, $aligndest # U : go until we are aligned.
235 bgt $18, $misalign_byte # U : more to go?

Completed in 78 milliseconds

12345678910>>...20