Searched refs:is_set (Results 1 - 17 of 17) sorted by relevance

/linux-master/net/sunrpc/
H A Drpcb_clnt.c403 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) argument
408 if (is_set || !sn->rpcb_is_af_local)
466 bool is_set = false; local
473 is_set = true;
476 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set);
489 bool is_set = false; local
497 is_set = true;
500 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set);
515 bool is_set = false; local
523 is_set
[all...]
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c110 bool is_set)
115 is_set ? "SET" : "CLEAR", wValue);
118 d->wakeup_en = is_set;
135 u16 wIndex, u16 wValue, bool is_set)
142 is_set ? "SET" : "CLEAR", ep_num, wValue);
159 is_set ? "setting" : "clearing", ep_num);
160 ep->epn.stalled = is_set;
108 ast_vhub_dev_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) argument
134 ast_vhub_ep_feature(struct ast_vhub_dev *d, u16 wIndex, u16 wValue, bool is_set) argument
H A Dhub.c212 bool is_set)
217 is_set ? "SET" : "CLEAR", wValue);
220 ep->vhub->wakeup_en = is_set;
222 is_set ? "enabled" : "disabled");
240 bool is_set)
247 is_set ? "SET" : "CLEAR", ep_num, wValue);
257 is_set ? "setting" : "clearing");
259 ep->vhub->ep1_stalled = is_set;
261 if (is_set) {
210 ast_vhub_hub_dev_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) argument
238 ast_vhub_hub_ep_feature(struct ast_vhub_ep *ep, u16 wIndex, u16 wValue, bool is_set) argument
/linux-master/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c215 int i, is_set = 0; local
221 is_set = pinconf_to_config_argument(configs[i]);
229 pin, is_set);
233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c109 bool is_set; member in struct:btf_id
502 id->is_set = true;
620 if (!id->id && !id->is_set && !id->is_set8)
690 if (id->is_set) {
722 off, id->is_set ? set->cnt : set8->cnt, id->name);
/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c34 bool is_set, char *sep, const char *set_name, const char *unset_name)
36 if (is_set && set_name) {
40 } else if (!is_set && unset_name) {
48 bool is_set, char *sep, const char *set_name)
50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL);
33 __seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name, const char *unset_name) argument
47 seq_print_rq_state_bit(struct seq_file *m, bool is_set, char *sep, const char *set_name) argument
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c150 bool is_set = false; local
168 is_set = ctx->state & GSC_CTX_STOP_REQ;
169 if (is_set) {
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c906 bool is_set; local
909 is_set = val & BIT(clk->bit_idx);
911 return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dreset.c57 * @is_set: Instead of checking if the flag got cleared, check if it got set
68 bool is_set)
75 if (is_set && (data & flag))
67 ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, bool is_set) argument
H A Dath5k.h1494 bool is_set);
/linux-master/sound/soc/intel/atom/
H A Dsst-atom-controls.c570 uint i, is_set, nb_inputs = 0; local
575 is_set = reg & BIT(i);
576 if (!is_set)
/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c1804 u8 slave_shift, is_set; local
1814 is_set = coalesce0_reg & (1 << slave_shift);
1816 if (!is_set)
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c2297 bool is_set)
2316 udc->is_remote_wakeup = is_set;
2327 if ((ep->id == 0) && is_set) {
2334 if (ep->is_wedged && !is_set) {
2340 usbf_ep_stall(ep, is_set);
2295 usbf_req_clear_set_feature(struct usbf_udc *udc, const struct usb_ctrlrequest *ctrlrequest, bool is_set) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1029 bool is_32, is_set; member in struct:__anon3339
1094 f->is_set = true;
1116 if (!f->is_set)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c575 bool is_set; member in struct:extern_desc
1990 ext->is_set = true;
2021 ext->is_set = true;
2105 ext->is_set = true;
2140 if (!ext || ext->is_set)
5996 if (ext->ksym.type_id && ext->is_set) { /* typed ksyms */
6009 if (ext->is_set) {
8025 if (ext->is_set && ext->ksym.addr != sym_addr) {
8030 if (!ext->is_set) {
8031 ext->is_set
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c1327 bool is_set)
1341 if (is_set && ucontrol->value.enumerated.item[0] > ec->items)
1355 if (is_set)
1325 skl_tplg_multi_config_set_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol, bool is_set) argument
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c2800 int is_set = 1; local
2810 is_set = 0;
2812 return is_set;

Completed in 706 milliseconds