Home
last modified time | relevance | path

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

/linux-6.15/fs/orangefs/
H A Dorangefs-debugfs.c424 struct client_debug_mask c_mask = { NULL, 0, 0 }; in orangefs_debug_write() local
479 debug_string_to_mask(buf, &c_mask, 1); in orangefs_debug_write()
480 debug_mask_to_string(&c_mask, 1); in orangefs_debug_write()
497 c_mask.mask1, in orangefs_debug_write()
498 c_mask.mask2); in orangefs_debug_write()
789 static void do_c_string(void *c_mask, int index) in do_c_string() argument
833 struct client_debug_mask *c_mask; in check_amalgam_keyword() local
838 c_mask = (struct client_debug_mask *) mask; in check_amalgam_keyword()
880 struct client_debug_mask *c_mask = NULL; in debug_string_to_mask() local
886 c_mask = (struct client_debug_mask *)mask; in debug_string_to_mask()
[all …]
/linux-6.15/drivers/iio/adc/
H A 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.15/drivers/net/wan/
H A Dfsl_ucc_hdlc.h46 __be32 c_mask; member
H A Dfsl_ucc_hdlc.c276 iowrite32be(CRC_16BIT_MASK, &priv->ucc_pram->c_mask); in uhdlc_init()
/linux-6.15/drivers/usb/host/
H A Dehci-sched.c840 unsigned c_mask; in qh_schedule() local
853 c_mask = 0; in qh_schedule()
873 frame, uframe, qh, &c_mask, tt); in qh_schedule()
881 status = check_intr_schedule(ehci, 0, 0, qh, &c_mask, tt); in qh_schedule()
892 (c_mask << 8) | (1 << uframe) : in qh_schedule()
1306 unsigned s_mask, c_mask, m; in reserve_release_iso_bandwidth() local
1331 c_mask = s_mask >> 8; in reserve_release_iso_bandwidth()
1340 else if (c_mask & m) in reserve_release_iso_bandwidth()
H A Doxu210hp-hcd.c2528 __le32 c_mask; in qh_schedule() local
2539 qh, &c_mask); in qh_schedule()
2542 c_mask = 0; in qh_schedule()
2557 &c_mask); in qh_schedule()
2566 status = check_intr_schedule(oxu, 0, 0, qh, &c_mask); in qh_schedule()
2577 qh->hw_info2 |= c_mask; in qh_schedule()
/linux-6.15/drivers/input/keyboard/
H A Dtegra-kbc.c323 u32 c_mask = 0x0f << c_shft; in tegra_kbc_config_pins() local
330 col_cfg &= ~c_mask; in tegra_kbc_config_pins()
/linux-6.15/sound/soc/codecs/
H A 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()
/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.c3751 __hc32 c_mask; in qh_schedule() local
3763 qh, &c_mask); in qh_schedule()
3766 c_mask = 0; in qh_schedule()
3783 &c_mask); in qh_schedule()
3793 &c_mask); in qh_schedule()
3804 hw->hw_info2 |= c_mask; in qh_schedule()