Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 3004) sorted by relevance

12345678910>>...121

/kernel/linux/linux-4.19/net/bridge/
Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
59 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
66 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
74 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
81 static ssize_t hello_time_store(struct device *d, in hello_time_store()
89 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
96 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
103 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
115 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
123 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/kernel/linux/linux-5.10/net/bridge/
Dbr_sysfs_br.c27 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
55 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
62 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
70 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
77 static ssize_t hello_time_store(struct device *d, in hello_time_store()
85 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
92 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
99 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
111 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
119 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c37 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
51 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
95 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
114 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
129 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
161 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
175 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
200 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
215 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
273 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c37 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
51 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
79 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
99 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
114 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
146 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
160 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
185 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
200 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
253 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[all …]
/kernel/linux/linux-5.10/scripts/dtc/
Ddata.c8 void data_free(struct data d) in data_free()
24 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
46 struct data d; in data_copy_mem() local
59 struct data d; in data_copy_escape_string() local
81 struct data d = empty_data; in data_copy_file() local
107 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
115 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
130 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
143 struct data d; in data_merge() local
158 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/kernel/linux/linux-4.19/scripts/dtc/
Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
Dg2d-hw.c18 void g2d_reset(struct g2d_dev *d) in g2d_reset()
23 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size()
43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
48 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
73 void g2d_set_rop4(struct g2d_dev *d, u32 r) in g2d_set_rop4()
78 void g2d_set_flip(struct g2d_dev *d, u32 r) in g2d_set_flip()
83 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch()
93 void g2d_set_cmd(struct g2d_dev *d, u32 c) in g2d_set_cmd()
98 void g2d_start(struct g2d_dev *d) in g2d_start()
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/s5p-g2d/
Dg2d-hw.c22 void g2d_reset(struct g2d_dev *d) in g2d_reset()
27 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size()
47 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
52 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
72 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
77 void g2d_set_rop4(struct g2d_dev *d, u32 r) in g2d_set_rop4()
82 void g2d_set_flip(struct g2d_dev *d, u32 r) in g2d_set_flip()
87 void g2d_set_v41_stretch(struct g2d_dev *d, struct g2d_frame *src, in g2d_set_v41_stretch()
97 void g2d_set_cmd(struct g2d_dev *d, u32 c) in g2d_set_cmd()
102 void g2d_start(struct g2d_dev *d) in g2d_start()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/ibm/emac/
Ddebug.h33 #define EMAC_DBG(d, name, fmt, arg...) \ argument
37 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
38 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
39 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
40 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
44 # define MAL_DBG(d,f,x...) ((void)0) argument
45 # define ZMII_DBG(d,f,x...) ((void)0) argument
46 # define RGMII_DBG(d,f,x...) ((void)0) argument
49 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
50 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
Ddebug.h28 #define EMAC_DBG(d, name, fmt, arg...) \ argument
32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/kernel/linux/linux-4.19/drivers/media/usb/dvb-usb-v2/
Ddvb_usb_core.c35 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware()
69 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init()
94 static int dvb_usbv2_i2c_exit(struct dvb_usb_device *d) in dvb_usbv2_i2c_exit()
107 struct dvb_usb_device *d = container_of(work, in dvb_usb_read_remote_control() local
132 static int dvb_usbv2_remote_init(struct dvb_usb_device *d) in dvb_usbv2_remote_init()
195 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d) in dvb_usbv2_remote_exit()
256 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_start_feed() local
344 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_stop_feed() local
404 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_media_device_init() local
447 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_adapter_dvb_init() local
[all …]
Danysee.c45 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
113 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
122 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
130 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
151 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
173 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
186 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
194 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
205 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
498 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
Ddvb_usb_core.c22 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware()
56 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init()
81 static int dvb_usbv2_i2c_exit(struct dvb_usb_device *d) in dvb_usbv2_i2c_exit()
94 struct dvb_usb_device *d = container_of(work, in dvb_usb_read_remote_control() local
119 static int dvb_usbv2_remote_init(struct dvb_usb_device *d) in dvb_usbv2_remote_init()
183 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d) in dvb_usbv2_remote_exit()
244 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_start_feed() local
332 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usb_stop_feed() local
392 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_media_device_init() local
435 struct dvb_usb_device *d = adap_to_d(adap); in dvb_usbv2_adapter_dvb_init() local
[all …]
Danysee.c36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg()
104 static int anysee_read_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in anysee_read_reg()
113 static int anysee_write_reg(struct dvb_usb_device *d, u16 reg, u8 val) in anysee_write_reg()
121 static int anysee_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in anysee_wr_reg_mask()
142 static int anysee_rd_reg_mask(struct dvb_usb_device *d, u16 reg, u8 *val, in anysee_rd_reg_mask()
164 static int anysee_get_hw_info(struct dvb_usb_device *d, u8 *id) in anysee_get_hw_info()
177 static int anysee_led_ctrl(struct dvb_usb_device *d, u8 mode, u8 interval) in anysee_led_ctrl()
185 static int anysee_ir_ctrl(struct dvb_usb_device *d, u8 onoff) in anysee_ir_ctrl()
196 struct dvb_usb_device *d = i2c_get_adapdata(adap); in anysee_master_xfer() local
489 static int anysee_read_config(struct dvb_usb_device *d) in anysee_read_config()
[all …]
/kernel/linux/linux-4.19/arch/powerpc/net/
Dbpf_jit.h35 #define PLANT_INSTR(d, idx, instr) \ argument
45 #define PPC_ADDI(d, a, i) EMIT(PPC_INST_ADDI | ___PPC_RT(d) | \ argument
47 #define PPC_MR(d, a) PPC_OR(d, a, a) argument
49 #define PPC_ADDIS(d, a, i) EMIT(PPC_INST_ADDIS | \ argument
105 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \ argument
107 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | ___PPC_RT(d) | \ argument
109 #define PPC_MULD(d, a, b) EMIT(PPC_INST_MULLD | ___PPC_RT(d) | \ argument
111 #define PPC_MULW(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ argument
113 #define PPC_MULHWU(d, a, b) EMIT(PPC_INST_MULHWU | ___PPC_RT(d) | \ argument
115 #define PPC_MULI(d, a, i) EMIT(PPC_INST_MULLI | ___PPC_RT(d) | \ argument
[all …]
/kernel/linux/linux-4.19/drivers/net/bonding/
Dbond_sysfs.c157 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
181 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
214 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
227 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
242 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
258 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
274 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
290 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
302 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
323 static ssize_t bonding_show_downdelay(struct device *d, in bonding_show_downdelay()
[all …]
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_sysfs.c141 static ssize_t bonding_sysfs_store_option(struct device *d, in bonding_sysfs_store_option()
165 static ssize_t bonding_show_slaves(struct device *d, in bonding_show_slaves()
198 static ssize_t bonding_show_mode(struct device *d, in bonding_show_mode()
211 static ssize_t bonding_show_xmit_hash(struct device *d, in bonding_show_xmit_hash()
226 static ssize_t bonding_show_arp_validate(struct device *d, in bonding_show_arp_validate()
242 static ssize_t bonding_show_arp_all_targets(struct device *d, in bonding_show_arp_all_targets()
258 static ssize_t bonding_show_fail_over_mac(struct device *d, in bonding_show_fail_over_mac()
274 static ssize_t bonding_show_arp_interval(struct device *d, in bonding_show_arp_interval()
286 static ssize_t bonding_show_arp_targets(struct device *d, in bonding_show_arp_targets()
307 static ssize_t bonding_show_downdelay(struct device *d, in bonding_show_downdelay()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
Dinstructions.h98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
124 #define PSTB(s, a, r, d) PREFIX_MLS(PPC_INST_STB, s, a, r, d) argument
[all …]
/kernel/linux/linux-4.19/arch/alpha/lib/
Dmemcpy.c26 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
33 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
45 #define DO_REST_UP(d,s,n) \ argument
51 #define DO_REST_DN(d,s,n) \ argument
62 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
63 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
72 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up()
100 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn()
118 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up()
134 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
/kernel/linux/linux-5.10/arch/alpha/lib/
Dmemcpy.c26 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
33 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
45 #define DO_REST_UP(d,s,n) \ argument
51 #define DO_REST_DN(d,s,n) \ argument
62 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
63 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
72 static inline void __memcpy_unaligned_up (unsigned long d, unsigned long s, in __memcpy_unaligned_up()
100 static inline void __memcpy_unaligned_dn (unsigned long d, unsigned long s, in __memcpy_unaligned_dn()
118 static inline void __memcpy_aligned_up (unsigned long d, unsigned long s, in __memcpy_aligned_up()
134 static inline void __memcpy_aligned_dn (unsigned long d, unsigned long s, in __memcpy_aligned_dn()
/kernel/linux/linux-4.19/drivers/block/aoe/
Daoeblk.c38 struct aoedev *d = disk->private_data; in aoedisk_show_state() local
51 struct aoedev *d = disk->private_data; in aoedisk_show_mac() local
62 struct aoedev *d = disk->private_data; in aoedisk_show_netif() local
100 struct aoedev *d = disk->private_data; in aoedisk_show_fwver() local
108 struct aoedev *d = disk->private_data; in aoedisk_show_payload() local
115 struct aoedev *d; in aoedisk_debugfs_show() local
192 aoedisk_add_debugfs(struct aoedev *d) in aoedisk_add_debugfs()
216 aoedisk_rm_debugfs(struct aoedev *d) in aoedisk_rm_debugfs()
223 aoedisk_add_sysfs(struct aoedev *d) in aoedisk_add_sysfs()
228 aoedisk_rm_sysfs(struct aoedev *d) in aoedisk_rm_sysfs()
[all …]
/kernel/linux/linux-4.19/arch/unicore32/kernel/
Dirq.c44 static int puv3_gpio_type(struct irq_data *d, unsigned int type) in puv3_gpio_type()
77 static void puv3_low_gpio_ack(struct irq_data *d) in puv3_low_gpio_ack()
82 static void puv3_low_gpio_mask(struct irq_data *d) in puv3_low_gpio_mask()
87 static void puv3_low_gpio_unmask(struct irq_data *d) in puv3_low_gpio_unmask()
92 static int puv3_low_gpio_wake(struct irq_data *d, unsigned int on) in puv3_low_gpio_wake()
143 static void puv3_high_gpio_ack(struct irq_data *d) in puv3_high_gpio_ack()
150 static void puv3_high_gpio_mask(struct irq_data *d) in puv3_high_gpio_mask()
160 static void puv3_high_gpio_unmask(struct irq_data *d) in puv3_high_gpio_unmask()
170 static int puv3_high_gpio_wake(struct irq_data *d, unsigned int on) in puv3_high_gpio_wake()
192 static void puv3_mask_irq(struct irq_data *d) in puv3_mask_irq()
[all …]
/kernel/linux/linux-4.19/include/linux/
Dirq.h241 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
243 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
248 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
253 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
258 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
263 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
268 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
273 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
282 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
289 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]
Doverflow.h56 #define check_add_overflow(a, b, d) ({ \ argument
65 #define check_sub_overflow(a, b, d) ({ \ argument
74 #define check_mul_overflow(a, b, d) ({ \ argument
87 #define __unsigned_add_overflow(a, b, d) ({ \ argument
96 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
108 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
136 #define __signed_add_overflow(a, b, d) ({ \ argument
152 #define __signed_sub_overflow(a, b, d) ({ \ argument
179 #define __signed_mul_overflow(a, b, d) ({ \ argument
194 #define check_add_overflow(a, b, d) \ argument
[all …]
/kernel/linux/linux-5.10/include/linux/
Dirq.h250 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
252 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
257 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
262 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
267 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
272 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
277 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
282 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
291 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
298 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]

12345678910>>...121