| /linux/net/sunrpc/ |
| H A D | rpcb_clnt.c | 403 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument 408 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call() 466 bool is_set = false; in rpcb_register() local 473 is_set = true; in rpcb_register() 476 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register() 489 bool is_set = false; in rpcb_register_inet4() local 497 is_set = true; in rpcb_register_inet4() 500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4() 515 bool is_set = false; in rpcb_register_inet6() local 523 is_set = true; in rpcb_register_inet6() [all …]
|
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | dev.c | 110 bool is_set) in ast_vhub_dev_feature() argument 115 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 118 d->wakeup_en = is_set; in ast_vhub_dev_feature() 135 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument 142 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 159 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature() 160 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit() argument 36 if (is_set && set_name) { in __seq_print_rq_state_bit() 40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit() 48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit() argument 50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-m2m.c | 150 bool is_set = false; in gsc_m2m_device_run() local 168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run() 169 if (is_set) { in gsc_m2m_device_run()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 739 bool is_set) in mshv_vp_ioctl_get_set_state_pfn() argument 775 if (is_set) in mshv_vp_ioctl_get_set_state_pfn() 795 bool is_set) in mshv_vp_ioctl_get_set_state() argument 871 page_count, is_set); in mshv_vp_ioctl_get_set_state() 880 if (is_set) { in mshv_vp_ioctl_get_set_state()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | reset.c | 68 bool is_set) in ath5k_hw_register_timeout() argument 75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
|
| H A D | ath5k.h | 1494 bool is_set);
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.c | 570 uint i, is_set, nb_inputs = 0; in fill_swm_input() local 575 is_set = reg & BIT(i); in fill_swm_input() 576 if (!is_set) in fill_swm_input()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 2297 bool is_set) in usbf_req_clear_set_feature() argument 2316 udc->is_remote_wakeup = is_set; in usbf_req_clear_set_feature() 2327 if ((ep->id == 0) && is_set) { in usbf_req_clear_set_feature() 2334 if (ep->is_wedged && !is_set) { in usbf_req_clear_set_feature() 2340 usbf_ep_stall(ep, is_set); in usbf_req_clear_set_feature()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 626 bool is_set; 2128 ext->is_set = true; in set_kcfg_value_str() 2159 ext->is_set = true; in parse_u64() 2243 ext->is_set = true; in bpf_object__process_kconfig_line() 2278 if (!ext || ext->is_set) in bpf_object__process_kconfig_line() 6470 if (ext->ksym.type_id && ext->is_set) { /* typed ksyms */ in adjust_prog_btf_ext_info() 6483 if (ext->is_set) { in adjust_prog_btf_ext_info() 8652 if (ext->is_set && ext->ksym.addr != sym_addr) { in bpf_object__resolve_ksym_func_btf_id() 8657 if (!ext->is_set) { in bpf_object__resolve_ksym_func_btf_id() 8658 ext->is_set in bpf_object__resolve_ksym_func_btf_id() 621 bool is_set; global() member [all...] |
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 1164 bool is_32, is_set; in parse_reg_state() 1229 f->is_set = true; in parse_range_cmp_log() 1251 if (!f->is_set) in parse_range_cmp_log() 1129 bool is_32, is_set; parse_reg_state() member
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bnx2.c | 2816 int is_set = 1; in bnx2_phy_int() 2826 is_set = 0; in bnx2_phy_int() 2828 return is_set; 2800 int is_set = 1; bnx2_phy_event_is_set() local
|