Home
last modified time | relevance | path

Searched defs:d (Results 151 – 175 of 2281) sorted by relevance

12345678910>>...92

/linux/fs/nfs/blocklayout/
H A Ddev.c43 bl_free_deviceid_node(struct nfs4_deviceid_node *d) in bl_free_deviceid_node()
235 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_simple()
326 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_scsi()
384 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_slice()
400 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_concat()
429 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_stripe()
458 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d, in bl_parse_deviceid()
/linux/include/linux/amba/
H A Dbus.h110 #define to_amba_device(d) container_of_const(d, struct amba_device, dev) argument
112 #define amba_get_drvdata(d) dev_get_drvdata(&d->dev) argument
113 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument
149 #define amba_config(d) AMBA_CONFIG_BITS((d)->periphid) argument
150 #define amba_rev(d) AMBA_REV_BITS((d)->periphid) argument
151 #define amba_manf(d) AMBA_MANF_BITS((d)->periphid) argument
152 #define amba_part(d) AMBA_PART_BITS((d)->periphid) argument
/linux/fs/ntfs3/lib/
H A Dlzx_decompress.c207 static forceinline u32 read_presym(const struct lzx_decompressor *d, in read_presym()
215 static forceinline u32 read_mainsym(const struct lzx_decompressor *d, in read_mainsym()
223 static forceinline u32 read_lensym(const struct lzx_decompressor *d, in read_lensym()
231 static forceinline u32 read_alignedsym(const struct lzx_decompressor *d, in read_alignedsym()
254 static int lzx_read_codeword_lens(struct lzx_decompressor *d, in lzx_read_codeword_lens()
345 static int lzx_read_block_header(struct lzx_decompressor *d, in lzx_read_block_header()
471 static int lzx_decompress_block(const struct lzx_decompressor *d, in lzx_decompress_block()
594 struct lzx_decompressor *d = decompressor; in lzx_decompress() local
/linux/drivers/pinctrl/mediatek/
H A Dmtk-eint.c126 static void mtk_eint_mask(struct irq_data *d) in mtk_eint_mask()
138 static void mtk_eint_unmask(struct irq_data *d) in mtk_eint_unmask()
163 static void mtk_eint_ack(struct irq_data *d) in mtk_eint_ack()
173 static int mtk_eint_set_type(struct irq_data *d, unsigned int type) in mtk_eint_set_type()
223 static int mtk_eint_irq_set_wake(struct irq_data *d, unsigned int on) in mtk_eint_irq_set_wake()
250 static int mtk_eint_irq_request_resources(struct irq_data *d) in mtk_eint_irq_request_resources()
280 static void mtk_eint_irq_release_resources(struct irq_data *d) in mtk_eint_irq_release_resources()
426 struct irq_data *d; in mtk_eint_set_debounce() local
/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c63 struct rdt_domain *d) in parse_bw()
142 struct rdt_domain *d) in parse_cbm()
212 struct rdt_domain *d; in parse_line() local
275 int resctrl_arch_update_one(struct rdt_resource *r, struct rdt_domain *d, in resctrl_arch_update_one()
303 struct rdt_domain *d; in resctrl_arch_update_domains() local
433 u32 resctrl_arch_get_config(struct rdt_resource *r, struct rdt_domain *d, in resctrl_arch_get_config()
517 struct rdt_domain *d, struct rdtgroup *rdtgrp, in mon_event_read()
563 struct rdt_domain *d; in rdtgroup_mondata_show() local
/linux/drivers/gpio/
H A Dgpio-nomadik.c76 static void nmk_gpio_irq_ack(struct irq_data *d) in nmk_gpio_irq_ack()
153 struct irq_data *d, bool enable) in nmk_gpio_irq_maskunmask()
171 static void nmk_gpio_irq_mask(struct irq_data *d) in nmk_gpio_irq_mask()
180 static void nmk_gpio_irq_unmask(struct irq_data *d) in nmk_gpio_irq_unmask()
189 static int nmk_gpio_irq_set_wake(struct irq_data *d, unsigned int on) in nmk_gpio_irq_set_wake()
218 static int nmk_gpio_irq_set_type(struct irq_data *d, unsigned int type) in nmk_gpio_irq_set_type()
260 static unsigned int nmk_gpio_irq_startup(struct irq_data *d) in nmk_gpio_irq_startup()
270 static void nmk_gpio_irq_shutdown(struct irq_data *d) in nmk_gpio_irq_shutdown()
611 static void nmk_gpio_irq_print_chip(struct irq_data *d, struct seq_file *p) in nmk_gpio_irq_print_chip()
/linux/drivers/irqchip/
H A Dirq-xilinx-intc.c64 static void intc_enable_or_unmask(struct irq_data *d) in intc_enable_or_unmask()
81 static void intc_disable_or_mask(struct irq_data *d) in intc_disable_or_mask()
89 static void intc_ack(struct irq_data *d) in intc_ack()
97 static void intc_mask_ack(struct irq_data *d) in intc_mask_ack()
115 static int xintc_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw) in xintc_map()
H A Dirq-mst-intc.c39 static void mst_set_irq(struct irq_data *d, u32 offset) in mst_set_irq()
55 static void mst_clear_irq(struct irq_data *d, u32 offset) in mst_clear_irq()
71 static void mst_intc_mask_irq(struct irq_data *d) in mst_intc_mask_irq()
77 static void mst_intc_unmask_irq(struct irq_data *d) in mst_intc_unmask_irq()
83 static void mst_intc_eoi_irq(struct irq_data *d) in mst_intc_eoi_irq()
176 static int mst_intc_domain_translate(struct irq_domain *d, in mst_intc_domain_translate()
H A Dirq-aspeed-vic.c107 static void avic_ack_irq(struct irq_data *d) in avic_ack_irq()
118 static void avic_mask_irq(struct irq_data *d) in avic_mask_irq()
127 static void avic_unmask_irq(struct irq_data *d) in avic_unmask_irq()
137 static void avic_mask_ack_irq(struct irq_data *d) in avic_mask_ack_irq()
159 static int avic_map(struct irq_domain *d, unsigned int irq, in avic_map()
/linux/arch/arm/probes/uprobes/
H A Dactions-arm.c106 const struct decode_header *d) in decode_pc_ro()
130 const struct decode_header *d, bool alu) in decode_wb_pc()
146 const struct decode_header *d) in decode_rd12rn16rm0rs8_rwflags()
153 const struct decode_header *d) in decode_ldr()
161 const struct decode_header *d) in uprobe_decode_ldmstm()
/linux/arch/arm/mach-pxa/
H A Dpxa3xx.c212 static int pxa3xx_set_wake(struct irq_data *d, unsigned int on) in pxa3xx_set_wake()
305 static void pxa_ack_ext_wakeup(struct irq_data *d) in pxa_ack_ext_wakeup()
310 static void pxa_mask_ext_wakeup(struct irq_data *d) in pxa_mask_ext_wakeup()
316 static void pxa_unmask_ext_wakeup(struct irq_data *d) in pxa_unmask_ext_wakeup()
322 static int pxa_set_ext_wakeup_type(struct irq_data *d, unsigned int flow_type) in pxa_set_ext_wakeup_type()
/linux/drivers/base/regmap/
H A Dregmap-irq.c74 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_lock() local
81 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_sync_unlock() local
208 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_enable() local
237 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_disable() local
246 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_set_type() local
276 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_set_wake() local
335 static irqreturn_t regmap_irq_thread(int irq, void *d) in regmap_irq_thread()
634 struct regmap_irq_chip_data *d; in regmap_add_irq_chip_fwnode() local
937 void regmap_del_irq_chip(int irq, struct regmap_irq_chip_data *d) in regmap_del_irq_chip()
981 struct regmap_irq_chip_data *d = *(struct regmap_irq_chip_data **)res; in devm_regmap_irq_chip_release() local
[all …]
/linux/tools/bpf/bpftool/
H A Dbtf_dumper.c31 static int dump_prog_id_as_func_ptr(const struct btf_dumper *d, in dump_prog_id_as_func_ptr()
107 static void btf_dumper_ptr(const struct btf_dumper *d, in btf_dumper_ptr()
135 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier()
147 static int btf_dumper_enum(const struct btf_dumper *d, in btf_dumper_enum()
185 static int btf_dumper_enum64(const struct btf_dumper *d, in btf_dumper_enum64()
247 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array()
465 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct()
513 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var()
527 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec()
555 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type()
[all …]
/linux/kernel/irq/
H A Dinternals.h204 #define __irqd_to_state(d) ACCESS_PRIVATE((d)->common, state_use_accessors) argument
206 static inline unsigned int irqd_get(struct irq_data *d) in irqd_get()
214 static inline void irqd_set_move_pending(struct irq_data *d) in irqd_set_move_pending()
219 static inline void irqd_clr_move_pending(struct irq_data *d) in irqd_clr_move_pending()
224 static inline void irqd_set_managed_shutdown(struct irq_data *d) in irqd_set_managed_shutdown()
229 static inline void irqd_clr_managed_shutdown(struct irq_data *d) in irqd_clr_managed_shutdown()
234 static inline void irqd_clear(struct irq_data *d, unsigned int mask) in irqd_clear()
239 static inline void irqd_set(struct irq_data *d, unsigned int mask) in irqd_set()
244 static inline bool irqd_has_set(struct irq_data *d, unsigned int mask) in irqd_has_set()
519 static inline void irq_add_debugfs_entry(unsigned int irq, struct irq_desc *d) in irq_add_debugfs_entry()
[all …]
/linux/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c107 static void socrates_fpga_pic_ack(struct irq_data *d) in socrates_fpga_pic_ack()
122 static void socrates_fpga_pic_mask(struct irq_data *d) in socrates_fpga_pic_mask()
138 static void socrates_fpga_pic_mask_ack(struct irq_data *d) in socrates_fpga_pic_mask_ack()
155 static void socrates_fpga_pic_unmask(struct irq_data *d) in socrates_fpga_pic_unmask()
171 static void socrates_fpga_pic_eoi(struct irq_data *d) in socrates_fpga_pic_eoi()
187 static int socrates_fpga_pic_set_type(struct irq_data *d, in socrates_fpga_pic_set_type()
/linux/fs/ufs/
H A Dswab.h63 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add()
72 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub()
99 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add()
108 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramseq.h10 #define ram_wr32(s,r,d) hwsq_wr32(&(s)->base, &(s)->r_##r, (d)) argument
12 #define ram_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) argument
13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument
14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument
/linux/arch/mips/dec/
H A Dkn02-irq.c28 static void unmask_kn02_irq(struct irq_data *d) in unmask_kn02_irq()
37 static void mask_kn02_irq(struct irq_data *d) in mask_kn02_irq()
46 static void ack_kn02_irq(struct irq_data *d) in ack_kn02_irq()
/linux/drivers/bus/mhi/host/
H A Ddebugfs.c15 static int mhi_debugfs_states_show(struct seq_file *m, void *d) in mhi_debugfs_states_show()
38 static int mhi_debugfs_events_show(struct seq_file *m, void *d) in mhi_debugfs_events_show()
81 static int mhi_debugfs_channels_show(struct seq_file *m, void *d) in mhi_debugfs_channels_show()
153 static int mhi_debugfs_devices_show(struct seq_file *m, void *d) in mhi_debugfs_devices_show()
169 static int mhi_debugfs_regdump_show(struct seq_file *m, void *d) in mhi_debugfs_regdump_show()
231 static int mhi_debugfs_device_wake_show(struct seq_file *m, void *d) in mhi_debugfs_device_wake_show()
271 static int mhi_debugfs_timeout_ms_show(struct seq_file *m, void *d) in mhi_debugfs_timeout_ms_show()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dau6610.c14 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, in au6610_usb_msg()
66 static int au6610_i2c_msg(struct dvb_usb_device *d, u8 addr, in au6610_i2c_msg()
86 struct dvb_usb_device *d = i2c_get_adapdata(adap); in au6610_i2c_xfer() local
151 static int au6610_init(struct dvb_usb_device *d) in au6610_init()
/linux/drivers/media/usb/dvb-usb/
H A DcinergyT2-core.c37 struct dvb_usb_device *d = adap->dev; in cinergyt2_streaming_ctrl() local
51 static int cinergyt2_power_ctrl(struct dvb_usb_device *d, int enable) in cinergyt2_power_ctrl()
68 struct dvb_usb_device *d = adap->dev; in cinergyt2_frontend_attach() local
142 static int cinergyt2_rc_query(struct dvb_usb_device *d, u32 *event, int *state) in cinergyt2_rc_query()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h531 #define PPC_RAW_SUBFZE(d, a) (0x7c000190 | ___PPC_RT(d) | ___PPC_RA(a)) argument
548 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) argument
555 #define PPC_RAW_EXTSB(d, a) (0x7c000774 | ___PPC_RA(d) | ___PPC_RS(a)) argument
556 #define PPC_RAW_EXTSH(d, a) (0x7c000734 | ___PPC_RA(d) | ___PPC_RS(a)) argument
557 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a)) argument
567 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ argument
574 #define PPC_RAW_SLWI(d, a, i) PPC_RAW_RLWINM(d, a, i, 0, 31-(i)) argument
576 #define PPC_RAW_SRWI(d, a, i) PPC_RAW_RLWINM(d, a, 32-(i), i, 31) argument
578 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) argument
580 #define PPC_RAW_SRDI(d, a, i) PPC_RAW_RLDICL(d, a, 64-(i), i) argument
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.h74 u32 d[3]; member
504 static inline int wil_rxdesc_tid(struct vring_rx_desc *d) in wil_rxdesc_tid()
509 static inline int wil_rxdesc_cid(struct vring_rx_desc *d) in wil_rxdesc_cid()
514 static inline int wil_rxdesc_mid(struct vring_rx_desc *d) in wil_rxdesc_mid()
520 static inline int wil_rxdesc_ftype(struct vring_rx_desc *d) in wil_rxdesc_ftype()
531 static inline u8 wil_rxdesc_fc1(struct vring_rx_desc *d) in wil_rxdesc_fc1()
536 static inline int wil_rxdesc_seq(struct vring_rx_desc *d) in wil_rxdesc_seq()
546 static inline int wil_rxdesc_retry(struct vring_rx_desc *d) in wil_rxdesc_retry()
551 static inline int wil_rxdesc_key_id(struct vring_rx_desc *d) in wil_rxdesc_key_id()
566 static inline int wil_rxdesc_mcs(struct vring_rx_desc *d) in wil_rxdesc_mcs()
[all …]
/linux/drivers/acpi/
H A Dvideo_detect.c115 static int video_detect_force_vendor(const struct dmi_system_id *d) in video_detect_force_vendor()
121 static int video_detect_force_video(const struct dmi_system_id *d) in video_detect_force_video()
127 static int video_detect_force_native(const struct dmi_system_id *d) in video_detect_force_native()
133 static int video_detect_portege_r100(const struct dmi_system_id *d) in video_detect_portege_r100()
/linux/arch/mips/sgi-ip30/
H A Dip30-irq.c139 static void ip30_ack_heart_irq(struct irq_data *d) in ip30_ack_heart_irq()
144 static void ip30_mask_heart_irq(struct irq_data *d) in ip30_mask_heart_irq()
153 static void ip30_mask_and_ack_heart_irq(struct irq_data *d) in ip30_mask_and_ack_heart_irq()
163 static void ip30_unmask_heart_irq(struct irq_data *d) in ip30_unmask_heart_irq()
172 static int ip30_set_heart_irq_affinity(struct irq_data *d, in ip30_set_heart_irq_affinity()

12345678910>>...92