Home
last modified time | relevance | path

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

12345678910>>...159

/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-6.6/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c31 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq()
45 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable()
89 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable()
108 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature()
134 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature()
166 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status()
180 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status()
205 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address()
220 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() local
278 struct ast_vhub_dev *d = to_ast_dev(gadget); in ast_vhub_udc_wakeup() local
[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-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-6.6/scripts/dtc/
Ddata.c8 void data_free(struct data d) in data_free()
24 struct data data_grow_for(struct data d, unsigned 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-6.6/net/bridge/
Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm()
66 static ssize_t forward_delay_show(struct device *d, in forward_delay_show()
79 static ssize_t forward_delay_store(struct device *d, in forward_delay_store()
87 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show()
100 static ssize_t hello_time_store(struct device *d, in hello_time_store()
108 static ssize_t max_age_show(struct device *d, struct device_attribute *attr, in max_age_show()
121 static ssize_t max_age_store(struct device *d, struct device_attribute *attr, in max_age_store()
128 static ssize_t ageing_time_show(struct device *d, in ageing_time_show()
141 static ssize_t ageing_time_store(struct device *d, in ageing_time_store()
149 static ssize_t stp_state_show(struct device *d, in stp_state_show()
[all …]
/kernel/linux/linux-6.6/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-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-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 …]
Drtl28xxu.c17 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req) in rtl28xxu_ctrl_msg()
72 static int rtl28xxu_wr_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_wr_regs()
90 static int rtl28xxu_rd_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_rd_regs()
108 static int rtl28xxu_wr_reg(struct dvb_usb_device *d, u16 reg, u8 val) in rtl28xxu_wr_reg()
113 static int rtl28xxu_rd_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in rtl28xxu_rd_reg()
118 static int rtl28xxu_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in rtl28xxu_wr_reg_mask()
143 struct dvb_usb_device *d = i2c_get_adapdata(adap); in rtl28xxu_i2c_xfer() local
298 static int rtl2831u_read_config(struct dvb_usb_device *d) in rtl2831u_read_config()
379 static int rtl2832u_read_config(struct dvb_usb_device *d) in rtl2832u_read_config()
631 static int rtl28xxu_read_config(struct dvb_usb_device *d) in rtl28xxu_read_config()
[all …]
/kernel/linux/linux-6.6/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 …]
Drtl28xxu.c17 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req) in rtl28xxu_ctrl_msg()
72 static int rtl28xxu_wr_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_wr_regs()
90 static int rtl28xxu_rd_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len) in rtl28xxu_rd_regs()
108 static int rtl28xxu_wr_reg(struct dvb_usb_device *d, u16 reg, u8 val) in rtl28xxu_wr_reg()
113 static int rtl28xxu_rd_reg(struct dvb_usb_device *d, u16 reg, u8 *val) in rtl28xxu_rd_reg()
118 static int rtl28xxu_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val, in rtl28xxu_wr_reg_mask()
143 struct dvb_usb_device *d = i2c_get_adapdata(adap); in rtl28xxu_i2c_xfer() local
298 static int rtl2831u_read_config(struct dvb_usb_device *d) in rtl2831u_read_config()
379 static int rtl2832u_read_config(struct dvb_usb_device *d) in rtl2832u_read_config()
631 static int rtl28xxu_read_config(struct dvb_usb_device *d) in rtl28xxu_read_config()
[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-6.6/drivers/media/platform/samsung/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-6.6/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_missed_max(struct device *d, in bonding_show_missed_max()
[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-6.6/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-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-6.6/include/linux/
Dirq.h254 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
256 static inline bool irqd_is_setaffinity_pending(struct irq_data *d) in irqd_is_setaffinity_pending()
261 static inline bool irqd_is_per_cpu(struct irq_data *d) in irqd_is_per_cpu()
266 static inline bool irqd_can_balance(struct irq_data *d) in irqd_can_balance()
271 static inline bool irqd_affinity_was_set(struct irq_data *d) in irqd_affinity_was_set()
276 static inline void irqd_mark_affinity_was_set(struct irq_data *d) in irqd_mark_affinity_was_set()
281 static inline bool irqd_trigger_type_was_set(struct irq_data *d) in irqd_trigger_type_was_set()
286 static inline u32 irqd_get_trigger_type(struct irq_data *d) in irqd_get_trigger_type()
295 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) in irqd_set_trigger_type()
302 static inline bool irqd_is_level_type(struct irq_data *d) in irqd_is_level_type()
[all …]
/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-6.6/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/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 …]
/kernel/linux/linux-6.6/tools/perf/util/
Ddlfilter.c71 static struct addr_location *get_al(struct dlfilter *d) in get_al()
80 static struct thread *get_thread(struct dlfilter *d) in get_thread()
89 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
115 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_addr() local
143 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__args() local
164 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_address() local
215 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__insn() local
249 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__srcline() local
277 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__attr() local
297 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__object_code() local
[all …]

12345678910>>...159