/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | thermal.h | 16 struct thermal_cooling_device *cdev; member
|
/openbmc/u-boot/board/compulab/cm_t43/ |
H A D | cm_t43.c | 21 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; variable
|
/openbmc/u-boot/board/ti/ti816x/ |
H A D | evm.c | 39 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 97 #define for_each_hwfn(cdev, i) for (i = 0; i < (cdev)->num_hwfns; i++) argument 524 struct qed_dev *cdev; member 782 #define IS_QED_SRIOV(cdev) (!!(cdev)->p_iov_info) argument 814 #define IS_QED_ETH_IF(cdev) ((cdev)->protocol == QED_PROTOCOL_ETH) argument 815 #define IS_QED_FCOE_IF(cdev) ((cdev)->protocol == QED_PROTOCOL_FCOE) argument 887 static inline u8 qed_concrete_to_sw_fid(struct qed_dev *cdev, in qed_concrete_to_sw_fid() 955 #define DP_NAME(cdev) ((cdev)->name) argument 957 #define REG_ADDR(cdev, offset) ((void __iomem *)((u8 __iomem *)\ argument 961 #define REG_RD(cdev, offset) readl(REG_ADDR(cdev, offset)) argument 962 #define REG_WR(cdev, offset, val) writel((u32)val, REG_ADDR(cdev, offset)) argument [all …]
|
H A D | qed_debug.c | 8093 int qed_dbg_grc(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_grc() 8098 int qed_dbg_grc_size(struct qed_dev *cdev) in qed_dbg_grc_size() 8103 int qed_dbg_idle_chk(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_idle_chk() 8109 int qed_dbg_idle_chk_size(struct qed_dev *cdev) in qed_dbg_idle_chk_size() 8114 int qed_dbg_reg_fifo(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_reg_fifo() 8120 int qed_dbg_reg_fifo_size(struct qed_dev *cdev) in qed_dbg_reg_fifo_size() 8125 int qed_dbg_igu_fifo(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_igu_fifo() 8131 int qed_dbg_igu_fifo_size(struct qed_dev *cdev) in qed_dbg_igu_fifo_size() 8152 static int qed_dbg_nvm_image(struct qed_dev *cdev, void *buffer, in qed_dbg_nvm_image() 8186 int qed_dbg_protection_override(struct qed_dev *cdev, void *buffer, in qed_dbg_protection_override() [all …]
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | device.c | 384 struct ib_core_device *cdev; in rename_compat_devs() local 914 struct ib_core_device *cdev = in compatdev_release() local 923 struct ib_core_device *cdev; in add_one_compat_dev() local 996 struct ib_core_device *cdev; in remove_one_compat_dev() local 1010 struct ib_core_device *cdev; in remove_compat_devs() local 1037 struct ib_compat_device *cdev; in remove_all_compat_devs() local
|
/openbmc/linux/drivers/leds/ |
H A D | leds-syscon.c | 27 struct led_classdev cdev; member
|
H A D | leds-lp55xx-common.c | 28 static struct lp55xx_led *cdev_to_lp55xx_led(struct led_classdev *cdev) in cdev_to_lp55xx_led() 138 static int lp55xx_set_mc_brightness(struct led_classdev *cdev, in lp55xx_set_mc_brightness() 150 static int lp55xx_set_brightness(struct led_classdev *cdev, in lp55xx_set_brightness()
|
H A D | leds-acer-a500.c | 18 struct led_classdev cdev; member
|
H A D | leds-is31fl32xx.c | 37 struct led_classdev cdev; member 331 struct led_classdev *cdev = &led_data->cdev; in is31fl32xx_parse_child_dt() local
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit.h | 169 struct cxgbit_device *cdev; member 248 static inline void cxgbit_get_cdev(struct cxgbit_device *cdev) in cxgbit_get_cdev() 253 static inline void cxgbit_put_cdev(struct cxgbit_device *cdev) in cxgbit_put_cdev() 347 struct cxgbi_ppm *cdev2ppm(struct cxgbit_device *cdev) in cdev2ppm()
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-fme-pr.h | 67 struct dfl_fpga_cdev *cdev; member
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 280 struct chtls_dev *cdev; in tls_copy_tx_key() local 731 struct chtls_dev *cdev = csk->cdev; in should_push() local 905 static bool csk_mem_free(struct chtls_dev *cdev, struct sock *sk) in csk_mem_free() 910 static int csk_wait_memory(struct chtls_dev *cdev, in csk_wait_memory() 1013 struct chtls_dev *cdev = csk->cdev; in chtls_sendmsg() local
|
/openbmc/linux/include/linux/ |
H A D | posix-clock.h | 87 struct cdev cdev; member
|
/openbmc/u-boot/board/silica/pengwyn/ |
H A D | board.c | 22 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; variable
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | sunxi_lcd.c | 80 struct udevice *cdev; in sunxi_lcd_probe() local
|
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 112 PciDeviceInfoList *cdev; in hmp_info_pci_device() local
|
/openbmc/linux/drivers/watchdog/ |
H A D | watchdog_core.h | 42 struct cdev cdev; member
|
/openbmc/linux/drivers/s390/cio/ |
H A D | io_sch.h | 18 struct ccw_device *cdev;/* pointer to the child ccw device */ member 39 struct ccw_device *cdev) in sch_set_cdev() 131 struct ccw_device *cdev; member
|
/openbmc/qemu/hw/s390x/ |
H A D | 3270-ccw.c | 103 CcwDevice *cdev = CCW_DEVICE(ds); in emulated_ccw_3270_realize() local
|
/openbmc/u-boot/board/phytec/pcm051/ |
H A D | board.c | 36 static struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; variable
|
/openbmc/linux/sound/isa/cs423x/ |
H A D | cs4236.c | 259 struct pnp_dev *cdev) in snd_card_cs423x_pnp() 497 struct pnp_dev *cdev, *iter; in snd_cs423x_pnpbios_detect() local
|
/openbmc/linux/drivers/dax/ |
H A D | device.c | 383 static void dev_dax_cdev_del(void *cdev) in dev_dax_cdev_del() 399 struct cdev *cdev; in dev_dax_probe() local
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 21 void *cdev[MAX_DEVICES]; member 200 void *cdev = NULL; in cvm_enc_dec() local
|
/openbmc/linux/drivers/hid/ |
H A D | hid-google-hammer.c | 302 struct led_classdev cdev; member 307 static int hammer_kbd_brightness_set_blocking(struct led_classdev *cdev, in hammer_kbd_brightness_set_blocking()
|