Home
last modified time | relevance | path

Searched defs:cdev (Results 201 – 225 of 456) sorted by relevance

12345678910>>...19

/linux-6.8/drivers/s390/net/
Dctcm_main.c277 static long ctcm_check_irb_error(struct ccw_device *cdev, struct irb *irb) in ctcm_check_irb_error()
1147 static void ctcm_irq_handler(struct ccw_device *cdev, in ctcm_irq_handler()
1299 static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type, in add_channel()
/linux-6.8/drivers/hwmon/
Dmax6650.c470 static int max6650_get_max_state(struct thermal_cooling_device *cdev, in max6650_get_max_state()
478 static int max6650_get_cur_state(struct thermal_cooling_device *cdev, in max6650_get_cur_state()
488 static int max6650_set_cur_state(struct thermal_cooling_device *cdev, in max6650_set_cur_state()
/linux-6.8/drivers/leds/
Dleds-ip30.c16 struct led_classdev cdev; member
Dleds-lt3593.c17 struct led_classdev cdev; member
Dleds-ot200.c19 struct led_classdev cdev; member
Dleds-lp55xx-common.c28 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()
Dleds-menf21bmc.c25 struct led_classdev cdev; member
/linux-6.8/drivers/net/ethernet/qlogic/qed/
Dqed.h97 #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 …]
Dqed_iscsi.h61 qed_get_protocol_stats_iscsi(struct qed_dev *cdev, in qed_get_protocol_stats_iscsi()
Dqed_debug.c8092 int qed_dbg_grc(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_grc()
8097 int qed_dbg_grc_size(struct qed_dev *cdev) in qed_dbg_grc_size()
8102 int qed_dbg_idle_chk(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_idle_chk()
8108 int qed_dbg_idle_chk_size(struct qed_dev *cdev) in qed_dbg_idle_chk_size()
8113 int qed_dbg_reg_fifo(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_reg_fifo()
8119 int qed_dbg_reg_fifo_size(struct qed_dev *cdev) in qed_dbg_reg_fifo_size()
8124 int qed_dbg_igu_fifo(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes) in qed_dbg_igu_fifo()
8130 int qed_dbg_igu_fifo_size(struct qed_dev *cdev) in qed_dbg_igu_fifo_size()
8151 static int qed_dbg_nvm_image(struct qed_dev *cdev, void *buffer, in qed_dbg_nvm_image()
8185 int qed_dbg_protection_override(struct qed_dev *cdev, void *buffer, in qed_dbg_protection_override()
[all …]
/linux-6.8/drivers/char/agp/
Disoch.c84 unsigned int cdev = 0; in agp_3_5_isochronous_node_enable() local
290 unsigned int cdev = 0; in agp_3_5_nonisochronous_node_enable() local
/linux-6.8/drivers/staging/greybus/
Dauthentication.c34 struct cdev cdev; member
66 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap()
/linux-6.8/drivers/input/keyboard/
Dqt2160.c47 struct led_classdev cdev; member
69 static int qt2160_led_set(struct led_classdev *cdev, in qt2160_led_set()
/linux-6.8/drivers/thermal/
Dgov_step_wise.c33 struct thermal_cooling_device *cdev = instance->cdev; in get_target_state() local
Dthermal_debugfs.c402 void thermal_debug_cdev_state_update(const struct thermal_cooling_device *cdev, in thermal_debug_cdev_state_update()
462 void thermal_debug_cdev_add(struct thermal_cooling_device *cdev) in thermal_debug_cdev_add()
504 void thermal_debug_cdev_remove(struct thermal_cooling_device *cdev) in thermal_debug_cdev_remove()
/linux-6.8/drivers/infiniband/core/
Ddevice.c384 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
/linux-6.8/arch/mips/sni/
Dsetup.c64 char *cdev; in sni_console_setup() local
/linux-6.8/drivers/scsi/fcoe/
Dlibfcoe.h32 #define LIBFCOE_SYSFS_DBG(cdev, fmt, args...) \ argument
/linux-6.8/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c280 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
/linux-6.8/drivers/target/iscsi/cxgbit/
Dcxgbit.h169 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()
/linux-6.8/drivers/tee/
Dtee_private.h40 struct cdev cdev; member
/linux-6.8/drivers/fsi/
Dfsi-slave.h15 struct cdev cdev; member
/linux-6.8/drivers/net/wireless/ath/ath11k/
Dthermal.h18 struct thermal_cooling_device *cdev; member
/linux-6.8/drivers/net/wireless/ath/ath10k/
Dthermal.h16 struct thermal_cooling_device *cdev; member
/linux-6.8/drivers/usb/gadget/legacy/
Dgmidi.c141 static int midi_bind(struct usb_composite_dev *cdev) in midi_bind()

12345678910>>...19