Searched refs:flag (Results 176 - 200 of 1212) sorted by relevance

1234567891011>>

/linux-master/include/uapi/sound/
H A Dfirewire.h198 * @mixer.source.flag: The flag of source to mixer, including mute, solo.
204 * @mixer.output.paired_flag: The flag of paired output from mixer.
215 * @input.flag: The flag of input; e.g. jack detection, phantom power, and pad, only for Ultralite,
226 __u8 flag[SNDRV_FIREWIRE_MOTU_REGISTER_DSP_MIXER_SRC_COUNT]; member in struct:snd_firewire_motu_register_dsp_parameter::__anon4473::__anon4474
248 __u8 flag[SNDRV_FIREWIRE_MOTU_REGISTER_DSP_ALIGNED_INPUT_COUNT]; member in struct:snd_firewire_motu_register_dsp_parameter::__anon4478
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c171 uint32_t *patched_ihre, bool *flag)
177 ih_ring_entry, patched_ihre, flag);
169 interrupt_is_wanted(struct kfd_node *dev, const uint32_t *ih_ring_entry, uint32_t *patched_ihre, bool *flag) argument
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h60 #define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag))
61 #define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag))
62 #define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag))
65 #define __isa_range_or_flag(ge, lt, flag) \
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
/linux-master/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c54 u32 flag = i; local
56 ptrs[i] = bpf_map_lookup_elem(&fentry_readings, &flag);
/linux-master/arch/loongarch/include/asm/
H A Dkvm_mmu.h30 unsigned long flag; member in struct:kvm_ptw_ctx
92 return ctx->flag & _KVM_FLUSH_PGTABLE;
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h112 unsigned int flag; member in struct:t7xx_fsm_command
124 unsigned int flag);
/linux-master/drivers/platform/x86/amd/pmf/
H A Dsps.c318 u8 flag = 0; local
331 flag |= BIT(AC_BEST_PERF);
334 flag |= BIT(AC_BETTER_PERF);
337 flag |= BIT(AC_BETTER_BATTERY);
347 flag |= BIT(DC_BEST_PERF);
350 flag |= BIT(DC_BETTER_PERF);
353 flag |= BIT(DC_BATTERY_SAVER);
361 apmf_os_power_slider_update(dev, flag);
/linux-master/drivers/dma/xilinx/
H A Dxdma-regs.h41 #define XDMA_DESC_CONTROL(adjacent, flag) \
44 FIELD_PREP(XDMA_DESC_FLAGS_BITS, (flag)))
/linux-master/drivers/clk/zynqmp/
H A Dclkc.c52 * @flag: Parent flags
57 u32 flag; member in struct:clock_parent
63 * @valid: Validity flag of clock
320 unsigned long flag; local
332 flag = zynqmp_clk_map_common_ccf_flags(nodes->flag);
336 flag, mult,
422 topology[*nnodes].flag = FIELD_GET(CLK_TOPOLOGY_FLAGS,
491 parent->flag = 0;
493 parent->flag
[all...]
H A Dclk-zynqmp.h57 * @flag: Topology flags
58 * @type_flag: Topology type specific flag
59 * @custom_type_flag: Topology type specific custom flag
63 u32 flag; member in struct:clock_topology
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c419 * So checks the migration_in_progress flag again and close all
638 int flag; local
675 flag = VAS_WIN_MIGRATE_CLOSE;
677 flag = VAS_WIN_NO_CRED_CLOSE;
690 win->vas_win.status &= ~flag;
696 * with this flag
698 if (!(win->vas_win.status & flag))
714 win->vas_win.status &= ~flag;
747 int rc = 0, flag; local
750 flag
[all...]
/linux-master/include/linux/
H A Dof.h147 * struct device_node flag descriptions
190 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) argument
192 return test_bit(flag, &n->_flags);
196 unsigned long flag)
198 return test_and_set_bit(flag, &n->_flags);
201 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) argument
203 set_bit(flag, &n->_flags);
206 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) argument
208 clear_bit(flag, &n->_flags);
212 static inline int of_property_check_flag(const struct property *p, unsigned long flag) argument
195 of_node_test_and_set_flag(struct device_node *n, unsigned long flag) argument
217 of_property_set_flag(struct property *p, unsigned long flag) argument
222 of_property_clear_flag(struct property *p, unsigned long flag) argument
843 of_node_check_flag(struct device_node *n, unsigned long flag) argument
848 of_node_test_and_set_flag(struct device_node *n, unsigned long flag) argument
854 of_node_set_flag(struct device_node *n, unsigned long flag) argument
858 of_node_clear_flag(struct device_node *n, unsigned long flag) argument
862 of_property_check_flag(const struct property *p, unsigned long flag) argument
868 of_property_set_flag(struct property *p, unsigned long flag) argument
872 of_property_clear_flag(struct property *p, unsigned long flag) argument
[all...]
/linux-master/arch/x86/kvm/
H A Dtss.h44 u16 flag; member in struct:tss_segment_16
/linux-master/arch/arm/nwfpe/
H A DARM-gcc.h15 8 bits. The `flag' type must be able to hold either a 0 or 1. For most
16 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
20 typedef char flag; typedef
/linux-master/include/uapi/linux/
H A Datmlec.h66 unsigned int flag; /* member in struct:atmlec_msg::__anon12595::__anon12596
67 * Topology_change flag,
68 * remoteflag, permanent flag,
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c73 if (options[option_index].flag != 0)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h43 u8 flag; /* bit 0 is used to indicate ext data */ member in struct:cudbg_entity_hdr
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_phy.c186 u32 flag = 0; local
190 flag |= BIT(0);
192 flag |= BIT(8);
193 mt76x02_mcu_calibrate(dev, MCU_CAL_TSSI, flag);
/linux-master/drivers/clk/visconti/
H A Dclkc.h50 unsigned long flag; member in struct:visconti_fixed_clk
/linux-master/drivers/net/ethernet/amd/
H A Dsun3lance.c112 volatile unsigned char flag; member in struct:lance_rx_head
120 volatile unsigned char flag; member in struct:lance_tx_head
461 MEM->tx_head[i].flag = 0;
470 MEM->rx_head[i].flag = RMD1_OWN_CHIP;
573 /* don't clear dev->tbusy flag. */
626 head->flag = TMD1_OWN_CHIP | TMD1_ENP | TMD1_STP;
638 if ((MEM->tx_head[(entry+1) & TX_RING_MOD_MASK].flag & TMD1_OWN) ==
681 // printk("ring %d flag=%04x\n", i,
682 // MEM->tx_head[i].flag);
690 if (head->flag
[all...]
/linux-master/drivers/input/serio/
H A Dpcips2.c65 unsigned int flag; local
75 flag = (status & PS2_STAT_PARITY) ? 0 : SERIO_PARITY;
78 flag ^= SERIO_PARITY;
80 serio_interrupt(ps2if->io, scancode, flag);
/linux-master/scripts/
H A Dchecksyscalls.sh50 /* CLOEXEC flag */
/linux-master/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_pm.h28 u64 flag; member in struct:cg_flag_name
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.h18 u8 flag; member in struct:mt7921_mcu_tx_done_event
/linux-master/sound/soc/amd/acp/
H A Dacp-rembrandt.c233 adata->flag = chip->flag;
239 if (chip->flag != FLAG_AMD_LEGACY_ONLY_DMIC) {
272 if (adata->flag != FLAG_AMD_LEGACY_ONLY_DMIC)

Completed in 489 milliseconds

1234567891011>>