Searched refs:what (Results 101 - 125 of 193) sorted by relevance

12345678

/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c147 switch (event->what) {
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_debug.c60 qcaspi_info_show(struct seq_file *s, void *what) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh419 local what=$1; shift
425 log_test "VXLAN: $what"
450 local what=$1; shift
459 log_test "VXLAN: $what"
H A Dvxlan_bridge_1q.sh526 local what=$1; shift
533 log_test "VXLAN: $what"
563 local what=$1; shift
572 log_test "VXLAN: $what"
H A Dvxlan_bridge_1d_ipv6.sh540 local what=$1; shift
546 log_test "VXLAN: $what"
571 local what=$1; shift
580 log_test "VXLAN: $what"
H A Dvxlan_bridge_1q_ipv6.sh668 local what=$1; shift
675 log_test "VXLAN: $what"
705 local what=$1; shift
714 log_test "VXLAN: $what"
H A Dlib.sh54 # Whether to create virtual interfaces, and what netdevice type they should be.
494 local what=$1; shift
497 check_fail $err "$what succeeded, but should have failed"
499 check_err $err "$what failed"
1897 local what=$1; shift
1903 check_err $? "$what: $lines lines of events, expected $el"
/linux-master/net/rxrpc/
H A Dar-internal.h665 enum rxrpc_interruptibility interruptibility; /* At what point call may be interrupted */
881 void rxrpc_poke_call(struct rxrpc_call *call, enum rxrpc_call_poke_trace what);
1290 void rxrpc_get_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1291 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
1292 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what);
/linux-master/tools/bpf/bpftool/
H A Dmain.h36 #define BAD_ARG() ({ p_err("what is '%s'?", *argv); -1; })
167 int parse_u32_arg(int *argc, char ***argv, __u32 *val, const char *what);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c349 static int invalid_header(struct hfi1_devdata *dd, const char *what, argument
357 what, expected, actual);
652 * decides what works (or not).
734 static void write_rsa_data(struct hfi1_devdata *dd, int what, argument
745 write_csr(dd, what + (8 * i), *ptr);
752 write_csr(dd, what + (8 * i), value);
761 static void write_streamed_rsa_data(struct hfi1_devdata *dd, int what, argument
768 write_csr(dd, what, *ptr);
852 * error code to see what error bits are set.
1157 * No need for firmware retry - what t
[all...]
/linux-master/sound/pci/ali5451/
H A Dali5451.c1070 unsigned int what, whati; local
1088 what = whati = 0;
1093 what |= 1 << (pvoice->number & 0x1f);
1098 what |= 1 << (evoice->number & 0x1f);
1114 outl(what, ALI_REG(codec, ALI_STOP));
1122 outl(what, ALI_REG(codec, ALI_START));
1123 dev_dbg(codec->card->dev, "trigger: what=%xh whati=%xh\n", what, whati);
/linux-master/sound/sparc/
H A Dcs4231.c443 unsigned int what, int on)
448 if (what & CS4231_PLAYBACK_ENABLE) {
460 if (what & CS4231_RECORD_ENABLE) {
483 unsigned int what = 0; local
489 what |= CS4231_PLAYBACK_ENABLE;
492 what |= CS4231_RECORD_ENABLE;
499 cs4231_dma_trigger(substream, what, 1);
500 chip->image[CS4231_IFACE_CTRL] |= what;
502 cs4231_dma_trigger(substream, what, 0);
503 chip->image[CS4231_IFACE_CTRL] &= ~what;
442 cs4231_dma_trigger(struct snd_pcm_substream *substream, unsigned int what, int on) argument
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c155 * So what. It saves a spin_lock. */
590 const char *what; local
621 what = "sock_create_kern";
640 what = "bind before connect";
648 what = "connect";
667 drbd_err(connection, "%s failed, err = %d\n", what, err);
701 const char *what; local
716 what = "sock_create_kern";
727 what = "bind before listen";
739 what
5665 validate_req_change_req_state(struct drbd_peer_device *peer_device, u64 id, sector_t sector, struct rb_root *root, const char *func, enum drbd_req_event what, bool missing_ok) argument
5694 enum drbd_req_event what; local
[all...]
H A Ddrbd_worker.c212 enum drbd_req_event what; local
256 what = DISCARD_COMPLETED_NOTSUPP;
258 what = DISCARD_COMPLETED_WITH_ERROR;
262 what = READ_AHEAD_COMPLETED_WITH_ERROR;
264 what = READ_COMPLETED_WITH_ERROR;
267 what = WRITE_COMPLETED_WITH_ERROR;
271 what = COMPLETED_OK;
279 __req_mod(req, what, NULL, &m);
978 /* Now the two UUID sets are equal, update what we
/linux-master/drivers/pinctrl/
H A Dcore.c1059 * mapping, this is what consumers will get when requesting
1645 static int pinctrl_pins_show(struct seq_file *s, void *what) argument
1709 static int pinctrl_groups_show(struct seq_file *s, void *what) argument
1755 static int pinctrl_gpioranges_show(struct seq_file *s, void *what) argument
1789 static int pinctrl_devices_show(struct seq_file *s, void *what) argument
1832 static int pinctrl_maps_show(struct seq_file *s, void *what) argument
1869 static int pinctrl_show(struct seq_file *s, void *what) argument
/linux-master/arch/arm64/kvm/
H A Darm.c1484 /* Now we know what it is, we can reset it. */
1752 int what; local
1757 if (get_user(what, (const int __user *)argp))
1760 return kvm_arm_vcpu_finalize(vcpu, what);
2228 #define init_psci_0_1_impl_state(config, what) \
2229 config.psci_0_1_ ## what ## _implemented = psci_ops.what
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c460 static void tpacpi_log_usertask(const char * const what) argument
463 what, task_tgid_vnr(current));
466 #define tpacpi_disclose_usertask(what, format, arg...) \
471 what, task_tgid_vnr(current), ## arg); \
1037 static void printk_deprecated_attribute(const char * const what, argument
1042 what, details);
1259 static void printk_deprecated_rfkill_attribute(const char * const what) argument
1261 printk_deprecated_attribute(what,
2105 /* log only what the user can fix... */
2179 /* Try to enable what th
9308 tpacpi_battery_get(int what, int battery, int *ret) argument
9350 tpacpi_battery_set(int what, int battery, int value) argument
9404 tpacpi_battery_set_validate(int what, int battery, int value) argument
9537 tpacpi_battery_store(int what, struct device *dev, const char *buf, size_t count) argument
9605 tpacpi_battery_show(int what, struct device *dev, char *buf) argument
[all...]
/linux-master/arch/powerpc/lib/
H A Drheap.c641 int rh_get_stats(rh_info_t * info, int what, int max_stats, rh_stats_t * stats) argument
648 switch (what) {
/linux-master/sound/isa/wss/
H A Dwss_lib.c471 unsigned int what; local
486 what = 0;
489 what |= CS4231_PLAYBACK_ENABLE;
492 what |= CS4231_RECORD_ENABLE;
498 chip->image[CS4231_IFACE_CTRL] |= what;
500 chip->trigger(chip, what, 1);
502 chip->image[CS4231_IFACE_CTRL] &= ~what;
504 chip->trigger(chip, what, 0);
/linux-master/drivers/macintosh/
H A Dvia-cuda.c362 #define WAIT_FOR(cond, what) \
367 pr_err("Timeout waiting for " what "\n"); \
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c74 static int stdio_read_integer(FILE *f, const char *what, int *val) argument
81 ksft_print_msg("failed to parse integer from %s\n", what);
326 /* Is that what we can read back directly? */
/linux-master/sound/sh/
H A Daica.c86 static void spu_memset(u32 toi, u32 what, int length) argument
96 writel(what, toi + SPU_MEMORY_BASE);
/linux-master/arch/x86/events/
H A Dcore.c431 int x86_add_exclusive(unsigned int what) argument
439 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt)
442 if (!atomic_inc_not_zero(&x86_pmu.lbr_exclusive[what])) {
445 if (i != what && atomic_read(&x86_pmu.lbr_exclusive[i]))
448 atomic_inc(&x86_pmu.lbr_exclusive[what]);
461 void x86_del_exclusive(unsigned int what) argument
468 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt)
471 atomic_dec(&x86_pmu.lbr_exclusive[what]);
2871 * We don't know what to do with VM86 stacks.. ignore them for now.
2909 * to figure out what th
[all...]
/linux-master/arch/arm/lib/
H A Ddiv64.S147 8: @ Division by a power of 2: determine what that divisor order is
/linux-master/arch/x86/lib/
H A Dchecksum_32.S298 testl %esi, %esi # what's wrong with clc?

Completed in 473 milliseconds

12345678