/Linux-v5.4/net/bpfilter/ |
D | bpfilter_kern.c | 38 unsigned int optlen, bool is_set) in __bpfilter_process_sockopt() argument 46 req.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.4/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 216 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()
|
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()
|
/Linux-v5.4/net/sunrpc/ |
D | rpcb_clnt.c | 396 …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/ |
D | sockopt.c | 27 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/ |
D | bpfilter.h | 19 unsigned int optlen, bool is_set);
|
/Linux-v5.4/drivers/pinctrl/pxa/ |
D | pinctrl-pxa2xx.c | 214 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/ |
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.4/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.4/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.4/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.4/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 552 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/ |
D | bnx2.c | 2806 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()
|