Home
last modified time | relevance | path

Searched refs:this (Results 1 - 25 of 3819) sorted by relevance

12345678910>>...153

/third_party/protobuf/php/tests/
H A Dtest_base.php22 $this->assertSame(-42, $m->getOptionalInt32());
23 $this->assertSame(42, $m->getOptionalUint32());
24 $this->assertSame(-44, $m->getOptionalSint32());
25 $this->assertSame(46, $m->getOptionalFixed32());
26 $this->assertSame(-46, $m->getOptionalSfixed32());
27 $this->assertSame(1.5, $m->getOptionalFloat());
28 $this->assertSame(1.6, $m->getOptionalDouble());
29 $this->assertSame(true, $m->getOptionalBool());
30 $this->assertSame('a', $m->getOptionalString());
31 $this
[all...]
H A DArrayTest.php23 $this->assertSame(MAX_INT32, $arr[0]);
25 $this->assertSame(MIN_INT32, $arr[1]);
28 $this->assertSame(1, $arr[2]);
30 $this->assertSame(MAX_INT32, $arr[3]);
32 $this->assertSame(MAX_INT32, $arr[4]);
35 $this->assertSame(2, $arr[5]);
37 $this->assertSame(3, $arr[6]);
39 $this->assertSame(MAX_INT32, $arr[7]);
41 $this->assertEquals(8, count($arr));
45 $this
[all...]
H A DMapFieldTest.php21 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
23 $this->assertSame(MIN_INT32, $arr[MIN_INT32]);
24 $this->assertEquals(2, count($arr));
25 $this->assertTrue(isset($arr[MAX_INT32]));
26 $this->assertTrue(isset($arr[MIN_INT32]));
29 $this->assertEquals(0, count($arr));
34 $this->assertSame(1, $arr[1]);
35 $this->assertSame(2, $arr[2]);
37 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
39 $this
[all...]
H A DPhpImplementationTest.php18 * Please note, this test is only intended to be run without the protobuf C
26 $this->markTestSkipped();
37 $this->assertSame(1, $value);
42 $this->assertSame(-1, $value);
47 $this->assertSame(-1, $value);
57 $this->assertSame(1, $value);
62 $this->assertSame(-1, $value);
67 $this->assertSame(-1, $value);
77 $this->assertEquals(1, $value);
82 $this
[all...]
H A DGeneratedServiceTest.php37 $this->serviceClass = new ReflectionClass('Foo\GreeterInterface');
39 $this->namespacedServiceClass = new ReflectionClass('Bar\OtherGreeterInterface');
44 $this->assertTrue($this->serviceClass->isInterface());
49 $this->assertContains('foo.Greeter', $this->serviceClass->getDocComment());
54 $this->assertContains('foo.OtherGreeter', $this->namespacedServiceClass->getDocComment());
59 $this->assertCount(count($this
[all...]
/third_party/backends/backend/
H A Dsm3600-color.c16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
61 static TState ReadNextColorLine(PTInstance this) in ReadNextColorLine() argument
73 while (iWrite<3*this->state.cxMax) /* max 1 time in reality */ in ReadNextColorLine()
75 while (iWrite<3*this->state.cxMax && in ReadNextColorLine()
76 this in ReadNextColorLine()
139 StartScanColor(TInstance *this) StartScanColor() argument
[all...]
H A Dsm3600-scanutil.c16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
85 The program is aborted, all handles and resources are freed (this
91 int SetError(TInstance *this, int nError, const char *szFormat, ...) in SetError() argument
94 if (this->nErrorState) return 0; /* do not overwrite error state */ in SetError()
95 this in SetError()
144 FreeState(TInstance *this, TState nReturn) FreeState() argument
171 EndScan(TInstance *this) EndScan() argument
188 CancelScan(TInstance *this) CancelScan() argument
221 ReadChunk(TInstance *this, unsigned char *achOut, int cchMax, int *pcchRead) ReadChunk() argument
281 GetAreaSize(TInstance *this) GetAreaSize() argument
310 ResetCalibration(TInstance *this) ResetCalibration() argument
339 InitGammaTables(TInstance *this, int nBrightness, int nContrast) InitGammaTables() argument
373 DoScanFile(TInstance *this) DoScanFile() argument
[all...]
H A Dhp-handle.c16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
91 hp_handle_isScanning (HpHandle this) in hp_handle_isScanning() argument
93 return this->reader_pid != 0; in hp_handle_isScanning()
102 struct hp_handle_s *this = (struct hp_handle_s *) data; in reader_thread() local
108 (long) this in reader_thread()
130 struct hp_handle_s *this = (struct hp_handle_s *) data; reader_process() local
155 hp_handle_startReader(HpHandle this, HpScsi scsi) hp_handle_startReader() argument
217 hp_handle_stopScan(HpHandle this) hp_handle_stopScan() argument
258 hp_handle_uploadParameters(HpHandle this, HpScsi scsi, int *scan_depth, hp_bool_t *soft_invert, hp_bool_t *out8) hp_handle_uploadParameters() argument
365 sanei_hp_handle_destroy(HpHandle this) sanei_hp_handle_destroy() argument
383 sanei_hp_handle_saneoption(HpHandle this, SANE_Int optnum) sanei_hp_handle_saneoption() argument
394 sanei_hp_handle_control(HpHandle this, SANE_Int optnum, SANE_Action action, void *valp, SANE_Int *info) sanei_hp_handle_control() argument
423 sanei_hp_handle_getParameters(HpHandle this, SANE_Parameters *params) sanei_hp_handle_getParameters() argument
463 sanei_hp_handle_startScan(HpHandle this) sanei_hp_handle_startScan() argument
655 sanei_hp_handle_read(HpHandle this, void * buf, size_t *lengthp) sanei_hp_handle_read() argument
728 sanei_hp_handle_cancel(HpHandle this) sanei_hp_handle_cancel() argument
745 sanei_hp_handle_setNonblocking(HpHandle this, hp_bool_t non_blocking) sanei_hp_handle_setNonblocking() argument
764 sanei_hp_handle_getPipefd(HpHandle this, SANE_Int *fd) sanei_hp_handle_getPipefd() argument
[all...]
H A Dhp-accessor.c16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
75 hp_data_resize (HpData this, size_t newsize) in hp_data_resize() argument
78 if (this->bufsiz != newsize) in hp_data_resize()
80 assert(!this->frozen); in hp_data_resize()
81 this in hp_data_resize()
88 hp_data_freeze(HpData this) hp_data_freeze() argument
95 hp_data_alloc(HpData this, size_t sz) hp_data_alloc() argument
121 hp_data_data(HpData this, size_t offset) hp_data_data() argument
150 sanei_hp_data_destroy(HpData this) sanei_hp_data_destroy() argument
180 sanei_hp_accessor_get(HpAccessor this, HpData data, void * valp) sanei_hp_accessor_get() argument
188 sanei_hp_accessor_set(HpAccessor this, HpData data, void * valp) sanei_hp_accessor_set() argument
196 sanei_hp_accessor_getint(HpAccessor this, HpData data) sanei_hp_accessor_getint() argument
203 sanei_hp_accessor_setint(HpAccessor this, HpData data, int val) sanei_hp_accessor_setint() argument
210 sanei_hp_accessor_data(HpAccessor this, HpData data) sanei_hp_accessor_data() argument
216 sanei__hp_accessor_data(HpAccessor this, HpData data) sanei__hp_accessor_data() argument
222 sanei_hp_accessor_size(HpAccessor this) sanei_hp_accessor_size() argument
250 hp_accessor_int_get(HpAccessor this, HpData data, void * valp) hp_accessor_int_get() argument
257 hp_accessor_int_set(HpAccessor this, HpData data, void * valp) hp_accessor_int_set() argument
264 hp_accessor_int_getint(HpAccessor this, HpData data) hp_accessor_int_getint() argument
270 hp_accessor_int_setint(HpAccessor this, HpData data, int val) hp_accessor_int_setint() argument
299 hp_accessor_bool_get(HpAccessor this, HpData data, void * valp) hp_accessor_bool_get() argument
307 hp_accessor_bool_set(HpAccessor this, HpData data, void * valp) hp_accessor_bool_set() argument
338 hp_accessor_fixed_get(HpAccessor this, HpData data, void * valp) hp_accessor_fixed_get() argument
345 hp_accessor_fixed_set(HpAccessor this, HpData data, void * valp) hp_accessor_fixed_set() argument
381 hp_accessor_choice_get(HpAccessor this, HpData data, void * valp) hp_accessor_choice_get() argument
391 HpAccessorChoice this = (HpAccessorChoice)_this; hp_accessor_choice_set() local
413 hp_accessor_choice_getint(HpAccessor this, HpData data) hp_accessor_choice_getint() argument
422 HpAccessorChoice this = (HpAccessorChoice)_this; hp_accessor_choice_setint() local
451 sanei_hp_accessor_choice_maxsize(HpAccessorChoice this) sanei_hp_accessor_choice_maxsize() argument
463 sanei_hp_accessor_choice_strlist(HpAccessorChoice this, HpOptSet optset, HpData data, const HpDeviceInfo *info) sanei_hp_accessor_choice_strlist() argument
494 _HpAccessorChoice this; sanei_hp_accessor_choice_new() local
543 sanei_hp_accessor_vector_length(HpAccessorVector this) sanei_hp_accessor_vector_length() argument
549 sanei_hp_accessor_vector_minval(HpAccessorVector this) sanei_hp_accessor_vector_minval() argument
555 sanei_hp_accessor_vector_maxval(HpAccessorVector this) sanei_hp_accessor_vector_maxval() argument
561 _v_get(HpAccessorVector this, const unsigned char * data) _v_get() argument
578 _v_set(HpAccessorVector this, unsigned char * data, unsigned short val) _v_set() argument
601 HpAccessorVector this = (HpAccessorVector)_this; hp_accessor_vector_get() local
619 HpAccessorVector this = (HpAccessorVector)_this; hp_accessor_vector_set() local
641 _vector_unscale(HpAccessorVector this, SANE_Fixed fval) _vector_unscale() argument
648 _vector_scale(HpAccessorVector this, unsigned short val) _vector_scale() argument
688 _gamma_vector_unscale(HpAccessorVector __sane_unused__ this, SANE_Fixed fval) _gamma_vector_unscale() argument
698 _gamma_vector_scale(HpAccessorVector __sane_unused__ this, unsigned short val) _gamma_vector_scale() argument
711 _HpAccessorVector this = sanei_hp_accessor_gamma_vector_new() local
731 _matrix_vector_unscale(HpAccessorVector this, SANE_Fixed fval) _matrix_vector_unscale() argument
749 _matrix_vector_scale(HpAccessorVector this, unsigned short val) _matrix_vector_scale() argument
770 _HpAccessorVector this = sanei_hp_accessor_matrix_vector_new() local
791 _HpAccessorVector this = sanei_hp_memdup(super, sizeof(*this)); sanei_hp_accessor_subvector_new() local
824 HpAccessor this; global() member
834 HpAccessorGeometry this = (HpAccessorGeometry)_this; hp_accessor_geometry_set() local
854 HpAccessorGeometry this = (HpAccessorGeometry)_this; hp_accessor_geometry_getint() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php19 * Sets the Java package where classes generated from this .proto will be
20 * placed. By default, the proto package is used, but this is often
70 * Sets the Go package where structs generated from this .proto will be
106 * Is this file deprecated?
107 * Depending on the target platform, this can emit Deprecated annotations
109 * least, this is a formalization for deprecating files.
115 * Enables the use of arenas for the proto messages in this file. This applies
123 * generated classes from this .proto. There is no default.
137 * defined. When this options is provided, they will use this valu
[all...]
H A DFieldDescriptorProto.php33 * If type_name is set, this need not be set. If both this and type_name
34 * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
40 * For message and enum types, this is the name of the type. If the name
42 * rules are used to find the type (i.e. first the nested types within this
50 * For extensions, this is the name of the type being extended. It is
74 * JSON name of this field. The value is set by protocol compiler. If the
75 * user has set a "json_name" option on this field, that option's value
87 * If true, this is a proto3 "optional". When a proto3 field is optional, it
89 * When proto3_optional is true, this fiel
[all...]
H A DCodedInputStream.php12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // this software without specific prior written permission.
59 $this->buffer = $buffer;
60 $this->buffer_size_after_limit = 0;
61 $this->buffer_end = $end;
62 $this->current = $start;
63 $this->current_limit = $end;
64 $this->legitimate_message_end = false;
65 $this
[all...]
H A DFileDescriptorProto.php33 * Names of files imported by this file.
52 * All top-level definitions in this file.
75 * You may safely remove this entire field without harming runtime
101 * Names of files imported by this file.
108 * All top-level definitions in this file.
115 * You may safely remove this entire field without harming runtime
136 return isset($this->name) ? $this->name : '';
141 return isset($this->name);
146 unset($this
[all...]
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dmidibuf.c33 static int midibuf_is_empty(struct midi_buffer *this) in midibuf_is_empty() argument
35 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
38 static int midibuf_is_full(struct midi_buffer *this) in midibuf_is_full() argument
40 return this->full; in midibuf_is_full()
43 void line6_midibuf_reset(struct midi_buffer *this) in line6_midibuf_reset() argument
45 this->pos_read = this->pos_write = this in line6_midibuf_reset()
49 line6_midibuf_init(struct midi_buffer *this, int size, int split) line6_midibuf_init() argument
62 line6_midibuf_bytes_free(struct midi_buffer *this) line6_midibuf_bytes_free() argument
71 line6_midibuf_bytes_used(struct midi_buffer *this) line6_midibuf_bytes_used() argument
80 line6_midibuf_write(struct midi_buffer *this, unsigned char *data, int length) line6_midibuf_write() argument
123 line6_midibuf_read(struct midi_buffer *this, unsigned char *data, int length, int read_type) line6_midibuf_read() argument
241 line6_midibuf_ignore(struct midi_buffer *this, int length) line6_midibuf_ignore() argument
253 line6_midibuf_destroy(struct midi_buffer *this) line6_midibuf_destroy() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dmidibuf.c33 static int midibuf_is_empty(struct midi_buffer *this) in midibuf_is_empty() argument
35 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
38 static int midibuf_is_full(struct midi_buffer *this) in midibuf_is_full() argument
40 return this->full; in midibuf_is_full()
43 void line6_midibuf_reset(struct midi_buffer *this) in line6_midibuf_reset() argument
45 this->pos_read = this->pos_write = this in line6_midibuf_reset()
49 line6_midibuf_init(struct midi_buffer *this, int size, int split) line6_midibuf_init() argument
62 line6_midibuf_bytes_free(struct midi_buffer *this) line6_midibuf_bytes_free() argument
71 line6_midibuf_bytes_used(struct midi_buffer *this) line6_midibuf_bytes_used() argument
80 line6_midibuf_write(struct midi_buffer *this, unsigned char *data, int length) line6_midibuf_write() argument
123 line6_midibuf_read(struct midi_buffer *this, unsigned char *data, int length, int read_type) line6_midibuf_read() argument
241 line6_midibuf_ignore(struct midi_buffer *this, int length) line6_midibuf_ignore() argument
253 line6_midibuf_destroy(struct midi_buffer *this) line6_midibuf_destroy() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dwl3501_cs.c188 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page() argument
190 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); in wl3501_switch_page()
199 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr() argument
201 int base_addr = this->base_addr; in wl3501_get_flash_mac_addr()
210 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
212 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
214 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
216 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
218 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
220 this in wl3501_get_flash_mac_addr()
247 wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, int size) wl3501_set_to_wla() argument
270 wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, int size) wl3501_get_from_wla() argument
296 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) wl3501_get_tx_buffer() argument
332 wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) wl3501_free_tx_buffer() argument
350 wl3501_esbq_req_test(struct wl3501_card *this) wl3501_esbq_req_test() argument
358 wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) wl3501_esbq_req() argument
369 wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) wl3501_esbq_exec() argument
384 wl3501_request_mib(struct wl3501_card *this, u8 index, void *bf) wl3501_request_mib() argument
408 wl3501_get_mib_value(struct wl3501_card *this, u8 index, void *bf, int size) wl3501_get_mib_value() argument
426 wl3501_pwr_mgmt(struct wl3501_card *this, int suspend) wl3501_pwr_mgmt() argument
466 wl3501_send_pkt(struct wl3501_card *this, u8 *data, u16 len) wl3501_send_pkt() argument
552 wl3501_mgmt_resync(struct wl3501_card *this) wl3501_mgmt_resync() argument
561 wl3501_fw_bss_type(struct wl3501_card *this) wl3501_fw_bss_type() argument
567 wl3501_fw_cap_info(struct wl3501_card *this) wl3501_fw_cap_info() argument
573 wl3501_mgmt_scan(struct wl3501_card *this, u16 chan_time) wl3501_mgmt_scan() argument
588 wl3501_mgmt_join(struct wl3501_card *this, u16 stas) wl3501_mgmt_join() argument
606 wl3501_mgmt_start(struct wl3501_card *this) wl3501_mgmt_start() argument
659 wl3501_mgmt_scan_confirm(struct wl3501_card *this, u16 addr) wl3501_mgmt_scan_confirm() argument
731 wl3501_block_interrupt(struct wl3501_card *this) wl3501_block_interrupt() argument
748 wl3501_unblock_interrupt(struct wl3501_card *this) wl3501_unblock_interrupt() argument
767 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) wl3501_receive() argument
807 wl3501_esbq_req_free(struct wl3501_card *this) wl3501_esbq_req_free() argument
826 wl3501_esbq_confirm(struct wl3501_card *this) wl3501_esbq_confirm() argument
836 struct wl3501_card *this = netdev_priv(dev); wl3501_online() local
843 wl3501_esbq_confirm_done(struct wl3501_card *this) wl3501_esbq_confirm_done() argument
853 wl3501_mgmt_auth(struct wl3501_card *this) wl3501_mgmt_auth() argument
866 wl3501_mgmt_association(struct wl3501_card *this) wl3501_mgmt_association() argument
882 struct wl3501_card *this = netdev_priv(dev); wl3501_mgmt_join_confirm() local
928 wl3501_alarm_interrupt(struct net_device *dev, struct wl3501_card *this) wl3501_alarm_interrupt() argument
938 wl3501_md_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_md_confirm_interrupt() argument
951 wl3501_md_ind_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_md_ind_interrupt() argument
997 wl3501_get_confirm_interrupt(struct wl3501_card *this, u16 addr, void *sig, int size) wl3501_get_confirm_interrupt() argument
1006 wl3501_start_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_start_confirm_interrupt() argument
1021 struct wl3501_card *this = netdev_priv(dev); wl3501_assoc_confirm_interrupt() local
1031 wl3501_auth_confirm_interrupt(struct wl3501_card *this, u16 addr) wl3501_auth_confirm_interrupt() argument
1050 struct wl3501_card *this = netdev_priv(dev); wl3501_rx_interrupt() local
1110 wl3501_ack_interrupt(struct wl3501_card *this) wl3501_ack_interrupt() argument
1130 struct wl3501_card *this; wl3501_interrupt() local
1143 wl3501_reset_board(struct wl3501_card *this) wl3501_reset_board() argument
1181 wl3501_init_firmware(struct wl3501_card *this) wl3501_init_firmware() argument
1232 struct wl3501_card *this = netdev_priv(dev); wl3501_close() local
1262 struct wl3501_card *this = netdev_priv(dev); wl3501_reset() local
1317 struct wl3501_card *this = netdev_priv(dev); wl3501_hard_start_xmit() local
1343 struct wl3501_card *this = netdev_priv(dev); wl3501_open() local
1382 struct wl3501_card *this = netdev_priv(dev); wl3501_get_wireless_stats() local
1451 struct wl3501_card *this = netdev_priv(dev); wl3501_set_freq() local
1465 struct wl3501_card *this = netdev_priv(dev); wl3501_get_freq() local
1481 struct wl3501_card *this = netdev_priv(dev); wl3501_set_mode() local
1492 struct wl3501_card *this = netdev_priv(dev); wl3501_get_mode() local
1501 struct wl3501_card *this = netdev_priv(dev); wl3501_get_sens() local
1532 struct wl3501_card *this = netdev_priv(dev); wl3501_set_wap() local
1551 struct wl3501_card *this = netdev_priv(dev); wl3501_get_wap() local
1570 struct wl3501_card *this = netdev_priv(dev); wl3501_get_scan() local
1620 struct wl3501_card *this = netdev_priv(dev); wl3501_set_essid() local
1637 struct wl3501_card *this = netdev_priv(dev); wl3501_get_essid() local
1651 struct wl3501_card *this = netdev_priv(dev); wl3501_set_nick() local
1662 struct wl3501_card *this = netdev_priv(dev); wl3501_get_nick() local
1687 struct wl3501_card *this = netdev_priv(dev); wl3501_get_rts_threshold() local
1703 struct wl3501_card *this = netdev_priv(dev); wl3501_get_frag_threshold() local
1719 struct wl3501_card *this = netdev_priv(dev); wl3501_get_txpow() local
1741 struct wl3501_card *this = netdev_priv(dev); wl3501_get_retry() local
1768 struct wl3501_card *this = netdev_priv(dev); wl3501_get_encode() local
1805 struct wl3501_card *this = netdev_priv(dev); wl3501_get_power() local
1864 struct wl3501_card *this; wl3501_probe() local
1905 struct wl3501_card *this; wl3501_config() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501_cs.c188 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page() argument
190 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); in wl3501_switch_page()
199 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr() argument
201 int base_addr = this->base_addr; in wl3501_get_flash_mac_addr()
210 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
212 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
214 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
216 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
218 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
220 this in wl3501_get_flash_mac_addr()
247 wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, int size) wl3501_set_to_wla() argument
270 wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, int size) wl3501_get_from_wla() argument
296 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) wl3501_get_tx_buffer() argument
332 wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) wl3501_free_tx_buffer() argument
350 wl3501_esbq_req_test(struct wl3501_card *this) wl3501_esbq_req_test() argument
358 wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) wl3501_esbq_req() argument
369 wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) wl3501_esbq_exec() argument
384 wl3501_request_mib(struct wl3501_card *this, u8 index, void *bf) wl3501_request_mib() argument
408 wl3501_get_mib_value(struct wl3501_card *this, u8 index, void *bf, int size) wl3501_get_mib_value() argument
426 wl3501_pwr_mgmt(struct wl3501_card *this, int suspend) wl3501_pwr_mgmt() argument
466 wl3501_send_pkt(struct wl3501_card *this, u8 *data, u16 len) wl3501_send_pkt() argument
552 wl3501_mgmt_resync(struct wl3501_card *this) wl3501_mgmt_resync() argument
561 wl3501_fw_bss_type(struct wl3501_card *this) wl3501_fw_bss_type() argument
567 wl3501_fw_cap_info(struct wl3501_card *this) wl3501_fw_cap_info() argument
573 wl3501_mgmt_scan(struct wl3501_card *this, u16 chan_time) wl3501_mgmt_scan() argument
588 wl3501_mgmt_join(struct wl3501_card *this, u16 stas) wl3501_mgmt_join() argument
606 wl3501_mgmt_start(struct wl3501_card *this) wl3501_mgmt_start() argument
659 wl3501_mgmt_scan_confirm(struct wl3501_card *this, u16 addr) wl3501_mgmt_scan_confirm() argument
731 wl3501_block_interrupt(struct wl3501_card *this) wl3501_block_interrupt() argument
748 wl3501_unblock_interrupt(struct wl3501_card *this) wl3501_unblock_interrupt() argument
767 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) wl3501_receive() argument
807 wl3501_esbq_req_free(struct wl3501_card *this) wl3501_esbq_req_free() argument
826 wl3501_esbq_confirm(struct wl3501_card *this) wl3501_esbq_confirm() argument
836 struct wl3501_card *this = netdev_priv(dev); wl3501_online() local
843 wl3501_esbq_confirm_done(struct wl3501_card *this) wl3501_esbq_confirm_done() argument
853 wl3501_mgmt_auth(struct wl3501_card *this) wl3501_mgmt_auth() argument
866 wl3501_mgmt_association(struct wl3501_card *this) wl3501_mgmt_association() argument
882 struct wl3501_card *this = netdev_priv(dev); wl3501_mgmt_join_confirm() local
928 wl3501_alarm_interrupt(struct net_device *dev, struct wl3501_card *this) wl3501_alarm_interrupt() argument
938 wl3501_md_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_md_confirm_interrupt() argument
951 wl3501_md_ind_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_md_ind_interrupt() argument
997 wl3501_get_confirm_interrupt(struct wl3501_card *this, u16 addr, void *sig, int size) wl3501_get_confirm_interrupt() argument
1006 wl3501_start_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) wl3501_start_confirm_interrupt() argument
1021 struct wl3501_card *this = netdev_priv(dev); wl3501_assoc_confirm_interrupt() local
1031 wl3501_auth_confirm_interrupt(struct wl3501_card *this, u16 addr) wl3501_auth_confirm_interrupt() argument
1050 struct wl3501_card *this = netdev_priv(dev); wl3501_rx_interrupt() local
1110 wl3501_ack_interrupt(struct wl3501_card *this) wl3501_ack_interrupt() argument
1130 struct wl3501_card *this; wl3501_interrupt() local
1143 wl3501_reset_board(struct wl3501_card *this) wl3501_reset_board() argument
1181 wl3501_init_firmware(struct wl3501_card *this) wl3501_init_firmware() argument
1232 struct wl3501_card *this = netdev_priv(dev); wl3501_close() local
1262 struct wl3501_card *this = netdev_priv(dev); wl3501_reset() local
1317 struct wl3501_card *this = netdev_priv(dev); wl3501_hard_start_xmit() local
1343 struct wl3501_card *this = netdev_priv(dev); wl3501_open() local
1382 struct wl3501_card *this = netdev_priv(dev); wl3501_get_wireless_stats() local
1451 struct wl3501_card *this = netdev_priv(dev); wl3501_set_freq() local
1465 struct wl3501_card *this = netdev_priv(dev); wl3501_get_freq() local
1481 struct wl3501_card *this = netdev_priv(dev); wl3501_set_mode() local
1492 struct wl3501_card *this = netdev_priv(dev); wl3501_get_mode() local
1501 struct wl3501_card *this = netdev_priv(dev); wl3501_get_sens() local
1532 struct wl3501_card *this = netdev_priv(dev); wl3501_set_wap() local
1551 struct wl3501_card *this = netdev_priv(dev); wl3501_get_wap() local
1570 struct wl3501_card *this = netdev_priv(dev); wl3501_get_scan() local
1620 struct wl3501_card *this = netdev_priv(dev); wl3501_set_essid() local
1637 struct wl3501_card *this = netdev_priv(dev); wl3501_get_essid() local
1651 struct wl3501_card *this = netdev_priv(dev); wl3501_set_nick() local
1662 struct wl3501_card *this = netdev_priv(dev); wl3501_get_nick() local
1687 struct wl3501_card *this = netdev_priv(dev); wl3501_get_rts_threshold() local
1703 struct wl3501_card *this = netdev_priv(dev); wl3501_get_frag_threshold() local
1719 struct wl3501_card *this = netdev_priv(dev); wl3501_get_txpow() local
1741 struct wl3501_card *this = netdev_priv(dev); wl3501_get_retry() local
1768 struct wl3501_card *this = netdev_priv(dev); wl3501_get_encode() local
1805 struct wl3501_card *this = netdev_priv(dev); wl3501_get_power() local
1864 struct wl3501_card *this; wl3501_probe() local
1905 struct wl3501_card *this; wl3501_config() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h85 /// Return true if this is a smallvector which has not had dynamic
91 /// Put this vector in a state of being small.
96 void setEnd(T *P) { this->EndX = P; } in setEnd()
115 iterator begin() { return (iterator)this->BeginX; } in begin()
117 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin()
119 iterator end() { return (iterator)this->EndX; } in end()
121 const_iterator end() const { return (const_iterator)this->EndX; } in end()
124 iterator capacity_ptr() { return (iterator)this->CapacityX; } in capacity_ptr()
125 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} in capacity_ptr()
212 if (LLVM_UNLIKELY(this
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h62 /// Clients can use this in conjunction with capacity() to write past the end
83 /// Find the address of the first element. For this pointer math to be valid
88 reinterpret_cast<const char *>(this) + in getFirstEl()
101 /// Return true if this is a smallvector which has not had dynamic
105 /// Put this vector in a state of being small.
127 iterator begin() { return (iterator)this->BeginX; } in begin()
128 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin()
212 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
213 this
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c71 * You will see a DMA timeout in this case. The bug has been fixed
74 * To avoid this bug, just add a new parameter `just_enable` for
119 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk() argument
126 clk = this->resources.clock[i]; in __gpmi_enable_clk()
142 clk_disable_unprepare(this->resources.clock[i - 1]); in __gpmi_enable_clk()
146 static int gpmi_init(struct gpmi_nand_data *this) in gpmi_init() argument
148 struct resources *r = &this->resources; in gpmi_init()
151 ret = pm_runtime_resume_and_get(this->dev); in gpmi_init()
163 ret = gpmi_reset_block(r->bch_regs, GPMI_IS_MXS(this)); in gpmi_init()
189 pm_runtime_mark_last_busy(this in gpmi_init()
195 gpmi_dump_info(struct gpmi_nand_data *this) gpmi_dump_info() argument
241 gpmi_check_ecc(struct gpmi_nand_data *this) gpmi_check_ecc() argument
268 bbm_in_data_chunk(struct gpmi_nand_data *this, unsigned int *chunk_num) bbm_in_data_chunk() argument
306 set_geometry_by_ecc_info(struct gpmi_nand_data *this, unsigned int ecc_strength, unsigned int ecc_step) set_geometry_by_ecc_info() argument
436 get_ecc_strength(struct gpmi_nand_data *this) get_ecc_strength() argument
449 set_geometry_for_large_oob(struct gpmi_nand_data *this) set_geometry_for_large_oob() argument
577 legacy_set_geometry(struct gpmi_nand_data *this) legacy_set_geometry() argument
691 common_nfc_set_geometry(struct gpmi_nand_data *this) common_nfc_set_geometry() argument
731 bch_set_geometry(struct gpmi_nand_data *this) bch_set_geometry() argument
840 gpmi_nfc_compute_timings(struct gpmi_nand_data *this, const struct nand_sdr_timings *sdr) gpmi_nfc_compute_timings() argument
925 gpmi_nfc_apply_timings(struct gpmi_nand_data *this) gpmi_nfc_apply_timings() argument
976 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_setup_interface() local
1004 gpmi_clear_bch(struct gpmi_nand_data *this) gpmi_clear_bch() argument
1010 get_dma_chan(struct gpmi_nand_data *this) get_dma_chan() argument
1019 struct gpmi_nand_data *this = param; dma_irq_callback() local
1027 struct gpmi_nand_data *this = cookie; bch_irq() local
1034 gpmi_raw_len_to_len(struct gpmi_nand_data *this, int raw_len) gpmi_raw_len_to_len() argument
1047 prepare_data_dma(struct gpmi_nand_data *this, const void *buf, int raw_len, struct scatterlist *sgl, enum dma_data_direction dr) prepare_data_dma() argument
1093 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ooblayout_ecc() local
1109 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ooblayout_free() local
1181 acquire_register_block(struct gpmi_nand_data *this, const char *res_name) acquire_register_block() argument
1202 acquire_bch_irq(struct gpmi_nand_data *this, irq_handler_t irq_h) acquire_bch_irq() argument
1219 release_dma_channels(struct gpmi_nand_data *this) release_dma_channels() argument
1229 acquire_dma_channels(struct gpmi_nand_data *this) acquire_dma_channels() argument
1248 gpmi_get_clks(struct gpmi_nand_data *this) gpmi_get_clks() argument
1271 acquire_resources(struct gpmi_nand_data *this) acquire_resources() argument
1302 release_resources(struct gpmi_nand_data *this) release_resources() argument
1307 gpmi_free_dma_buffer(struct gpmi_nand_data *this) gpmi_free_dma_buffer() argument
1324 gpmi_alloc_dma_buffer(struct gpmi_nand_data *this) gpmi_alloc_dma_buffer() argument
1364 block_mark_swapping(struct gpmi_nand_data *this, void *payload, void *auxiliary) block_mark_swapping() argument
1410 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_count_bitflips() local
1503 gpmi_bch_layout_std(struct gpmi_nand_data *this) gpmi_bch_layout_std() argument
1528 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_page() local
1570 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_subpage() local
1667 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_write_page() local
1754 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_oob() local
1814 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_page_raw() local
1899 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_write_page_raw() local
1979 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_block_markbad() local
2003 nand_boot_set_geometry(struct gpmi_nand_data *this) nand_boot_set_geometry() argument
2030 mx23_check_transcription_stamp(struct gpmi_nand_data *this) mx23_check_transcription_stamp() argument
2085 mx23_write_transcription_stamp(struct gpmi_nand_data *this) mx23_write_transcription_stamp() argument
2151 mx23_boot_init(struct gpmi_nand_data *this) mx23_boot_init() argument
2224 nand_boot_init(struct gpmi_nand_data *this) nand_boot_init() argument
2234 gpmi_set_geometry(struct gpmi_nand_data *this) gpmi_set_geometry() argument
2252 gpmi_init_last(struct gpmi_nand_data *this) gpmi_init_last() argument
2295 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_nand_attach_chip() local
2317 get_next_transfer(struct gpmi_nand_data *this) get_next_transfer() argument
2329 gpmi_chain_command( struct gpmi_nand_data *this, u8 cmd, const u8 *addr, int naddr) gpmi_chain_command() argument
2371 gpmi_chain_wait_ready( struct gpmi_nand_data *this) gpmi_chain_wait_ready() argument
2389 gpmi_chain_data_read( struct gpmi_nand_data *this, void *buf, int raw_len, bool *direct) gpmi_chain_data_read() argument
2436 gpmi_chain_data_write( struct gpmi_nand_data *this, const void *buf, int raw_len) gpmi_chain_data_write() argument
2488 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_nfc_exec_op() local
2661 gpmi_nand_init(struct gpmi_nand_data *this) gpmi_nand_init() argument
2730 struct gpmi_nand_data *this; gpmi_nand_probe() local
2782 struct gpmi_nand_data *this = platform_get_drvdata(pdev); gpmi_nand_remove() local
2799 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_pm_suspend() local
2807 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_pm_resume() local
2838 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_runtime_suspend() local
2845 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_runtime_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H A Donenand_base.c218 * @param this onenand chip data structure
224 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() argument
227 if (block & this->density_mask) in onenand_block_address()
228 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask); in onenand_block_address()
235 * @param this onenand chip data structure
241 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() argument
244 if (block & this->density_mask) in onenand_bufferram_address()
298 * @param this - OneNAND device structure
301 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() argument
305 if (ONENAND_IS_DDP(this) in flexonenand_block()
320 onenand_block(struct onenand_chip *this, loff_t addr) onenand_block() argument
334 flexonenand_addr(struct onenand_chip *this, int block) flexonenand_addr() argument
352 onenand_addr(struct onenand_chip *this, int block) onenand_addr() argument
400 struct onenand_chip *this = mtd->priv; onenand_command() local
524 onenand_read_ecc(struct onenand_chip *this) onenand_read_ecc() argument
555 struct onenand_chip * this = mtd->priv; onenand_wait() local
635 struct onenand_chip *this = data; onenand_interrupt() local
653 struct onenand_chip *this = mtd->priv; onenand_interrupt_wait() local
669 struct onenand_chip *this = mtd->priv; onenand_try_interrupt_wait() local
700 struct onenand_chip *this = mtd->priv; onenand_setup_wait() local
735 struct onenand_chip *this = mtd->priv; onenand_bufferram_offset() local
761 struct onenand_chip *this = mtd->priv; onenand_read_bufferram() local
797 struct onenand_chip *this = mtd->priv; onenand_sync_read_bufferram() local
837 struct onenand_chip *this = mtd->priv; onenand_write_bufferram() local
875 struct onenand_chip *this = mtd->priv; onenand_get_2x_blockpage() local
899 struct onenand_chip *this = mtd->priv; onenand_check_bufferram() local
942 struct onenand_chip *this = mtd->priv; onenand_update_bufferram() local
975 struct onenand_chip *this = mtd->priv; onenand_invalidate_bufferram() local
996 struct onenand_chip *this = mtd->priv; onenand_get_device() local
1033 struct onenand_chip *this = mtd->priv; onenand_release_device() local
1054 struct onenand_chip *this = mtd->priv; onenand_transfer_auto_oob() local
1077 struct onenand_chip *this = mtd->priv; onenand_recover_lsb() local
1117 struct onenand_chip *this = mtd->priv; onenand_mlc_read_ops_nolock() local
1218 struct onenand_chip *this = mtd->priv; onenand_read_ops_nolock() local
1347 struct onenand_chip *this = mtd->priv; onenand_read_oob_nolock() local
1442 struct onenand_chip *this = mtd->priv; onenand_read_oob() local
1476 struct onenand_chip *this = mtd->priv; onenand_bbt_wait() local
1529 struct onenand_chip *this = mtd->priv; onenand_bbt_read_oob() local
1603 struct onenand_chip *this = mtd->priv; onenand_verify_oob() local
1632 struct onenand_chip *this = mtd->priv; onenand_verify() local
1673 struct onenand_chip *this = mtd->priv; onenand_panic_wait() local
1698 struct onenand_chip *this = mtd->priv; onenand_panic_write() local
1788 struct onenand_chip *this = mtd->priv; onenand_write_ops_nolock() local
1972 struct onenand_chip *this = mtd->priv; onenand_write_oob_nolock() local
2113 struct onenand_chip *this = mtd->priv; onenand_block_isbad_nolock() local
2124 struct onenand_chip *this = mtd->priv; onenand_multiblock_erase_verify() local
2157 struct onenand_chip *this = mtd->priv; onenand_multiblock_erase() local
2269 struct onenand_chip *this = mtd->priv; onenand_block_by_block_erase() local
2336 struct onenand_chip *this = mtd->priv; onenand_erase() local
2436 struct onenand_chip *this = mtd->priv; onenand_default_block_markbad() local
2470 struct onenand_chip *this = mtd->priv; onenand_block_markbad() local
2498 struct onenand_chip *this = mtd->priv; onenand_do_lock_cmd() local
2609 onenand_check_lock_status(struct onenand_chip *this) onenand_check_lock_status() argument
2645 struct onenand_chip *this = mtd->priv; onenand_unlock_all() local
2694 struct onenand_chip *this = mtd->priv; onenand_otp_command() local
2772 struct onenand_chip *this = mtd->priv; onenand_otp_write_oob_nolock() local
2903 struct onenand_chip *this = mtd->priv; do_otp_read() local
2940 struct onenand_chip *this = mtd->priv; do_otp_write() local
2984 struct onenand_chip *this = mtd->priv; do_otp_lock() local
3035 struct onenand_chip *this = mtd->priv; onenand_otp_walk() local
3191 struct onenand_chip *this = mtd->priv; onenand_lock_user_prot_reg() local
3245 struct onenand_chip *this = mtd->priv; onenand_check_features() local
3388 struct onenand_chip *this = mtd->priv; flexonenand_get_boundary() local
3429 struct onenand_chip *this = mtd->priv; flexonenand_get_size() local
3510 struct onenand_chip *this = mtd->priv; flexonenand_check_blocks_erased() local
3558 struct onenand_chip *this = mtd->priv; flexonenand_set_boundary() local
3650 struct onenand_chip *this = mtd->priv; onenand_chip_probe() local
3695 struct onenand_chip *this = mtd->priv; onenand_probe() local
3799 struct onenand_chip *this = mtd->priv; onenand_resume() local
3821 struct onenand_chip *this = mtd->priv; onenand_scan() local
3992 struct onenand_chip *this = mtd->priv; onenand_release() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
H A Donenand_base.c218 * @this: onenand chip data structure
224 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() argument
227 if (block & this->density_mask) in onenand_block_address()
228 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask); in onenand_block_address()
235 * @this: onenand chip data structure
241 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() argument
244 if (block & this->density_mask) in onenand_bufferram_address()
298 * @this: - OneNAND device structure
301 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() argument
305 if (ONENAND_IS_DDP(this) in flexonenand_block()
320 onenand_block(struct onenand_chip *this, loff_t addr) onenand_block() argument
334 flexonenand_addr(struct onenand_chip *this, int block) flexonenand_addr() argument
352 onenand_addr(struct onenand_chip *this, int block) onenand_addr() argument
400 struct onenand_chip *this = mtd->priv; onenand_command() local
524 onenand_read_ecc(struct onenand_chip *this) onenand_read_ecc() argument
555 struct onenand_chip * this = mtd->priv; onenand_wait() local
635 struct onenand_chip *this = data; onenand_interrupt() local
653 struct onenand_chip *this = mtd->priv; onenand_interrupt_wait() local
669 struct onenand_chip *this = mtd->priv; onenand_try_interrupt_wait() local
700 struct onenand_chip *this = mtd->priv; onenand_setup_wait() local
735 struct onenand_chip *this = mtd->priv; onenand_bufferram_offset() local
761 struct onenand_chip *this = mtd->priv; onenand_read_bufferram() local
797 struct onenand_chip *this = mtd->priv; onenand_sync_read_bufferram() local
837 struct onenand_chip *this = mtd->priv; onenand_write_bufferram() local
875 struct onenand_chip *this = mtd->priv; onenand_get_2x_blockpage() local
899 struct onenand_chip *this = mtd->priv; onenand_check_bufferram() local
942 struct onenand_chip *this = mtd->priv; onenand_update_bufferram() local
975 struct onenand_chip *this = mtd->priv; onenand_invalidate_bufferram() local
996 struct onenand_chip *this = mtd->priv; onenand_get_device() local
1033 struct onenand_chip *this = mtd->priv; onenand_release_device() local
1054 struct onenand_chip *this = mtd->priv; onenand_transfer_auto_oob() local
1077 struct onenand_chip *this = mtd->priv; onenand_recover_lsb() local
1117 struct onenand_chip *this = mtd->priv; onenand_mlc_read_ops_nolock() local
1218 struct onenand_chip *this = mtd->priv; onenand_read_ops_nolock() local
1347 struct onenand_chip *this = mtd->priv; onenand_read_oob_nolock() local
1442 struct onenand_chip *this = mtd->priv; onenand_read_oob() local
1488 struct onenand_chip *this = mtd->priv; onenand_bbt_wait() local
1541 struct onenand_chip *this = mtd->priv; onenand_bbt_read_oob() local
1615 struct onenand_chip *this = mtd->priv; onenand_verify_oob() local
1644 struct onenand_chip *this = mtd->priv; onenand_verify() local
1685 struct onenand_chip *this = mtd->priv; onenand_panic_wait() local
1710 struct onenand_chip *this = mtd->priv; onenand_panic_write() local
1800 struct onenand_chip *this = mtd->priv; onenand_write_ops_nolock() local
1981 struct onenand_chip *this = mtd->priv; onenand_write_oob_nolock() local
2122 struct onenand_chip *this = mtd->priv; onenand_block_isbad_nolock() local
2133 struct onenand_chip *this = mtd->priv; onenand_multiblock_erase_verify() local
2166 struct onenand_chip *this = mtd->priv; onenand_multiblock_erase() local
2278 struct onenand_chip *this = mtd->priv; onenand_block_by_block_erase() local
2345 struct onenand_chip *this = mtd->priv; onenand_erase() local
2445 struct onenand_chip *this = mtd->priv; onenand_default_block_markbad() local
2479 struct onenand_chip *this = mtd->priv; onenand_block_markbad() local
2507 struct onenand_chip *this = mtd->priv; onenand_do_lock_cmd() local
2618 onenand_check_lock_status(struct onenand_chip *this) onenand_check_lock_status() argument
2654 struct onenand_chip *this = mtd->priv; onenand_unlock_all() local
2703 struct onenand_chip *this = mtd->priv; onenand_otp_command() local
2779 struct onenand_chip *this = mtd->priv; onenand_otp_write_oob_nolock() local
2910 struct onenand_chip *this = mtd->priv; do_otp_read() local
2947 struct onenand_chip *this = mtd->priv; do_otp_write() local
2991 struct onenand_chip *this = mtd->priv; do_otp_lock() local
3042 struct onenand_chip *this = mtd->priv; onenand_otp_walk() local
3199 struct onenand_chip *this = mtd->priv; onenand_lock_user_prot_reg() local
3253 struct onenand_chip *this = mtd->priv; onenand_check_features() local
3396 struct onenand_chip *this = mtd->priv; flexonenand_get_boundary() local
3437 struct onenand_chip *this = mtd->priv; flexonenand_get_size() local
3518 struct onenand_chip *this = mtd->priv; flexonenand_check_blocks_erased() local
3565 struct onenand_chip *this = mtd->priv; flexonenand_set_boundary() local
3657 struct onenand_chip *this = mtd->priv; onenand_chip_probe() local
3702 struct onenand_chip *this = mtd->priv; onenand_probe() local
3806 struct onenand_chip *this = mtd->priv; onenand_resume() local
3828 struct onenand_chip *this = mtd->priv; onenand_scan() local
3999 struct onenand_chip *this = mtd->priv; onenand_release() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c29 long WINAPI ff_dshow_filter_GetClassID(DShowFilter *this, CLSID *id) in DECLARE_ADDREF()
31 dshowdebug("ff_dshow_filter_GetClassID(%p)\n", this); in DECLARE_ADDREF()
32 /* I'm not creating a ClassID just for this. */ in DECLARE_ADDREF()
35 long WINAPI ff_dshow_filter_Stop(DShowFilter *this) in ff_dshow_filter_Stop() argument
37 dshowdebug("ff_dshow_filter_Stop(%p)\n", this); in ff_dshow_filter_Stop()
38 this->state = State_Stopped; in ff_dshow_filter_Stop()
41 long WINAPI ff_dshow_filter_Pause(DShowFilter *this) in ff_dshow_filter_Pause() argument
43 dshowdebug("ff_dshow_filter_Pause(%p)\n", this); in ff_dshow_filter_Pause()
44 this->state = State_Paused; in ff_dshow_filter_Pause()
47 long WINAPI ff_dshow_filter_Run(DShowFilter *this, REFERENCE_TIM in ff_dshow_filter_Pause() argument
54 ff_dshow_filter_GetState(DShowFilter *this, DWORD ms, FILTER_STATE *state) ff_dshow_filter_GetState() argument
62 ff_dshow_filter_SetSyncSource(DShowFilter *this, IReferenceClock *clock) ff_dshow_filter_SetSyncSource() argument
76 ff_dshow_filter_GetSyncSource(DShowFilter *this, IReferenceClock **clock) ff_dshow_filter_GetSyncSource() argument
88 ff_dshow_filter_EnumPins(DShowFilter *this, IEnumPins **enumpin) ff_dshow_filter_EnumPins() argument
102 ff_dshow_filter_FindPin(DShowFilter *this, const wchar_t *id, IPin **pin) ff_dshow_filter_FindPin() argument
119 ff_dshow_filter_QueryFilterInfo(DShowFilter *this, FILTER_INFO *info) ff_dshow_filter_QueryFilterInfo() argument
131 ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, const wchar_t *name) ff_dshow_filter_JoinFilterGraph() argument
142 ff_dshow_filter_QueryVendorInfo(DShowFilter *this, wchar_t **info) ff_dshow_filter_QueryVendorInfo() argument
152 ff_dshow_filter_Setup(DShowFilter *this, void *priv_data, void *callback, enum dshowDeviceType type) ff_dshow_filter_Setup() argument
180 ff_dshow_filter_Cleanup(DShowFilter *this) ff_dshow_filter_Cleanup() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c71 * You will see a DMA timeout in this case. The bug has been fixed
74 * To avoid this bug, just add a new parameter `just_enable` for
119 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk() argument
126 clk = this->resources.clock[i]; in __gpmi_enable_clk()
142 clk_disable_unprepare(this->resources.clock[i - 1]); in __gpmi_enable_clk()
146 static int gpmi_init(struct gpmi_nand_data *this) in gpmi_init() argument
148 struct resources *r = &this->resources; in gpmi_init()
151 ret = pm_runtime_get_sync(this->dev); in gpmi_init()
153 pm_runtime_put_noidle(this->dev); in gpmi_init()
165 ret = gpmi_reset_block(r->bch_regs, GPMI_IS_MXS(this)); in gpmi_init()
195 gpmi_dump_info(struct gpmi_nand_data *this) gpmi_dump_info() argument
239 gpmi_check_ecc(struct gpmi_nand_data *this) gpmi_check_ecc() argument
258 set_geometry_by_ecc_info(struct gpmi_nand_data *this, unsigned int ecc_strength, unsigned int ecc_step) set_geometry_by_ecc_info() argument
387 get_ecc_strength(struct gpmi_nand_data *this) get_ecc_strength() argument
400 legacy_set_geometry(struct gpmi_nand_data *this) legacy_set_geometry() argument
512 common_nfc_set_geometry(struct gpmi_nand_data *this) common_nfc_set_geometry() argument
536 bch_set_geometry(struct gpmi_nand_data *this) bch_set_geometry() argument
645 gpmi_nfc_compute_timings(struct gpmi_nand_data *this, const struct nand_sdr_timings *sdr) gpmi_nfc_compute_timings() argument
719 gpmi_nfc_apply_timings(struct gpmi_nand_data *this) gpmi_nfc_apply_timings() argument
770 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_setup_interface() local
795 gpmi_clear_bch(struct gpmi_nand_data *this) gpmi_clear_bch() argument
801 get_dma_chan(struct gpmi_nand_data *this) get_dma_chan() argument
810 struct gpmi_nand_data *this = param; dma_irq_callback() local
818 struct gpmi_nand_data *this = cookie; bch_irq() local
825 gpmi_raw_len_to_len(struct gpmi_nand_data *this, int raw_len) gpmi_raw_len_to_len() argument
838 prepare_data_dma(struct gpmi_nand_data *this, const void *buf, int raw_len, struct scatterlist *sgl, enum dma_data_direction dr) prepare_data_dma() argument
884 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ooblayout_ecc() local
900 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ooblayout_free() local
972 acquire_register_block(struct gpmi_nand_data *this, const char *res_name) acquire_register_block() argument
995 acquire_bch_irq(struct gpmi_nand_data *this, irq_handler_t irq_h) acquire_bch_irq() argument
1015 release_dma_channels(struct gpmi_nand_data *this) release_dma_channels() argument
1025 acquire_dma_channels(struct gpmi_nand_data *this) acquire_dma_channels() argument
1044 gpmi_get_clks(struct gpmi_nand_data *this) gpmi_get_clks() argument
1067 acquire_resources(struct gpmi_nand_data *this) acquire_resources() argument
1098 release_resources(struct gpmi_nand_data *this) release_resources() argument
1103 gpmi_free_dma_buffer(struct gpmi_nand_data *this) gpmi_free_dma_buffer() argument
1120 gpmi_alloc_dma_buffer(struct gpmi_nand_data *this) gpmi_alloc_dma_buffer() argument
1160 block_mark_swapping(struct gpmi_nand_data *this, void *payload, void *auxiliary) block_mark_swapping() argument
1206 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_count_bitflips() local
1299 gpmi_bch_layout_std(struct gpmi_nand_data *this) gpmi_bch_layout_std() argument
1323 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_page() local
1365 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_subpage() local
1442 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_write_page() local
1532 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_oob() local
1592 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_read_page_raw() local
1677 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_ecc_write_page_raw() local
1757 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_block_markbad() local
1781 nand_boot_set_geometry(struct gpmi_nand_data *this) nand_boot_set_geometry() argument
1808 mx23_check_transcription_stamp(struct gpmi_nand_data *this) mx23_check_transcription_stamp() argument
1863 mx23_write_transcription_stamp(struct gpmi_nand_data *this) mx23_write_transcription_stamp() argument
1929 mx23_boot_init(struct gpmi_nand_data *this) mx23_boot_init() argument
2002 nand_boot_init(struct gpmi_nand_data *this) nand_boot_init() argument
2012 gpmi_set_geometry(struct gpmi_nand_data *this) gpmi_set_geometry() argument
2030 gpmi_init_last(struct gpmi_nand_data *this) gpmi_init_last() argument
2073 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_nand_attach_chip() local
2095 get_next_transfer(struct gpmi_nand_data *this) get_next_transfer() argument
2107 gpmi_chain_command( struct gpmi_nand_data *this, u8 cmd, const u8 *addr, int naddr) gpmi_chain_command() argument
2149 gpmi_chain_wait_ready( struct gpmi_nand_data *this) gpmi_chain_wait_ready() argument
2167 gpmi_chain_data_read( struct gpmi_nand_data *this, void *buf, int raw_len, bool *direct) gpmi_chain_data_read() argument
2214 gpmi_chain_data_write( struct gpmi_nand_data *this, const void *buf, int raw_len) gpmi_chain_data_write() argument
2266 struct gpmi_nand_data *this = nand_get_controller_data(chip); gpmi_nfc_exec_op() local
2441 gpmi_nand_init(struct gpmi_nand_data *this) gpmi_nand_init() argument
2520 struct gpmi_nand_data *this; gpmi_nand_probe() local
2580 struct gpmi_nand_data *this = platform_get_drvdata(pdev); gpmi_nand_remove() local
2598 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_pm_suspend() local
2606 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_pm_resume() local
2637 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_runtime_suspend() local
2644 struct gpmi_nand_data *this = dev_get_drvdata(dev); gpmi_runtime_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c104 struct lsdc_pixpll *this = (struct lsdc_pixpll *)data; in lsdc_pixel_pll_free() local
106 iounmap(this->mmio); in lsdc_pixel_pll_free()
108 kfree(this->priv); in lsdc_pixel_pll_free()
116 * @this: point to the object where this function is called from
118 static int lsdc_pixel_pll_setup(struct lsdc_pixpll * const this) in lsdc_pixel_pll_setup() argument
122 this->mmio = ioremap(this->reg_base, this->reg_size); in lsdc_pixel_pll_setup()
123 if (!this in lsdc_pixel_pll_setup()
149 lsdc_pixpll_find(struct lsdc_pixpll * const this, unsigned int clock, struct lsdc_pixpll_parms *pout) lsdc_pixpll_find() argument
192 lsdc_pixel_pll_compute(struct lsdc_pixpll * const this, unsigned int clock, struct lsdc_pixpll_parms *pout) lsdc_pixel_pll_compute() argument
251 __pixpll_rreg(struct lsdc_pixpll *this, union lsdc_pixpll_reg_bitmap *dst) __pixpll_rreg() argument
262 __pixpll_wreg(struct lsdc_pixpll *this, union lsdc_pixpll_reg_bitmap *src) __pixpll_wreg() argument
273 __pixpll_ops_powerup(struct lsdc_pixpll * const this) __pixpll_ops_powerup() argument
284 __pixpll_ops_powerdown(struct lsdc_pixpll * const this) __pixpll_ops_powerdown() argument
295 __pixpll_ops_on(struct lsdc_pixpll * const this) __pixpll_ops_on() argument
306 __pixpll_ops_off(struct lsdc_pixpll * const this) __pixpll_ops_off() argument
317 __pixpll_ops_bypass(struct lsdc_pixpll * const this) __pixpll_ops_bypass() argument
328 __pixpll_ops_unbypass(struct lsdc_pixpll * const this) __pixpll_ops_unbypass() argument
339 __pixpll_ops_untoggle_param(struct lsdc_pixpll * const this) __pixpll_ops_untoggle_param() argument
350 __pixpll_ops_set_param(struct lsdc_pixpll * const this, struct lsdc_pixpll_parms const *p) __pixpll_ops_set_param() argument
364 __pixpll_ops_toggle_param(struct lsdc_pixpll * const this) __pixpll_ops_toggle_param() argument
375 __pixpll_ops_wait_locked(struct lsdc_pixpll * const this) __pixpll_ops_wait_locked() argument
400 lsdc_pixpll_update(struct lsdc_pixpll * const this, struct lsdc_pixpll_parms const *pin) lsdc_pixpll_update() argument
428 lsdc_pixpll_get_freq(struct lsdc_pixpll * const this) lsdc_pixpll_get_freq() argument
445 lsdc_pixpll_print(struct lsdc_pixpll * const this, struct drm_printer *p) lsdc_pixpll_print() argument
469 lsdc_pixpll_init(struct lsdc_pixpll * const this, struct drm_device *ddev, unsigned int index) lsdc_pixpll_init() argument
[all...]

Completed in 21 milliseconds

12345678910>>...153