/Linux-v5.10/net/bpfilter/ |
D | bpfilter_kern.c | 64 bool is_set) in bpfilter_process_sockopt() argument 67 .is_set = is_set, in bpfilter_process_sockopt()
|
D | msgfmt.h | 8 __u32 is_set; member
|
D | main.c | 44 reply.status = req.is_set ? in loop()
|
/Linux-v5.10/net/sunrpc/ |
D | rpcb_clnt.c | 378 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument 383 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call() 441 bool is_set = false; in rpcb_register() local 448 is_set = true; in rpcb_register() 451 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register() 464 bool is_set = false; in rpcb_register_inet4() local 472 is_set = true; in rpcb_register_inet4() 475 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4() 490 bool is_set = false; in rpcb_register_inet6() local 498 is_set = true; in rpcb_register_inet6() [all …]
|
/Linux-v5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | dev.c | 116 bool is_set) in ast_vhub_dev_feature() argument 119 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 124 d->wakeup_en = is_set; in ast_vhub_dev_feature() 130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument 137 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 154 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature() 155 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
|
D | hub.c | 206 bool is_set) in ast_vhub_hub_dev_feature() argument 209 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 214 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature() 216 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature() 223 bool is_set) in ast_vhub_hub_ep_feature() argument 230 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 240 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature() 242 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature() 244 if (is_set) { in ast_vhub_hub_ep_feature()
|
/Linux-v5.10/net/ipv4/bpfilter/ |
D | sockopt.c | 25 unsigned int optlen, bool is_set) in bpfilter_mbox_request() argument 48 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
|
/Linux-v5.10/drivers/pinctrl/pxa/ |
D | pinctrl-pxa2xx.c | 215 int i, is_set = 0; in pxa2xx_pconf_group_set() local 221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set() 229 pin, is_set); in pxa2xx_pconf_group_set() 233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
|
/Linux-v5.10/include/linux/ |
D | bpfilter.h | 21 unsigned int optlen, bool is_set);
|
/Linux-v5.10/drivers/block/drbd/ |
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-v5.10/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 152 bool is_set = false; in gsc_m2m_device_run() local 170 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run() 171 if (is_set) { in gsc_m2m_device_run()
|
/Linux-v5.10/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 906 bool is_set; in lpc32xx_clk_gate_is_enabled() local 909 is_set = val & BIT(clk->bit_idx); in lpc32xx_clk_gate_is_enabled() 911 return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set); in lpc32xx_clk_gate_is_enabled()
|
/Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
D | reset.c | 68 bool is_set) in ath5k_hw_register_timeout() argument 75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
|
D | ath5k.h | 1498 bool is_set);
|
/Linux-v5.10/sound/soc/intel/atom/ |
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-v5.10/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 1801 u8 slave_shift, is_set; in mlxbf_i2c_has_coalesce() local 1811 is_set = coalesce0_reg & (1 << slave_shift); in mlxbf_i2c_has_coalesce() 1813 if (!is_set) in mlxbf_i2c_has_coalesce()
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.c | 381 bool is_set; member 1490 ext->is_set = true; in set_kcfg_value_tri() 1520 ext->is_set = true; in set_kcfg_value_str() 1589 ext->is_set = true; in set_kcfg_value_num() 1624 if (!ext || ext->is_set) in bpf_object__process_kconfig_line() 7082 if (ext->is_set && ext->ksym.addr != sym_addr) { in bpf_object__read_kallsyms_file() 7088 if (!ext->is_set) { in bpf_object__read_kallsyms_file() 7089 ext->is_set = true; in bpf_object__read_kallsyms_file() 7153 ext->is_set = true; in bpf_object__resolve_ksyms_btf_id() 7212 if (ext->type == EXT_KCFG && !ext->is_set) { in bpf_object__resolve_externs() [all …]
|
/Linux-v5.10/sound/soc/intel/skylake/ |
D | skl-topology.c | 1360 bool is_set) in skl_tplg_multi_config_set_get() argument 1374 if (is_set && ucontrol->value.enumerated.item[0] > ec->items) in skl_tplg_multi_config_set_get() 1388 if (is_set) in skl_tplg_multi_config_set_get()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 2800 int is_set = 1; in bnx2_phy_event_is_set() local 2810 is_set = 0; in bnx2_phy_event_is_set() 2812 return is_set; in bnx2_phy_event_is_set()
|