Home
last modified time | relevance | path

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

12345678910>>...14

/linux/drivers/media/usb/go7007/
H A Dgo7007-usb.c622 static int go7007_usb_vendor_request(struct go7007 *go, int request, in go7007_usb_vendor_request() argument
625 struct go7007_usb *usb = go->hpi_context; in go7007_usb_vendor_request()
641 static int go7007_usb_interface_reset(struct go7007 *go) in go7007_usb_interface_reset() argument
643 struct go7007_usb *usb = go->hpi_context; in go7007_usb_interface_reset()
646 if (go->status == STATUS_SHUTDOWN) in go7007_usb_interface_reset()
649 if (go7007_write_interrupt(go, 0x0001, 0x0001) < 0) in go7007_usb_interface_reset()
656 if (go7007_usb_vendor_request(go, 0x10, 0, 0, NULL, 0, 0) < 0 || in go7007_usb_interface_reset()
657 go7007_usb_vendor_request(go, 0x10, 0, 0, NULL, 0, 0) < 0) in go7007_usb_interface_reset()
661 if (go7007_write_interrupt(go, 0x0001, 0x0001) < 0) in go7007_usb_interface_reset()
667 if (go7007_read_interrupt(go, &intr_val, &intr_data) < 0 || in go7007_usb_interface_reset()
[all …]
H A Dgo7007-i2c.c38 static inline void adlink_mpg24_i2c_lock(struct go7007 *go) in adlink_mpg24_i2c_lock() argument
42 go7007_write_addr(go, 0x3c82, 0x0020); in adlink_mpg24_i2c_lock()
45 static inline void adlink_mpg24_i2c_unlock(struct go7007 *go) in adlink_mpg24_i2c_unlock() argument
48 go7007_write_addr(go, 0x3c82, 0x0000); in adlink_mpg24_i2c_unlock()
52 static int go7007_i2c_xfer(struct go7007 *go, u16 addr, int read, in go7007_i2c_xfer() argument
58 if (go->status == STATUS_SHUTDOWN) in go7007_i2c_xfer()
63 dev_dbg(go->dev, "go7007-i2c: reading 0x%02x on 0x%02x\n", in go7007_i2c_xfer()
66 dev_dbg(go->dev, in go7007_i2c_xfer()
71 mutex_lock(&go->hw_lock); in go7007_i2c_xfer()
73 if (go->board_id == GO7007_BOARDID_ADLINK_MPG24) in go7007_i2c_xfer()
[all …]
H A Dgo7007-priv.h116 int (*interface_reset)(struct go7007 *go);
117 int (*write_interrupt)(struct go7007 *go, int addr, int data);
118 int (*read_interrupt)(struct go7007 *go);
119 int (*stream_start)(struct go7007 *go);
120 int (*stream_stop)(struct go7007 *go);
121 int (*send_firmware)(struct go7007 *go, u8 *data, int len);
122 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);
123 void (*release)(struct go7007 *go);
237 void (*audio_deliver)(struct go7007 *go, u8 *buf, int length);
259 #define go7007_interface_reset(go) \ argument
[all …]
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c131 static int saa7134_go7007_interface_reset(struct go7007 *go) in saa7134_go7007_interface_reset() argument
133 struct saa7134_go7007 *saa = go->hpi_context; in saa7134_go7007_interface_reset()
167 if (go7007_read_interrupt(go, &intr_val, &intr_data) < 0 || in saa7134_go7007_interface_reset()
175 static int saa7134_go7007_write_interrupt(struct go7007 *go, int addr, int data) in saa7134_go7007_write_interrupt() argument
177 struct saa7134_go7007 *saa = go->hpi_context; in saa7134_go7007_write_interrupt()
203 static int saa7134_go7007_read_interrupt(struct go7007 *go) in saa7134_go7007_read_interrupt() argument
205 struct saa7134_go7007 *saa = go->hpi_context; in saa7134_go7007_read_interrupt()
209 go->interrupt_available = 1; in saa7134_go7007_read_interrupt()
210 gpio_read(dev, HPI_ADDR_INTR_RET_VALUE, &go->interrupt_value); in saa7134_go7007_read_interrupt()
211 gpio_read(dev, HPI_ADDR_INTR_RET_DATA, &go->interrupt_data); in saa7134_go7007_read_interrupt()
[all …]
/linux/drivers/s390/char/
H 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()
H A Dsclp_rw.h24 struct go { struct
48 struct go go; argument
H A Dsclp_early_core.c95 struct go *go; in sclp_early_print_lm() local
126 go = &mdb->go; in sclp_early_print_lm()
127 go->length = sizeof(*go); in sclp_early_print_lm()
128 go->type = 1; in sclp_early_print_lm()
/linux/Documentation/power/
H 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/
H A Dmmap-thread-lookup.c59 int go = 0; in thread_fn() local
65 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn()
83 int err, go; in thread_create() local
91 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create()
/linux/drivers/clk/rockchip/
H A Dclk.h846 df, go, gs, gf) \ argument
861 .gate_offset = go, \
867 mf, do, ds, dw, df, go, gs, gf) \ argument
883 .gate_offset = go, \
889 go, gs, gf) \ argument
901 .gate_offset = go, \
907 df, dt, go, gs, gf) \ argument
920 .gate_offset = go, \
926 go, gs, gf) \ argument
938 .gate_offset = go, \
[all …]
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-tipwmss.txt33 /* child nodes go here */
46 /* child nodes go here */
57 /* child nodes go here */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c292 int pid, status, err, go[2], c = 0; in test_uretprobe_syscall_call()
295 if (!ASSERT_OK(pipe(go), "pipe")) in test_uretprobe_syscall_call()
308 close(go[1]); in test_uretprobe_syscall_call()
311 err = read(go[0], &c, 1); in test_uretprobe_syscall_call()
329 write(go[1], &c, 1); in test_uretprobe_syscall_call()
342 close(go[1]);
343 close(go[0]);
289 int pid, status, err, go[2], c = 0; test_uretprobe_syscall_call() local
H A Duprobe_multi_test.c50 int go[2];
64 close(child->go[1]); in release_child()
65 close(child->go[0]); in release_child()
81 write(child->go[1], &c, 1); in kick_child()
92 close(child->go[1]); in child_func()
95 err = read(child->go[0], &c, 1); in child_func()
110 if (pipe(child->go)) in spawn_child_flag()
150 err = read(child->go[0], &c, 1); in child_thread()
168 if (pipe(child->go)) in spawn_thread()
172 close(child->go[ in spawn_thread()
49 int go[2]; global() member
[all...]
/linux/arch/sparc/kernel/
H 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/
H 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/
H 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 &
156 adapters. For more information on how to identify your adapter, go
209 adapter, go to the Adapter & Driver ID Guide that can be located at:
239 devices. For more information on how to identify your adapter, go
277 information on how to identify your adapter, go to the Adapter
309 devices. For more information on how to identify your adapter, go
363 go to the Adapter & Driver ID Guide that can be located at:
[all …]
/linux/arch/m68k/fpsp040/
H 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.
H A Dsacos.S23 | 1. If |X| >= 1, go to 3.
30 | 3. If |X| > 1, go to 5.
H A Dgen_except.S59 beq do_check |go handle idle frame
61 beqs unimp_x |go handle unimp frame
63 beqs unimp_x |go handle unimp frame
176 bra commonE |go clean and exit
207 bra do_clean |go clean and exit
218 bras ovfl_unfl |go to unfl_ovfl to determine if
274 bra do_clean |go clean and exit
376 | If trace mode enabled, then go to trace handler. This handler
H A Dutil.S187 jmp (%a1) |go to the correct routine
194 bra set_sign |now go set the sign
197 bra set_sign |now go set the sign
228 bra set_sign |now go set the sign
424 beqs opc_1b |if set, go to cmdreg1b
517 jmp (%a1) |go to the correct routine
524 bra uset_sign |now go set the sign
528 bra uset_sign |now go set the sign
560 bra uset_sign |now go set the sign
/linux/arch/alpha/lib/
H 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?
H A Dev6-clear_user.S172 # $1 is the number of quadwords left to go.
177 beq $1, $trailbytes # U .. .. .. : U L U L : Only 0..7 bytes to go
190 # We have an unknown number of bytes left to go.
/linux/Documentation/w1/slaves/
H A Dw1_ds28e17.rst23 come and go as the DS28E17 devices come and go. I2C slave devices connected to
42 chips may come and go on the Onewire bus without being de-powered and
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-trigger-pattern.txt19 It will make the LED go gradually from zero-intensity to max (255) intensity in
31 2. To make the LED go instantly from one brightness value to another, we should
/linux/Documentation/hwmon/
H A Damc6821.rst74 pwm1 = pwm1_auto_point2_pwm. It can go from
79 speed. It can go from temp1_auto_point2_temp.
91 pwm1 = pwm1_auto_point2_pwm. It can go from

12345678910>>...14