/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | hwsq.h | 126 hwsq_setf(struct hwsq *ram, u8 flag, int data) in hwsq_setf() 132 hwsq_wait(struct hwsq *ram, u8 flag, u8 data) in hwsq_wait()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 243 u32 flag, int *waiter_count) in vmw_generic_waiter_add() 255 u32 flag, int *waiter_count) in vmw_generic_waiter_remove()
|
/Linux-v6.6/fs/f2fs/ |
D | node.h | 63 unsigned char flag; /* for node information bits */ member 254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() local 405 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_cold_node() local 417 unsigned int flag = le32_to_cpu(rn->footer.flag); in set_mark() local
|
/Linux-v6.6/arch/s390/include/asm/ |
D | ptrace.h | 183 static inline void set_pt_regs_flag(struct pt_regs *regs, int flag) in set_pt_regs_flag() 188 static inline void clear_pt_regs_flag(struct pt_regs *regs, int flag) in clear_pt_regs_flag() 193 static inline int test_pt_regs_flag(struct pt_regs *regs, int flag) in test_pt_regs_flag() 198 static inline int test_and_clear_pt_regs_flag(struct pt_regs *regs, int flag) in test_and_clear_pt_regs_flag()
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | hisi504_nand.c | 429 unsigned int flag = 0; in hisi_nfc_cmdfunc() local 500 unsigned int flag; in hinfc_irq_handle() local 583 unsigned int flag = 0; in hisi_nfc_host_init() local 638 unsigned int flag; in hisi_nfc_ecc_probe() local 697 int flag; in hisi_nfc_attach_chip() local
|
/Linux-v6.6/drivers/clk/bcm/ |
D | clk-kona.h | 32 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument 33 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 34 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 35 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 36 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
/Linux-v6.6/drivers/staging/rts5208/ |
D | rtsx_sys.h | 28 static inline void rtsx_reset_detected_cards(struct rtsx_chip *chip, int flag) in rtsx_reset_detected_cards()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | cpufeature.h | 39 #define x86_cap_flag_num(flag) ((flag) >> 5), ((flag) & 31) argument 44 #define x86_cap_flag(flag) x86_cap_flags[flag] argument
|
/Linux-v6.6/arch/mips/lantiq/xway/ |
D | dma.c | 99 unsigned long flag; in ltq_dma_open() local 111 unsigned long flag; in ltq_dma_close() local
|
/Linux-v6.6/fs/jfs/ |
D | jfs_dtree.h | 100 u8 flag; /* 1: 0 if free */ member 136 u8 flag; /* 1: */ member 185 u8 flag; /* 1: */ member
|
/Linux-v6.6/arch/sparc/kernel/ |
D | unaligned_64.c | 443 int flag; in handle_ldf_stq() local 604 int flag; in handle_lddfmna() local 668 int flag; in handle_stdfmna() local
|
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | dm.c | 138 unsigned long flag = 0; in rtl92d_dm_false_alarm_counter_statistics() local 257 unsigned long flag = 0; in rtl92d_dm_cck_packet_detection_thresh() local 681 unsigned long flag = 0; in rtl92d_bandtype_2_4G() local
|
/Linux-v6.6/fs/isofs/ |
D | util.c | 19 int iso_date(u8 *p, int flag) in iso_date()
|
/Linux-v6.6/sound/soc/sof/amd/ |
D | pci-vangogh.c | 66 unsigned int flag; in acp_pci_vgh_probe() local
|
D | pci-rmb.c | 67 unsigned int flag; in acp_pci_rmb_probe() local
|
D | pci-rn.c | 68 unsigned int flag; in acp_pci_rn_probe() local
|
/Linux-v6.6/tools/perf/util/ |
D | cloexec.c | 14 static unsigned long flag = PERF_FLAG_FD_CLOEXEC; variable
|
/Linux-v6.6/drivers/clk/pxa/ |
D | clk-pxa.h | 121 _mult_hp, _div_hp, is_lp, _cken_reg, _cken_bit, flag) \ argument 132 cken_bit, flag) \ argument
|
/Linux-v6.6/drivers/media/radio/wl128x/ |
D | fmdrv.h | 101 u16 flag; /* FM interrupt flag */ member 111 u8 flag; /* RX RDS on/off status */ member 168 u8 flag; member 199 long flag; /* FM driver state machine info */ member
|
/Linux-v6.6/arch/mips/include/asm/ |
D | cpu-features.h | 60 #define __isa_ge_and_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) && __isa(flag)) argument 61 #define __isa_ge_or_flag(isa, flag) ((MIPS_ISA_REV >= (isa)) || __isa(flag)) argument 62 #define __isa_lt_and_flag(isa, flag) ((MIPS_ISA_REV < (isa)) && __isa(flag)) argument 65 #define __isa_range_or_flag(ge, lt, flag) \ argument
|
/Linux-v6.6/fs/coda/ |
D | coda_linux.h | 83 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode()
|
/Linux-v6.6/net/ipv4/ |
D | tcp_input.c | 995 int flag; member 2339 static bool tcp_time_to_recover(struct sock *sk, int flag) in tcp_time_to_recover() 2643 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() 2713 static void tcp_try_to_open(struct sock *sk, int flag) in tcp_try_to_open() 2845 static void tcp_process_loss(struct sock *sk, int flag, int num_dupack, in tcp_process_loss() 2976 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert() local 3089 static void tcp_update_rtt_min(struct sock *sk, u32 rtt_us, const int flag) in tcp_update_rtt_min() 3105 static bool tcp_ack_update_rtt(struct sock *sk, const int flag, in tcp_ack_update_rtt() 3272 int flag = 0; in tcp_clean_rtx_queue() local 3486 static inline bool tcp_ack_is_dubious(const struct sock *sk, const int flag) in tcp_ack_is_dubious() [all …]
|
/Linux-v6.6/fs/udf/ |
D | udf_sb.h | 169 static inline int UDF_QUERY_FLAG(struct super_block *sb, int flag) in UDF_QUERY_FLAG() 174 static inline void UDF_SET_FLAG(struct super_block *sb, int flag) in UDF_SET_FLAG() 179 static inline void UDF_CLEAR_FLAG(struct super_block *sb, int flag) in UDF_CLEAR_FLAG()
|
/Linux-v6.6/include/uapi/linux/ |
D | nilfs2_api.h | 49 #define NILFS_CPINFO_FNS(flag, name) \ argument 79 #define NILFS_SUINFO_FNS(flag, name) \ argument 116 #define NILFS_SUINFO_UPDATE_FNS(flag, name) \ argument
|
/Linux-v6.6/sound/soc/fsl/ |
D | fsl_ssi_dbg.c | 86 #define SIER_SHOW(flag, name) \ argument
|