Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/net/bpfilter/
Dbpfilter_kern.c38 unsigned int optlen, bool is_set) in __bpfilter_process_sockopt() argument
46 req.is_set = is_set; in __bpfilter_process_sockopt()
Dmsgfmt.h8 __u32 is_set; member
Dmain.c44 reply.status = req.is_set ? in loop()
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c216 bool is_set) in ast_vhub_hub_dev_feature() argument
219 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature()
224 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature()
226 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature()
233 bool is_set) in ast_vhub_hub_ep_feature() argument
240 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature()
250 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature()
252 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature()
254 if (is_set) { in ast_vhub_hub_ep_feature()
Ddev.c116 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()
/Linux-v5.4/net/sunrpc/
Drpcb_clnt.c396 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument
401 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call()
462 bool is_set = false; in rpcb_register() local
471 is_set = true; in rpcb_register()
474 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register()
487 bool is_set = false; in rpcb_register_inet4() local
500 is_set = true; in rpcb_register_inet4()
503 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4()
518 bool is_set = false; in rpcb_register_inet6() local
531 is_set = true; in rpcb_register_inet6()
[all …]
/Linux-v5.4/net/ipv4/bpfilter/
Dsockopt.c27 unsigned int optlen, bool is_set) in bpfilter_mbox_request() argument
46 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
/Linux-v5.4/include/linux/
Dbpfilter.h19 unsigned int optlen, bool is_set);
/Linux-v5.4/drivers/pinctrl/pxa/
Dpinctrl-pxa2xx.c214 int i, is_set = 0; in pxa2xx_pconf_group_set() local
220 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set()
228 pin, is_set); in pxa2xx_pconf_group_set()
232 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_debugfs.c34 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.4/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c152 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.4/drivers/clk/nxp/
Dclk-lpc32xx.c906 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.4/drivers/net/wireless/ath/ath5k/
Dreset.c68 bool is_set) in ath5k_hw_register_timeout() argument
75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
Dath5k.h1498 bool is_set);
/Linux-v5.4/sound/soc/intel/atom/
Dsst-atom-controls.c552 uint i, is_set, nb_inputs = 0; in fill_swm_input() local
557 is_set = reg & BIT(i); in fill_swm_input()
558 if (!is_set) in fill_swm_input()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbnx2.c2806 int is_set = 1; in bnx2_phy_event_is_set() local
2816 is_set = 0; in bnx2_phy_event_is_set()
2818 return is_set; in bnx2_phy_event_is_set()