Home
last modified time | relevance | path

Searched defs:flag (Results 26 – 50 of 849) sorted by relevance

12345678910>>...34

/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.h79 _cp_bra(struct nvkm_grctx *ctx, u32 mod, int flag, int state, int name) in _cp_bra()
97 _cp_wait(struct nvkm_grctx *ctx, int flag, int state) in _cp_wait()
104 _cp_set(struct nvkm_grctx *ctx, int flag, int state) in _cp_set()
/Linux-v6.6/include/linux/
Dcapability.h73 #define cap_raise(c, flag) ((c).val |= BIT_ULL(flag)) argument
74 #define cap_lower(c, flag) ((c).val &= ~BIT_ULL(flag)) argument
75 #define cap_raised(c, flag) (((c).val & BIT_ULL(flag)) != 0) argument
Dof.h193 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) in of_node_check_flag()
199 unsigned long flag) in of_node_test_and_set_flag()
204 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
209 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
215 static inline int of_property_check_flag(const struct property *p, unsigned long flag) in of_property_check_flag()
220 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
225 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
828 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
834 unsigned long flag) in of_node_test_and_set_flag()
839 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
[all …]
Dkdb.h146 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag) argument
147 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag)) argument
148 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) argument
Dipv6_route.h13 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
/Linux-v6.6/kernel/debug/kdb/
Dkdb_private.h34 #define KDB_DEBUG(flag) (kdb_flags & \ argument
147 #define KDB_STATE(flag) (kdb_state & KDB_STATE_##flag) argument
148 #define KDB_STATE_SET(flag) ((void)(kdb_state |= KDB_STATE_##flag)) argument
149 #define KDB_STATE_CLEAR(flag) ((void)(kdb_state &= ~KDB_STATE_##flag)) argument
/Linux-v6.6/arch/powerpc/platforms/pasemi/
Ddma_lib.c396 void pasemi_dma_free_flag(int flag) in pasemi_dma_free_flag()
410 void pasemi_dma_set_flag(int flag) in pasemi_dma_set_flag()
425 void pasemi_dma_clear_flag(int flag) in pasemi_dma_clear_flag()
/Linux-v6.6/fs/jfs/
Djfs_incore.h151 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
152 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
153 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
154 #define test_and_clear_cflag(flag, ip) \ argument
194 unsigned long flag; /* mount time flags */ member
Djfs_xtree.c81 u8 flag; member
216 int *cmpp, struct btstack * btstack, int flag) in xtSearch()
515 int flag) in xtInsert()
1339 int flag) in xtExtend()
1945 int flag) in xtAppend()
2188 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
Djfs_xtree.h19 __u8 flag; /* 1: flag */ member
76 u8 flag; /* 1: */ member
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c36 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag) in hns_rcb_wait_fbd_clean()
138 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcb_int_ctrl_hw()
155 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcb_int_clr_hw()
168 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask) in hns_rcbv2_int_ctrl_hw()
179 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag) in hns_rcbv2_int_clr_hw()
/Linux-v6.6/drivers/acpi/
Dpptt.c470 int level, int flag) in acpi_find_processor_tag()
510 unsigned int cpu, int level, int flag) in topology_get_acpi_cpu_tag()
557 static int find_acpi_cpu_topology_tag(unsigned int cpu, int level, int flag) in find_acpi_cpu_topology_tag()
586 static int check_acpi_cpu_flag(unsigned int cpu, int rev, u32 flag) in check_acpi_cpu_flag()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_cudbg.c73 u32 cxgb4_get_dump_length(struct adapter *adap, u32 flag) in cxgb4_get_dump_length()
164 u32 flag) in cxgb4_cudbg_collect()
/Linux-v6.6/sound/firewire/fireface/
Dff-protocol-latter.c77 u32 flag; in parse_clock_bits() member
91 u32 flag; in parse_clock_bits() member
251 unsigned int flag; in latter_begin_session() local
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.c116 nvkm_hwsq_setf(struct nvkm_hwsq *hwsq, u8 flag, int data) in nvkm_hwsq_setf()
128 nvkm_hwsq_wait(struct nvkm_hwsq *hwsq, u8 flag, u8 data) in nvkm_hwsq_wait()
/Linux-v6.6/drivers/hte/
Dhte.c155 unsigned long flag; in hte_ts_put() local
245 unsigned long flag; in hte_ts_dis_en_common() local
341 unsigned long flag; in hte_do_cb_work() local
809 unsigned long flag; in hte_push_ts_ns() local
/Linux-v6.6/drivers/target/
Dtarget_core_configfs.c660 bool flag; in emulate_model_alias_store() local
689 bool flag; in emulate_write_cache_store() local
741 bool flag; in emulate_tas_store() local
766 bool flag; in emulate_tpu_store() local
796 bool flag; in emulate_tpws_store() local
827 u32 flag; in pi_prot_type_store() local
895 bool flag; in pi_prot_format_store() local
932 bool flag; in pi_prot_verify_store() local
961 bool flag; in force_pr_aptpl_store() local
983 bool flag; in emulate_rest_reord_store() local
[all …]
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_tm.h129 u8 flag; member
138 u8 flag; member
147 u8 flag; member
195 u8 flag; member
224 u8 flag; member
/Linux-v6.6/arch/x86/boot/compressed/
Dcpuflags.c4 bool has_cpuflag(int flag) in has_cpuflag()
/Linux-v6.6/drivers/input/keyboard/
Diqs62x-keys.c30 enum iqs62x_event_flag flag; member
104 enum iqs62x_event_flag flag; in iqs62x_keys_init() local
/Linux-v6.6/drivers/infiniband/hw/cxgb4/
Dqp.c89 unsigned long flag; in set_state() local
984 unsigned long flag; in complete_sq_drain_wr() local
1040 unsigned long flag; in complete_rq_drain_wr() local
1089 unsigned long flag; in c4iw_post_send() local
1269 unsigned long flag; in c4iw_post_receive() local
1362 unsigned long flag; in c4iw_post_srq_recv() local
1601 unsigned long flag; in __flush_qp() local
1663 unsigned long flag; in flush_qp() local
/Linux-v6.6/include/xen/
Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_mbx.c222 u16 flag; in hclgevf_mbx_handler() local
304 u8 flag; in hclgevf_mbx_async_handler() local
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c47 …_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz, u8 flag) in rtw_os_xmit_resource_alloc()
60 …tw_os_xmit_resource_free(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 free_sz, u8 flag) in rtw_os_xmit_resource_free()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.h84 unsigned long *flag) in rtl92d_acquire_cckandrw_pagea_ctl()
93 unsigned long *flag) in rtl92d_release_cckandrw_pagea_ctl()

12345678910>>...34