Home
last modified time | relevance | path

Searched refs:c_mask (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/fs/orangefs/
Dorangefs-debugfs.c382 struct client_debug_mask c_mask = { NULL, 0, 0 }; in orangefs_debug_write() local
438 debug_string_to_mask(buf, &c_mask, 1); in orangefs_debug_write()
439 debug_mask_to_string(&c_mask, 1); in orangefs_debug_write()
456 c_mask.mask1, in orangefs_debug_write()
457 c_mask.mask2); in orangefs_debug_write()
748 static void do_c_string(void *c_mask, int index) in do_c_string() argument
750 struct client_debug_mask *mask = (struct client_debug_mask *) c_mask; in do_c_string()
792 struct client_debug_mask *c_mask; in check_amalgam_keyword() local
797 c_mask = (struct client_debug_mask *) mask; in check_amalgam_keyword()
799 if ((c_mask->mask1 == cdm_array[client_all_index].mask1) && in check_amalgam_keyword()
[all …]
/linux-6.1.9/drivers/iio/adc/
Dad7291.c83 u16 c_mask; /* Active voltage channels for events */ member
258 return !!(chip->c_mask & BIT(15 - chan->channel)); in ad7291_read_event_config()
291 if ((!state) && (chip->c_mask & mask)) in ad7291_write_event_config()
292 chip->c_mask &= ~mask; in ad7291_write_event_config()
293 else if (state && (!(chip->c_mask & mask))) in ad7291_write_event_config()
294 chip->c_mask |= mask; in ad7291_write_event_config()
299 regval |= chip->c_mask; in ad7291_write_event_config()
300 if (chip->c_mask) /* Enable autocycle? */ in ad7291_write_event_config()
/linux-6.1.9/drivers/net/wan/
Dfsl_ucc_hdlc.h46 __be32 c_mask; member
Dfsl_ucc_hdlc.c274 iowrite32be(CRC_16BIT_MASK, &priv->ucc_pram->c_mask); in uhdlc_init()
/linux-6.1.9/drivers/usb/host/
Dehci-sched.c839 unsigned c_mask; in qh_schedule() local
852 c_mask = 0; in qh_schedule()
872 frame, uframe, qh, &c_mask, tt); in qh_schedule()
880 status = check_intr_schedule(ehci, 0, 0, qh, &c_mask, tt); in qh_schedule()
891 (c_mask << 8) | (1 << uframe) : in qh_schedule()
1305 unsigned s_mask, c_mask, m; in reserve_release_iso_bandwidth() local
1330 c_mask = s_mask >> 8; in reserve_release_iso_bandwidth()
1339 else if (c_mask & m) in reserve_release_iso_bandwidth()
Doxu210hp-hcd.c2552 __le32 c_mask; in qh_schedule() local
2563 qh, &c_mask); in qh_schedule()
2566 c_mask = 0; in qh_schedule()
2581 &c_mask); in qh_schedule()
2590 status = check_intr_schedule(oxu, 0, 0, qh, &c_mask); in qh_schedule()
2601 qh->hw_info2 |= c_mask; in qh_schedule()
Dfotg210-hcd.c3759 __hc32 c_mask; in qh_schedule() local
3771 qh, &c_mask); in qh_schedule()
3774 c_mask = 0; in qh_schedule()
3791 &c_mask); in qh_schedule()
3801 &c_mask); in qh_schedule()
3812 hw->hw_info2 |= c_mask; in qh_schedule()
/linux-6.1.9/drivers/input/keyboard/
Dtegra-kbc.c329 u32 c_mask = 0x0f << c_shft; in tegra_kbc_config_pins() local
336 col_cfg &= ~c_mask; in tegra_kbc_config_pins()
/linux-6.1.9/sound/soc/codecs/
Drt5682s.c1283 unsigned int c_reg, c_mask, c_sft; in rt5682s_set_i2s() local
1287 c_mask = RT5682S_I2S_M_D_MASK; in rt5682s_set_i2s()
1294 c_mask = RT5682S_I2S2_M_D_MASK; in rt5682s_set_i2s()
1310 snd_soc_component_update_bits(component, c_reg, c_mask, pre_div << c_sft); in rt5682s_set_i2s()