/openbmc/linux/drivers/irqchip/ |
H A D | irq-ath79-misc.c | 60 static void ar71xx_misc_irq_unmask(struct irq_data *d) in ar71xx_misc_irq_unmask() 73 static void ar71xx_misc_irq_mask(struct irq_data *d) in ar71xx_misc_irq_mask() 86 static void ar724x_misc_irq_ack(struct irq_data *d) in ar724x_misc_irq_ack() 105 static int misc_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw) in misc_map()
|
H A D | irq-mvebu-pic.c | 43 static void mvebu_pic_eoi_irq(struct irq_data *d) in mvebu_pic_eoi_irq() 50 static void mvebu_pic_mask_irq(struct irq_data *d) in mvebu_pic_mask_irq() 60 static void mvebu_pic_unmask_irq(struct irq_data *d) in mvebu_pic_unmask_irq() 70 static void mvebu_pic_print_chip(struct irq_data *d, struct seq_file *p) in mvebu_pic_print_chip()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_port.c | 27 void pcie_port_init_reg(PCIDevice *d) in pcie_port_init_reg() 144 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_by_pn() local 170 PCIDevice *d = bus->devices[devfn]; in pcie_find_port_first() local 190 PCIDevice *d = bus->devices[devfn]; in pcie_count_ds_ports() local
|
/openbmc/linux/arch/powerpc/platforms/embedded6xx/ |
H A D | flipper-pic.c | 46 static void flipper_pic_mask_and_ack(struct irq_data *d) in flipper_pic_mask_and_ack() 57 static void flipper_pic_ack(struct irq_data *d) in flipper_pic_ack() 66 static void flipper_pic_mask(struct irq_data *d) in flipper_pic_mask() 74 static void flipper_pic_unmask(struct irq_data *d) in flipper_pic_unmask()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dtt200u.c | 24 static int dtt200u_power_ctrl(struct dvb_usb_device *d, int onoff) in dtt200u_power_ctrl() 42 struct dvb_usb_device *d = adap->dev; in dtt200u_streaming_ctrl() local 68 struct dvb_usb_device *d = adap->dev; in dtt200u_pid_filter() local 86 static int dtt200u_rc_query(struct dvb_usb_device *d) in dtt200u_rc_query()
|
/openbmc/linux/arch/mips/sibyte/sb1250/ |
H A D | irq.c | 70 static int sb1250_set_affinity(struct irq_data *d, const struct cpumask *mask, in sb1250_set_affinity() 112 static void disable_sb1250_irq(struct irq_data *d) in disable_sb1250_irq() 119 static void enable_sb1250_irq(struct irq_data *d) in enable_sb1250_irq() 127 static void ack_sb1250_irq(struct irq_data *d) in ack_sb1250_irq()
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_md4.c | 50 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 51 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 52 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 56 u32 a, b, c, d; in md4_transform() local
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-idt3243x.c | 48 static int idt_gpio_irq_set_type(struct irq_data *d, unsigned int flow_type) in idt_gpio_irq_set_type() 75 static void idt_gpio_ack(struct irq_data *d) in idt_gpio_ack() 83 static void idt_gpio_mask(struct irq_data *d) in idt_gpio_mask() 99 static void idt_gpio_unmask(struct irq_data *d) in idt_gpio_unmask()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 530 #define PPC_RAW_SUBFZE(d, a) (0x7c000190 | ___PPC_RT(d) | ___PPC_RA(a)) argument 546 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) argument 553 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a)) argument 563 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ argument 570 #define PPC_RAW_SLWI(d, a, i) PPC_RAW_RLWINM(d, a, i, 0, 31-(i)) argument 572 #define PPC_RAW_SRWI(d, a, i) PPC_RAW_RLWINM(d, a, 32-(i), i, 31) argument 574 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) argument 576 #define PPC_RAW_SRDI(d, a, i) PPC_RAW_RLDICL(d, a, 64-(i), i) argument 578 #define PPC_RAW_NEG(d, a) (0x7c0000d0 | ___PPC_RT(d) | ___PPC_RA(a)) argument 580 #define PPC_RAW_MFSPR(d, spr) (0x7c0002a6 | ___PPC_RT(d) | __PPC_SPR(spr)) argument [all …]
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 50 static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb) in rfcomm_sk_data_ready() 64 static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err) in rfcomm_sk_state_change() 155 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct() local 207 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close() local 274 struct rfcomm_dlc *d; in rfcomm_sock_alloc() local 378 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect() local 558 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg() local 598 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg() local 931 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptlan.h | 124 #define NETDEV_TO_LANPRIV_PTR(d) ((struct mpt_lan_priv *)netdev_priv(d)) argument 125 #define NETDEV_PTR_TO_IOC_NAME_s(d) (NETDEV_TO_LANPRIV_PTR(d)->mpt_dev->name) argument 126 #define IOC_AND_NETDEV_NAMES_s_s(d) NETDEV_PTR_TO_IOC_NAME_s(d), (d)->name argument
|
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_deps.h | 32 #define ZSTD_memcpy(d,s,n) __builtin_memcpy((d),(s),(n)) argument 33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) argument 34 #define ZSTD_memset(d,s,n) __builtin_memset((d),(s),(n)) argument
|
/openbmc/linux/drivers/md/bcache/ |
H A D | request.c | 47 void *d = bvec_kmap_local(&bv); in bio_csum() local 470 struct bcache_device *d; member 716 struct bcache_device *d, struct block_device *orig_bdev, in search_alloc() 807 struct bcache_device *d = s->d; in cached_dev_cache_miss_done() local 1067 struct bcache_device *d; member 1134 struct bcache_device *d; in quit_max_writeback_rate() local 1174 struct bcache_device *d = orig_bdev->bd_disk->private_data; in cached_dev_submit_bio() local 1231 static int cached_dev_ioctl(struct bcache_device *d, blk_mode_t mode, in cached_dev_ioctl() 1282 struct bcache_device *d = bio->bi_bdev->bd_disk->private_data; in flash_dev_submit_bio() local 1321 static int flash_dev_ioctl(struct bcache_device *d, blk_mode_t mode, in flash_dev_ioctl() [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sdk.py | 15 def __init__(self, d, manifest_dir): argument 113 def sdk_list_installed_packages(d, target, rootfs_dir=None): argument 129 def populate_sdk(d, manifest_dir=None): argument
|
H A D | qa.py | 139 def run_objdump(self, cmd, d): argument 182 def write_error(type, error, d): argument 189 def handle_error(error_class, error_msg, d): argument 208 def exit_with_message_if_errors(message, d): argument 213 def exit_if_errors(d): argument
|
/openbmc/qemu/hw/net/ |
H A D | ne2000-pci.c | 57 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in pci_ne2000_realize() local 81 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in pci_ne2000_exit() local 91 PCINE2000State *d = DO_UPCAST(PCINE2000State, dev, pci_dev); in ne2000_instance_init() local
|
/openbmc/linux/arch/mips/sni/ |
H A D | rm200.c | 158 static void sni_rm200_disable_8259A_irq(struct irq_data *d) in sni_rm200_disable_8259A_irq() 173 static void sni_rm200_enable_8259A_irq(struct irq_data *d) in sni_rm200_enable_8259A_irq() 211 void sni_rm200_mask_and_ack_8259A(struct irq_data *d) in sni_rm200_mask_and_ack_8259A() 421 static void enable_rm200_irq(struct irq_data *d) in enable_rm200_irq() 428 void disable_rm200_irq(struct irq_data *d) in disable_rm200_irq()
|
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop.h | 71 #define ROP_OP(st, d, s) glue(rop_8_, ROP_NAME)(st, d, s) argument 72 #define ROP_OP_TR(st, d, s, t) glue(rop_tr_8_, ROP_NAME)(st, d, s, t) argument 73 #define ROP_OP_16(st, d, s) glue(rop_16_, ROP_NAME)(st, d, s) argument 74 #define ROP_OP_TR_16(st, d, s, t) glue(rop_tr_16_, ROP_NAME)(st, d, s, t) argument 75 #define ROP_OP_32(st, d, s) glue(rop_32_, ROP_NAME)(st, d, s) argument
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | uic.c | 52 static void uic_unmask_irq(struct irq_data *d) in uic_unmask_irq() 70 static void uic_mask_irq(struct irq_data *d) in uic_mask_irq() 84 static void uic_ack_irq(struct irq_data *d) in uic_ack_irq() 95 static void uic_mask_ack_irq(struct irq_data *d) in uic_mask_ack_irq() 120 static int uic_set_irq_type(struct irq_data *d, unsigned int flow_type) in uic_set_irq_type()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_ld_str.c | 338 long double __user * d) in FPU_store_extended() 753 int FPU_store_int64(FPU_REG *st0_ptr, u_char st0_tag, long long __user *d) in FPU_store_int64() 803 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32() 849 int FPU_store_int16(FPU_REG *st0_ptr, u_char st0_tag, short __user *d) in FPU_store_int16() 895 int FPU_store_bcd(FPU_REG *st0_ptr, u_char st0_tag, u_char __user *d) in FPU_store_bcd() 1143 u_char __user *fstenv(fpu_addr_modes addr_modes, u_char __user *d) in fstenv() 1201 u_char __user *d; in fsave() local
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 64 #define DEC_clear(d) memset(d, 0, sizeof(*d)) argument 163 Int d=dn->digits; in decimal64FromNumber() local 503 #define decimal64Sign(d) ((unsigned)(d)->bytes[0]>>7) argument 506 #define decimal64Comb(d) (((d)->bytes[0] & 0x7c)>>2) argument 509 #define decimal64ExpCon(d) ((((d)->bytes[0] & 0x03)<<6) \ argument 513 #define decimal64SetSign(d, b) { \ argument 519 #define decimal64SetExpCon(d, e) { \ argument
|
/openbmc/qemu/hw/misc/ |
H A D | pci-testdev.c | 101 #define IOTEST_REGION(d, i) (IOTEST_IS_MEM(i) ? &(d)->mmio : &(d)->portio) in OBJECT_DECLARE_SIMPLE_TYPE() argument 136 pci_testdev_reset(PCITestDevState *d) in pci_testdev_reset() 155 PCITestDevState *d = opaque; in pci_testdev_write() local 191 PCITestDevState *d = opaque; in pci_testdev_read() local 244 PCITestDevState *d = PCI_TEST_DEV(pci_dev); in pci_testdev_realize() local 303 PCITestDevState *d = PCI_TEST_DEV(dev); in pci_testdev_uninit() local 318 PCITestDevState *d = PCI_TEST_DEV(dev); in qdev_pci_testdev_reset() local
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | irq_i8259.c | 37 i8259a_enable_irq(struct irq_data *d) in i8259a_enable_irq() 51 i8259a_disable_irq(struct irq_data *d) in i8259a_disable_irq() 59 i8259a_mask_and_ack_irq(struct irq_data *d) in i8259a_mask_and_ack_irq()
|
H A D | sys_dp264.c | 100 dp264_enable_irq(struct irq_data *d) in dp264_enable_irq() 109 dp264_disable_irq(struct irq_data *d) in dp264_disable_irq() 118 clipper_enable_irq(struct irq_data *d) in clipper_enable_irq() 127 clipper_disable_irq(struct irq_data *d) in clipper_disable_irq() 151 dp264_set_affinity(struct irq_data *d, const struct cpumask *affinity, in dp264_set_affinity() 163 clipper_set_affinity(struct irq_data *d, const struct cpumask *affinity, in clipper_set_affinity()
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_read_leveling.c | 18 #define DEBUG_RL_C(s, d, l) \ argument 20 #define DEBUG_RL_FULL_C(s, d, l) \ argument 26 #define DEBUG_RL_D(d, l) \ argument 30 #define DEBUG_RL_D(d, l) argument 35 #define DEBUG_RL_FULL_D(d, l) printf("%x", d) argument 38 #define DEBUG_RL_FULL_D(d, l) argument
|