| /Linux-v5.4/net/bridge/ | 
| D | br_sysfs_br.c | 27 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 …] 
 | 
| /Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/ | 
| D | dev.c | 37 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 …] 
 | 
| /Linux-v5.4/scripts/dtc/ | 
| D | data.c | 8 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 …] 
 | 
| /Linux-v5.4/drivers/media/usb/dvb-usb-v2/ | 
| D | dvb_usb_core.c | 22 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() 182 static int dvb_usbv2_remote_exit(struct dvb_usb_device *d)  in dvb_usbv2_remote_exit() 243 	struct dvb_usb_device *d = adap_to_d(adap);  in dvb_usb_start_feed()  local 331 	struct dvb_usb_device *d = adap_to_d(adap);  in dvb_usb_stop_feed()  local 391 	struct dvb_usb_device *d = adap_to_d(adap);  in dvb_usbv2_media_device_init()  local 434 	struct dvb_usb_device *d = adap_to_d(adap);  in dvb_usbv2_adapter_dvb_init()  local [all …] 
 | 
| D | anysee.c | 36 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 …] 
 | 
| D | rtl28xxu.c | 17 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req)  in rtl28xxu_ctrl_msg() 63 static int rtl28xxu_wr_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len)  in rtl28xxu_wr_regs() 81 static int rtl28xxu_rd_regs(struct dvb_usb_device *d, u16 reg, u8 *val, int len)  in rtl28xxu_rd_regs() 99 static int rtl28xxu_wr_reg(struct dvb_usb_device *d, u16 reg, u8 val)  in rtl28xxu_wr_reg() 104 static int rtl28xxu_rd_reg(struct dvb_usb_device *d, u16 reg, u8 *val)  in rtl28xxu_rd_reg() 109 static int rtl28xxu_wr_reg_mask(struct dvb_usb_device *d, u16 reg, u8 val,  in rtl28xxu_wr_reg_mask() 134 	struct dvb_usb_device *d = i2c_get_adapdata(adap);  in rtl28xxu_i2c_xfer()  local 269 static int rtl2831u_read_config(struct dvb_usb_device *d)  in rtl2831u_read_config() 350 static int rtl2832u_read_config(struct dvb_usb_device *d)  in rtl2832u_read_config() 599 static int rtl28xxu_read_config(struct dvb_usb_device *d)  in rtl28xxu_read_config() [all …] 
 | 
| D | dvbsky.c | 40 static int dvbsky_usb_generic_rw(struct dvb_usb_device *d,  in dvbsky_usb_generic_rw() 60 static int dvbsky_stream_ctrl(struct dvb_usb_device *d, u8 onoff)  in dvbsky_stream_ctrl() 79 	struct dvb_usb_device *d = fe_to_d(fe);  in dvbsky_streaming_ctrl()  local 85 static int dvbsky_gpio_ctrl(struct dvb_usb_device *d, u8 gport, u8 value)  in dvbsky_gpio_ctrl() 101 	struct dvb_usb_device *d = i2c_get_adapdata(adap);  in dvbsky_i2c_xfer()  local 177 static int dvbsky_rc_query(struct dvb_usb_device *d)  in dvbsky_rc_query() 199 static int dvbsky_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc)  in dvbsky_get_rc_config() 218 	struct dvb_usb_device *d = fe_to_d(fe);  in dvbsky_usb_set_voltage()  local 233 	struct dvb_usb_device *d = adap_to_d(adap);  in dvbsky_read_mac_addr()  local 259 	struct dvb_usb_device *d = fe_to_d(fe);  in dvbsky_usb_read_status()  local [all …] 
 | 
| D | af9035.c | 32 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req)  in af9035_ctrl_msg() 114 static int af9035_wr_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len)  in af9035_wr_regs() 138 static int af9035_rd_regs(struct dvb_usb_device *d, u32 reg, u8 *val, int len)  in af9035_rd_regs() 148 static int af9035_wr_reg(struct dvb_usb_device *d, u32 reg, u8 val)  in af9035_wr_reg() 154 static int af9035_rd_reg(struct dvb_usb_device *d, u32 reg, u8 *val)  in af9035_rd_reg() 160 static int af9035_wr_reg_mask(struct dvb_usb_device *d, u32 reg, u8 val,  in af9035_wr_reg_mask() 180 static int af9035_add_i2c_dev(struct dvb_usb_device *d, const char *type,  in af9035_add_i2c_dev() 231 static void af9035_del_i2c_dev(struct dvb_usb_device *d)  in af9035_del_i2c_dev() 269 	struct dvb_usb_device *d = i2c_get_adapdata(adap);  in af9035_i2c_master_xfer()  local 478 static int af9035_identify_state(struct dvb_usb_device *d, const char **name)  in af9035_identify_state() [all …] 
 | 
| D | az6007.c | 125 static int az6007_read(struct dvb_usb_device *d, u8 req, u16 value,  in az6007_read() 172 static int az6007_write(struct dvb_usb_device *d, u8 req, u16 value,  in az6007_write() 190 	struct dvb_usb_device *d = fe_to_d(fe);  in az6007_streaming_ctrl()  local 199 static int az6007_rc_query(struct dvb_usb_device *d)  in az6007_rc_query() 232 static int az6007_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc)  in az6007_get_rc_config() 251 	struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;  in az6007_ci_read_attribute_mem()  local 293 	struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;  in az6007_ci_write_attribute_mem()  local 324 	struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;  in az6007_ci_read_cam_control()  local 370 	struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;  in az6007_ci_write_cam_control()  local 401 	struct dvb_usb_device *d = (struct dvb_usb_device *)ca->data;  in CI_CamReady()  local [all …] 
 | 
| /Linux-v5.4/drivers/net/ethernet/ibm/emac/ | 
| D | debug.h | 28 #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 …] 
 | 
| /Linux-v5.4/drivers/media/platform/s5p-g2d/ | 
| D | g2d-hw.c | 18 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 …] 
 | 
| /Linux-v5.4/arch/powerpc/net/ | 
| D | bpf_jit.h | 31 #define PLANT_INSTR(d, idx, instr)					      \  argument 41 #define PPC_ADDI(d, a, i)	EMIT(PPC_INST_ADDI | ___PPC_RT(d) |	      \  argument 43 #define PPC_MR(d, a)		PPC_OR(d, a, a)  argument 45 #define PPC_ADDIS(d, a, i)	EMIT(PPC_INST_ADDIS |			      \  argument 101 #define PPC_SUB(d, a, b)	EMIT(PPC_INST_SUB | ___PPC_RT(d) |	      \  argument 103 #define PPC_ADD(d, a, b)	EMIT(PPC_INST_ADD | ___PPC_RT(d) |	      \  argument 105 #define PPC_MULD(d, a, b)	EMIT(PPC_INST_MULLD | ___PPC_RT(d) |	      \  argument 107 #define PPC_MULW(d, a, b)	EMIT(PPC_INST_MULLW | ___PPC_RT(d) |	      \  argument 109 #define PPC_MULHWU(d, a, b)	EMIT(PPC_INST_MULHWU | ___PPC_RT(d) |	      \  argument 111 #define PPC_MULI(d, a, i)	EMIT(PPC_INST_MULLI | ___PPC_RT(d) |	      \  argument [all …] 
 | 
| /Linux-v5.4/drivers/net/bonding/ | 
| D | bond_sysfs.c | 141 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 …] 
 | 
| /Linux-v5.4/arch/alpha/lib/ | 
| D | memcpy.c | 26 #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()
  | 
| /Linux-v5.4/arch/unicore32/kernel/ | 
| D | irq.c | 40 static int puv3_gpio_type(struct irq_data *d, unsigned int type)  in puv3_gpio_type() 73 static void puv3_low_gpio_ack(struct irq_data *d)  in puv3_low_gpio_ack() 78 static void puv3_low_gpio_mask(struct irq_data *d)  in puv3_low_gpio_mask() 83 static void puv3_low_gpio_unmask(struct irq_data *d)  in puv3_low_gpio_unmask() 88 static int puv3_low_gpio_wake(struct irq_data *d, unsigned int on)  in puv3_low_gpio_wake() 139 static void puv3_high_gpio_ack(struct irq_data *d)  in puv3_high_gpio_ack() 146 static void puv3_high_gpio_mask(struct irq_data *d)  in puv3_high_gpio_mask() 156 static void puv3_high_gpio_unmask(struct irq_data *d)  in puv3_high_gpio_unmask() 166 static int puv3_high_gpio_wake(struct irq_data *d, unsigned int on)  in puv3_high_gpio_wake() 188 static void puv3_mask_irq(struct irq_data *d)  in puv3_mask_irq() [all …] 
 | 
| /Linux-v5.4/include/linux/ | 
| D | overflow.h | 55 #define check_add_overflow(a, b, d) ({		\  argument 64 #define check_sub_overflow(a, b, d) ({		\  argument 73 #define check_mul_overflow(a, b, d) ({		\  argument 86 #define __unsigned_add_overflow(a, b, d) ({	\  argument 95 #define __unsigned_sub_overflow(a, b, d) ({	\  argument 107 #define __unsigned_mul_overflow(a, b, d) ({		\  argument 135 #define __signed_add_overflow(a, b, d) ({	\  argument 151 #define __signed_sub_overflow(a, b, d) ({	\  argument 178 #define __signed_mul_overflow(a, b, d) ({				\  argument 193 #define check_add_overflow(a, b, d)					\  argument [all …] 
 | 
| D | irq.h | 236 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors)  argument 238 static inline bool irqd_is_setaffinity_pending(struct irq_data *d)  in irqd_is_setaffinity_pending() 243 static inline bool irqd_is_per_cpu(struct irq_data *d)  in irqd_is_per_cpu() 248 static inline bool irqd_can_balance(struct irq_data *d)  in irqd_can_balance() 253 static inline bool irqd_affinity_was_set(struct irq_data *d)  in irqd_affinity_was_set() 258 static inline void irqd_mark_affinity_was_set(struct irq_data *d)  in irqd_mark_affinity_was_set() 263 static inline bool irqd_trigger_type_was_set(struct irq_data *d)  in irqd_trigger_type_was_set() 268 static inline u32 irqd_get_trigger_type(struct irq_data *d)  in irqd_get_trigger_type() 277 static inline void irqd_set_trigger_type(struct irq_data *d, u32 type)  in irqd_set_trigger_type() 284 static inline bool irqd_is_level_type(struct irq_data *d)  in irqd_is_level_type() [all …] 
 | 
