Searched refs:other (Results 1 - 25 of 191) sorted by relevance

12345678

/linux-master/tools/perf/pmu-events/
H A Dmetric.py25 def Equals(self, other) -> bool:
35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator':
36 return Operator('|', self, other)
38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator':
39 return Operator('|', other, self)
41 def __xor__(self, other: Union[int, float, 'Expression']) -> 'Operator':
42 return Operator('^', self, other)
44 def __and__(self, other: Union[int, float, 'Expression']) -> 'Operator':
45 return Operator('&', self, other)
47 def __rand__(self, other
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_config.py37 def __eq__(self, other: Any) -> bool:
38 if not isinstance(other, self.__class__):
40 return self._entries == other._entries
52 def is_subset_of(self, other: 'Kconfig') -> bool:
54 b = other._entries.get(name)
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
66 b = other._entries.get(name)
72 def merge_in_entries(self, other: 'Kconfig') -> None:
73 for name, value in other._entries.items():
/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c73 char *fdpath, *dfdpath, *other; local
80 E_asprintf(&other, "%s", dfdpath);
82 E_asprintf(&other, "%s", path);
84 E_asprintf(&other, "%s/%s", dfdpath, path);
86 cmp = !strcmp(fdpath, other);
90 free(other);
/linux-master/tools/perf/tests/
H A Dthread-maps-share.c17 /* other process */
18 struct thread *other, *other_leader; local
27 * other group (pid: 4, tids: 4, 5)
40 other = machine__findnew_thread(machine, 4, 5);
43 leader && t1 && t2 && t3 && other);
54 * Verify the other leader was created by previous call.
59 TEST_ASSERT_VAL("failed to find other leader", other_leader);
70 machine__remove_thread(machine, other);
73 other_maps = thread__maps(other);
90 /* release other grou
[all...]
H A Dattr.py108 def equal(self, other):
110 log.debug(" [%s] %s %s" % (t, self[t], other[t]));
111 if t not in self or t not in other:
113 if not data_equal(self[t], other[t]):
122 def diff(self, other):
124 if t not in self or t not in other:
126 if not data_equal(self[t], other[t]):
127 log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
/linux-master/drivers/platform/x86/x86-android-tablets/
H A DMakefile9 asus.o lenovo.o other.o
/linux-master/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h10 * The ASPEED SoCs provide typically more than 200 pins for GPIO and other
130 * interest will stomp on the state of other UART signals when disabling the
141 * should be treated like any other signal type with full function expression
666 * @other: Macro name for "other" functionality (subjected to stringification)
675 #define PIN_DECL_1(pin, other, sig) \
676 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
678 SIG_EXPR_LIST_PTR(pin, other))
684 * @other
[all...]
/linux-master/net/sctp/
H A Ddebug.c139 /* Lookup "other" debug name. */
142 if (id.other <= SCTP_EVENT_OTHER_MAX)
143 return sctp_other_tbl[id.other];
144 return "unknown 'other' event";
/linux-master/include/net/
H A Dvsock_addr.h18 const struct sockaddr_vm *other);
/linux-master/sound/i2c/
H A DMakefile11 obj-$(CONFIG_SND) += other/
/linux-master/net/vmw_vsock/
H A Dvsock_addr.c53 const struct sockaddr_vm *other)
55 return addr->svm_cid == other->svm_cid &&
56 addr->svm_port == other->svm_port;
52 vsock_addr_equals_addr(const struct sockaddr_vm *addr, const struct sockaddr_vm *other) argument
/linux-master/scripts/
H A Dconfig30 Enable option directly after other option
32 Disable option directly after other option
34 Turn option into module directly after other option
/linux-master/drivers/leds/
H A Dleds-acer-a500.c20 struct a500_led *other; member in struct:a500_led
52 * RESET_LEDS turns off both LEDs, thus restore other LED if
55 if (led->other->cdev.brightness)
59 control_seq[1] = led->other->enable_seq[0];
100 white_led->other = orange_led;
101 orange_led->other = white_led;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_sync.c65 struct radeon_fence *other; local
70 other = sync->sync_to[fence->ring];
71 sync->sync_to[fence->ring] = radeon_fence_later(fence, other);
74 other = sync->last_vm_update;
75 sync->last_vm_update = radeon_fence_later(fence, other);
/linux-master/net/unix/
H A Daf_unix.c52 * other the moment one end closes.
461 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) argument
467 u_other = unix_sk(other);
472 u->peer_wake.private = other;
483 struct sock *other)
488 u_other = unix_sk(other);
491 if (u->peer_wake.private == other) {
500 struct sock *other)
502 unix_dgram_peer_wake_disconnect(sk, other);
510 * - unix_peer(sk) == other
482 unix_dgram_peer_wake_disconnect(struct sock *sk, struct sock *other) argument
499 unix_dgram_peer_wake_disconnect_wakeup(struct sock *sk, struct sock *other) argument
513 unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) argument
558 unix_dgram_disconnected(struct sock *sk, struct sock *other) argument
1357 struct sock *other; local
1470 struct sock *sk = sock->sk, *newsk = NULL, *other = NULL; local
1853 unix_passcred_enabled(const struct socket *sock, const struct sock *other) argument
1868 maybe_add_creds(struct sk_buff *skb, const struct socket *sock, const struct sock *other) argument
1918 struct sock *sk = sock->sk, *other = NULL; local
2141 queue_oob(struct socket *sock, struct msghdr *msg, struct sock *other, struct scm_cookie *scm, bool fds_sent) argument
2199 struct sock *other = NULL; local
2961 struct sock *other; local
3167 struct sock *sk = sock->sk, *other; local
[all...]
/linux-master/tools/lib/perf/
H A Dcpumap.c443 * other has its reference count increased.
447 struct perf_cpu_map *other)
454 if (perf_cpu_map__is_subset(orig, other))
456 if (perf_cpu_map__is_subset(other, orig)) {
458 return perf_cpu_map__get(other);
461 tmp_len = __perf_cpu_map__nr(orig) + __perf_cpu_map__nr(other);
468 while (i < __perf_cpu_map__nr(orig) && j < __perf_cpu_map__nr(other)) {
469 if (__perf_cpu_map__cpu(orig, i).cpu <= __perf_cpu_map__cpu(other, j).cpu) {
470 if (__perf_cpu_map__cpu(orig, i).cpu == __perf_cpu_map__cpu(other, j).cpu)
474 tmp_cpus[k++] = __perf_cpu_map__cpu(other,
446 perf_cpu_map__merge(struct perf_cpu_map *orig, struct perf_cpu_map *other) argument
490 perf_cpu_map__intersect(struct perf_cpu_map *orig, struct perf_cpu_map *other) argument
[all...]
/linux-master/include/uapi/linux/
H A Dicmpv6.h48 other:1, member in struct:icmp6hdr::__anon3080::icmpv6_nd_ra
53 other:1, member in struct:icmp6hdr::__anon3080::icmpv6_nd_ra
78 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
/linux-master/lib/kunit/
H A Dstring-stream.h50 struct string_stream *other);
/linux-master/drivers/char/ipmi/
H A Dipmi_si_hardcode.c46 module_param_hw_array(regspacings, int, other, &num_regspacings, 0);
49 module_param_hw_array(regsizes, int, other, &num_regsizes, 0);
52 module_param_hw_array(regshifts, int, other, &num_regshifts, 0);
55 module_param_hw_array(slave_addrs, int, other, &num_slave_addrs, 0);
/linux-master/tools/lib/perf/include/perf/
H A Dcpumap.h43 struct perf_cpu_map *other);
45 struct perf_cpu_map *other);
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c198 struct efx_nic *other, *next; local
206 list_for_each_entry_safe(other, next, &efx_unassociated_list,
208 if (efx_same_controller(efx, other)) {
209 list_del(&other->node);
210 netif_dbg(other, probe, other->net_dev,
214 list_add_tail(&other->node,
216 other->primary = efx;
222 list_for_each_entry(other, &efx_primary_list, node) {
223 if (efx_same_controller(efx, other)) {
243 struct efx_nic *other, *next; local
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.c208 struct efx_nic *other, *next; local
216 list_for_each_entry_safe(other, next, &efx_unassociated_list,
218 if (efx_same_controller(efx, other)) {
219 list_del(&other->node);
220 netif_dbg(other, probe, other->net_dev,
224 list_add_tail(&other->node,
226 other->primary = efx;
232 list_for_each_entry(other, &efx_primary_list, node) {
233 if (efx_same_controller(efx, other)) {
253 struct efx_nic *other, *next; local
[all...]
/linux-master/drivers/base/
H A Ddriver.c225 struct device_driver *other; local
239 other = driver_find(drv->name, drv->bus);
240 if (other) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux.c396 /* Unload any bytes sent back from the other side */
834 struct intel_encoder *other; local
836 for_each_intel_encoder(&i915->drm, other) {
837 if (other == encoder)
840 if (!intel_encoder_is_dig_port(other))
843 if (enc_to_dig_port(other)->aux_ch == aux_ch)
844 return other;
853 struct intel_encoder *other; local
871 other = get_encoder_by_aux_ch(encoder, aux_ch);
872 if (other) {
[all...]
/linux-master/sound/soc/samsung/
H A Di2s.c160 /* Return pointer to the other DAI */
166 /* If the other interface of the controller is transmitting data */
169 struct i2s_dai *other = get_other_dai(i2s); local
171 return tx_active(other);
193 /* If the other interface of the controller is receiving data */
196 struct i2s_dai *other = get_other_dai(i2s); local
198 return rx_active(other);
207 /* If the other DAI is transmitting or receiving data */
508 struct i2s_dai *other = get_other_dai(i2s); local
533 if ((rfs && other
827 struct i2s_dai *other = get_other_dai(i2s); local
854 struct i2s_dai *other = get_other_dai(i2s); local
877 struct i2s_dai *other = get_other_dai(i2s); local
995 struct i2s_dai *other = get_other_dai(i2s); local
1058 struct i2s_dai *other = get_other_dai(i2s); local
1583 struct i2s_dai *other = get_other_dai(i2s); local
1597 struct i2s_dai *other = get_other_dai(i2s); local
[all...]

Completed in 271 milliseconds

12345678