| /Linux-v5.4/tools/include/linux/ | 
| D | overflow.h | 49 #define check_add_overflow(a, b, d) ({		\  argument 58 #define check_sub_overflow(a, b, d) ({		\  argument 67 #define check_mul_overflow(a, b, d) ({		\  argument 80 #define __unsigned_add_overflow(a, b, d) ({	\  argument 89 #define __unsigned_sub_overflow(a, b, d) ({	\  argument 101 #define __unsigned_mul_overflow(a, b, d) ({		\  argument 129 #define __signed_add_overflow(a, b, d) ({	\  argument 145 #define __signed_sub_overflow(a, b, d) ({	\  argument 172 #define __signed_mul_overflow(a, b, d) ({				\  argument 187 #define check_add_overflow(a, b, d)					\  argument [all …] 
 | 
| /Linux-v5.4/drivers/irqchip/ | 
| D | irq-xtensa-mx.c | 25 static int xtensa_mx_irq_map(struct irq_domain *d, unsigned int irq,  in xtensa_mx_irq_map() 45 static int xtensa_mx_irq_domain_xlate(struct irq_domain *d,  in xtensa_mx_irq_domain_xlate() 69 static void xtensa_mx_irq_mask(struct irq_data *d)  in xtensa_mx_irq_mask() 87 static void xtensa_mx_irq_unmask(struct irq_data *d)  in xtensa_mx_irq_unmask() 105 static void xtensa_mx_irq_enable(struct irq_data *d)  in xtensa_mx_irq_enable() 110 static void xtensa_mx_irq_disable(struct irq_data *d)  in xtensa_mx_irq_disable() 115 static void xtensa_mx_irq_ack(struct irq_data *d)  in xtensa_mx_irq_ack() 120 static int xtensa_mx_irq_retrigger(struct irq_data *d)  in xtensa_mx_irq_retrigger() 130 static int xtensa_mx_irq_set_affinity(struct irq_data *d,  in xtensa_mx_irq_set_affinity()
  | 
| D | irq-xtensa-pic.c | 29 static int xtensa_pic_irq_domain_xlate(struct irq_domain *d,  in xtensa_pic_irq_domain_xlate() 44 static void xtensa_irq_mask(struct irq_data *d)  in xtensa_irq_mask() 50 static void xtensa_irq_unmask(struct irq_data *d)  in xtensa_irq_unmask() 56 static void xtensa_irq_enable(struct irq_data *d)  in xtensa_irq_enable() 61 static void xtensa_irq_disable(struct irq_data *d)  in xtensa_irq_disable() 66 static void xtensa_irq_ack(struct irq_data *d)  in xtensa_irq_ack() 71 static int xtensa_irq_retrigger(struct irq_data *d)  in xtensa_irq_retrigger()
  | 
| /Linux-v5.4/drivers/mtd/ | 
| D | mtdswap.c | 160 #define TREE_ROOT(d, name) (&d->trees[MTDSWAP_ ## name].root)  argument 161 #define TREE_EMPTY(d, name) (TREE_ROOT(d, name)->rb_node == NULL)  argument 162 #define TREE_NONEMPTY(d, name) (!TREE_EMPTY(d, name))  argument 163 #define TREE_COUNT(d, name) (d->trees[MTDSWAP_ ## name].count)  argument 184 static loff_t mtdswap_eb_offset(struct mtdswap_dev *d, struct swap_eb *eb)  in mtdswap_eb_offset() 189 static void mtdswap_eb_detach(struct mtdswap_dev *d, struct swap_eb *eb)  in mtdswap_eb_detach() 222 static void mtdswap_rb_add(struct mtdswap_dev *d, struct swap_eb *eb, int idx)  in mtdswap_rb_add() 251 static int mtdswap_handle_badblock(struct mtdswap_dev *d, struct swap_eb *eb)  in mtdswap_handle_badblock() 279 static int mtdswap_handle_write_error(struct mtdswap_dev *d, struct swap_eb *eb)  in mtdswap_handle_write_error() 297 static int mtdswap_read_oob(struct mtdswap_dev *d, loff_t from,  in mtdswap_read_oob() [all …] 
 | 
| /Linux-v5.4/drivers/block/aoe/ | 
| D | aoeblk.c | 38 	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 197 aoedisk_add_debugfs(struct aoedev *d)  in aoedisk_add_debugfs() 213 aoedisk_rm_debugfs(struct aoedev *d)  in aoedisk_rm_debugfs() 222 	struct aoedev *d = bdev->bd_disk->private_data;  in aoeblk_open()  local 250 	struct aoedev *d = disk->private_data;  in aoeblk_release()  local [all …] 
 | 
| D | aoecmd.c | 79 getframe_deferred(struct aoedev *d, u32 tag)  in getframe_deferred() 96 getframe(struct aoedev *d, u32 tag)  in getframe() 120 newtag(struct aoedev *d)  in newtag() 129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h)  in aoehdr_atainit() 171 skb_pool_put(struct aoedev *d, struct sk_buff *skb)  in skb_pool_put() 177 skb_pool_get(struct aoedev *d)  in skb_pool_get() 206 newtframe(struct aoedev *d, struct aoetgt *t)  in newtframe() 250 newframe(struct aoedev *d)  in newframe() 310 	struct aoedev *d = f->t->d;  in fhash()  local 369 aoecmd_ata_rw(struct aoedev *d)  in aoecmd_ata_rw() [all …] 
 | 
| /Linux-v5.4/drivers/ide/ | 
| D | setup-pci.c | 80 unsigned long ide_pci_dma_base(ide_hwif_t *hwif, const struct ide_port_info *d)  in ide_pci_dma_base() 109 int ide_pci_check_simplex(ide_hwif_t *hwif, const struct ide_port_info *d)  in ide_pci_check_simplex() 170 void ide_setup_pci_noise(struct pci_dev *dev, const struct ide_port_info *d)  in ide_setup_pci_noise() 194 			  const struct ide_port_info *d)  in ide_pci_enable() 238 static int ide_pci_configure(struct pci_dev *dev, const struct ide_port_info *d)  in ide_pci_configure() 277 static int ide_pci_check_iomem(struct pci_dev *dev, const struct ide_port_info *d,  in ide_pci_check_iomem() 308 static int ide_hw_configure(struct pci_dev *dev, const struct ide_port_info *d,  in ide_hw_configure() 354 int ide_hwif_setup_dma(ide_hwif_t *hwif, const struct ide_port_info *d)  in ide_hwif_setup_dma() 406 				    const struct ide_port_info *d, int noisy)  in ide_setup_pci_controller() 456 void ide_pci_setup_ports(struct pci_dev *dev, const struct ide_port_info *d,  in ide_pci_setup_ports() [all …] 
 | 
| /Linux-v5.4/drivers/gpu/drm/mcde/ | 
| D | mcde_dsi.c | 74 	struct mcde_dsi *d;  in mcde_dsi_irq()  local 136 	struct mcde_dsi *d = host_to_mcde_dsi(host);  in mcde_dsi_host_attach()  local 159 	struct mcde_dsi *d = host_to_mcde_dsi(host);  in mcde_dsi_host_detach()  local 177 	struct mcde_dsi *d = host_to_mcde_dsi(host);  in mcde_dsi_host_transfer()  local 329 	struct mcde_dsi *d;  in mcde_dsi_te_request()  local 365 static void mcde_dsi_setup_video_mode(struct mcde_dsi *d,  in mcde_dsi_setup_video_mode() 564 static void mcde_dsi_start(struct mcde_dsi *d)  in mcde_dsi_start() 672 	struct mcde_dsi *d = bridge_to_mcde_dsi(bridge);  in mcde_dsi_bridge_enable()  local 681 	struct mcde_dsi *d = bridge_to_mcde_dsi(bridge);  in mcde_dsi_bridge_mode_set()  local 749 static void mcde_dsi_wait_for_command_mode_stop(struct mcde_dsi *d)  in mcde_dsi_wait_for_command_mode_stop() [all …] 
 |