/openbmc/u-boot/board/compulab/cm_t335/ |
H A D | cm_t335.c | 88 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in get_efuse_mac_addr() local 132 struct ctrl_dev *cdev = (struct ctrl_dev *)CTRL_DEVICE_BASE; in board_eth_init() local
|
/openbmc/linux/drivers/leds/simple/ |
H A D | simatic-ipc-leds.c | 28 struct led_classdev cdev; member 81 struct led_classdev *cdev; in simatic_ipc_leds_probe() local
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | acm_ms.c | 152 static int acm_ms_bind(struct usb_composite_dev *cdev) in acm_ms_bind() 237 static int acm_ms_unbind(struct usb_composite_dev *cdev) in acm_ms_unbind()
|
H A D | printer.c | 139 static int printer_bind(struct usb_composite_dev *cdev) in printer_bind() 202 static int printer_unbind(struct usb_composite_dev *cdev) in printer_unbind()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | device.h | 59 dev_fsm_event(struct ccw_device *cdev, enum dev_event dev_event) in dev_fsm_event() 77 dev_fsm_final_state(struct ccw_device *cdev) in dev_fsm_final_state()
|
/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.c | 38 struct ccw_device *cdev; member 336 static void raw3270_irq(struct ccw_device *cdev, unsigned long intparm, struct irb *irb) in raw3270_irq() 721 static int raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp, in raw3270_setup_device() 800 struct ccw_device *cdev; in raw3270_setup_console() local 849 static struct raw3270 *raw3270_create_device(struct ccw_device *cdev) in raw3270_create_device() 1091 struct ccw_device *cdev; in raw3270_delete_device() local 1112 static int raw3270_probe(struct ccw_device *cdev) in raw3270_probe() 1194 static int raw3270_set_online(struct ccw_device *cdev) in raw3270_set_online() 1221 static void raw3270_remove(struct ccw_device *cdev) in raw3270_remove() 1271 static int raw3270_set_offline(struct ccw_device *cdev) in raw3270_set_offline()
|
H A D | con3215.c | 79 struct ccw_device *cdev; /* device for tty driver */ member 346 static void raw3215_irq(struct ccw_device *cdev, unsigned long intparm, in raw3215_irq() 699 static int raw3215_probe(struct ccw_device *cdev) in raw3215_probe() 732 static void raw3215_remove(struct ccw_device *cdev) in raw3215_remove() 751 static int raw3215_set_online(struct ccw_device *cdev) in raw3215_set_online() 762 static int raw3215_set_offline(struct ccw_device *cdev) in raw3215_set_offline() 902 struct ccw_device *cdev; in con3215_init() local
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | device.c | 40 struct cdev *cdev, struct device **devp, in hfi1_cdev_init() 77 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup()
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_aux.c | 60 struct ccw_device *cdev; in zfcp_init_device_configure() local 448 struct ccw_device *cdev = adapter->ccw_device; in zfcp_adapter_unregister() local 476 struct ccw_device *cdev = adapter->ccw_device; in zfcp_adapter_release() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_ops.c | 122 void qed_init_iro_array(struct qed_dev *cdev) in qed_init_iro_array() 305 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_array() local 500 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_cmd_mode_match() local 553 struct qed_dev *cdev = p_hwfn->cdev; in qed_init_run() local 623 int qed_init_fw_data(struct qed_dev *cdev, const u8 *data) in qed_init_fw_data()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uac1.c | 345 struct usb_composite_dev *cdev = fn->config->cdev; in uac_cs_attr_sample_rate() local 625 struct usb_composite_dev *cdev = audio->func.config->cdev; in out_rq_cur_complete() local 706 struct usb_composite_dev *cdev = f->config->cdev; in ac_rq_in() local 739 struct usb_composite_dev *cdev = f->config->cdev; in audio_set_endpoint_req() local 784 struct usb_composite_dev *cdev = f->config->cdev; in audio_get_endpoint_req() local 829 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_setup() local 878 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_set_alt() local 932 struct usb_composite_dev *cdev = f->config->cdev; in f_audio_get_alt() local 1177 struct usb_composite_dev *cdev = c->cdev; in f_audio_bind() local
|
H A D | f_serial.c | 149 struct usb_composite_dev *cdev = f->config->cdev; in gser_set_alt() local 175 struct usb_composite_dev *cdev = f->config->cdev; in gser_disable() local 188 struct usb_composite_dev *cdev = c->cdev; in gser_bind() local
|
H A D | f_ncm.c | 529 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_do_notify() local 612 struct usb_composite_dev *cdev = ncm->port.func.config->cdev; in ncm_notify_complete() local 643 struct usb_composite_dev *cdev = f->config->cdev; in ncm_ep0out_complete() local 670 struct usb_composite_dev *cdev = f->config->cdev; in ncm_setup() local 850 struct usb_composite_dev *cdev = f->config->cdev; in ncm_set_alt() local 1353 struct usb_composite_dev *cdev = f->config->cdev; in ncm_disable() local 1418 struct usb_composite_dev *cdev = c->cdev; in ncm_bind() local
|
/openbmc/linux/drivers/leds/rgb/ |
H A D | leds-group-multicolor.c | 28 static int leds_gmc_set(struct led_classdev *cdev, enum led_brightness brightness) in leds_gmc_set() 68 struct led_classdev *cdev; in leds_gmc_probe() local
|
H A D | leds-qcom-lpg.c | 172 struct led_classdev cdev; member 604 static void lpg_brightness_set(struct lpg_led *led, struct led_classdev *cdev, in lpg_brightness_set() 656 static int lpg_brightness_single_set(struct led_classdev *cdev, in lpg_brightness_single_set() 672 static int lpg_brightness_mc_set(struct led_classdev *cdev, in lpg_brightness_mc_set() 731 static int lpg_blink_single_set(struct led_classdev *cdev, in lpg_blink_single_set() 746 static int lpg_blink_mc_set(struct led_classdev *cdev, in lpg_blink_mc_set() 909 static int lpg_pattern_single_set(struct led_classdev *cdev, in lpg_pattern_single_set() 925 static int lpg_pattern_mc_set(struct led_classdev *cdev, in lpg_pattern_mc_set() 965 static int lpg_pattern_single_clear(struct led_classdev *cdev) in lpg_pattern_single_clear() 972 static int lpg_pattern_mc_clear(struct led_classdev *cdev) in lpg_pattern_mc_clear() [all …]
|
H A D | leds-pwm-multicolor.c | 31 static int led_pwm_mc_set(struct led_classdev *cdev, in led_pwm_mc_set() 106 struct led_classdev *cdev; in led_pwm_mc_probe() local
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_hw.c | 158 int chtls_init_kmap(struct chtls_dev *cdev, struct cxgb4_lld_info *lldi) in chtls_init_kmap() 181 struct chtls_dev *cdev = csk->cdev; in get_new_keyid() local 209 struct chtls_dev *cdev = csk->cdev; in free_tls_keyid() local 361 struct chtls_dev *cdev; in chtls_setkey() local
|
/openbmc/linux/drivers/hwmon/ |
H A D | emc2305.c | 83 struct thermal_cooling_device *cdev; member 125 static int emc2305_get_cdev_idx(struct thermal_cooling_device *cdev) in emc2305_get_cdev_idx() 156 static int emc2305_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *state) in emc2305_get_cur_state() 169 static int emc2305_get_max_state(struct thermal_cooling_device *cdev, unsigned long *state) in emc2305_get_max_state() 206 static int emc2305_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in emc2305_set_cur_state()
|
H A D | pwm-fan.c | 58 struct thermal_cooling_device *cdev; member 369 static int pwm_fan_get_max_state(struct thermal_cooling_device *cdev, in pwm_fan_get_max_state() 382 static int pwm_fan_get_cur_state(struct thermal_cooling_device *cdev, in pwm_fan_get_cur_state() 396 pwm_fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in pwm_fan_set_cur_state() 477 struct thermal_cooling_device *cdev; in pwm_fan_probe() local
|
/openbmc/linux/drivers/clk/ |
H A D | clk-vt8500.c | 77 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_enable() local 93 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_disable() local 108 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_is_enabled() local 117 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_recalc_rate() local 134 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_round_rate() local 160 struct clk_device *cdev = to_clk_device(hw); in vt8500_dclk_set_rate() local
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-pci.c | 39 struct dfl_fpga_cdev *cdev; /* container device */ member 309 struct dfl_fpga_cdev *cdev; in cci_enumerate_feature_devs() local 402 struct dfl_fpga_cdev *cdev = drvdata->cdev; in cci_pci_sriov_configure() local
|
H A D | dfl.c | 707 struct dfl_fpga_cdev *cdev; member 746 static void dfl_fpga_cdev_add_port_dev(struct dfl_fpga_cdev *cdev, in dfl_fpga_cdev_add_port_dev() 1529 static void remove_feature_devs(struct dfl_fpga_cdev *cdev) in remove_feature_devs() 1549 struct dfl_fpga_cdev *cdev; in dfl_fpga_feature_devs_enumerate() local 1615 void dfl_fpga_feature_devs_remove(struct dfl_fpga_cdev *cdev) in dfl_fpga_feature_devs_remove() 1660 __dfl_fpga_cdev_find_port(struct dfl_fpga_cdev *cdev, void *data, in __dfl_fpga_cdev_find_port() 1707 int dfl_fpga_cdev_release_port(struct dfl_fpga_cdev *cdev, int port_id) in dfl_fpga_cdev_release_port() 1753 int dfl_fpga_cdev_assign_port(struct dfl_fpga_cdev *cdev, int port_id) in dfl_fpga_cdev_assign_port() 1817 void dfl_fpga_cdev_config_ports_pf(struct dfl_fpga_cdev *cdev) in dfl_fpga_cdev_config_ports_pf() 1843 int dfl_fpga_cdev_config_ports_vf(struct dfl_fpga_cdev *cdev, int num_vfs) in dfl_fpga_cdev_config_ports_vf()
|
/openbmc/linux/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 60 struct ccw_device *cdev; member 1128 static void virtio_ccw_int_handler(struct ccw_device *cdev, in virtio_ccw_int_handler() 1198 static int virtio_ccw_check_autoonline(struct ccw_device *cdev) in virtio_ccw_check_autoonline() 1210 struct ccw_device *cdev = data; in virtio_ccw_auto_online() local 1218 static int virtio_ccw_probe(struct ccw_device *cdev) in virtio_ccw_probe() 1227 static struct virtio_ccw_device *virtio_grab_drvdata(struct ccw_device *cdev) in virtio_grab_drvdata() 1243 static void virtio_ccw_remove(struct ccw_device *cdev) in virtio_ccw_remove() 1259 static int virtio_ccw_offline(struct ccw_device *cdev) in virtio_ccw_offline() 1321 static int virtio_ccw_online(struct ccw_device *cdev) in virtio_ccw_online() 1384 static int virtio_ccw_cio_notify(struct ccw_device *cdev, int event) in virtio_ccw_cio_notify()
|
/openbmc/linux/drivers/thermal/ |
H A D | gov_power_allocator.c | 97 struct thermal_cooling_device *cdev = instance->cdev; in estimate_sustainable_power() local 292 power_actor_set_power(struct thermal_cooling_device *cdev, in power_actor_set_power() 436 struct thermal_cooling_device *cdev = instance->cdev; in allocate_power() local 575 struct thermal_cooling_device *cdev = instance->cdev; in allow_maximum_power() local
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom_aoss.c | 50 struct thermal_cooling_device *cdev; member 317 static int qmp_cdev_get_max_state(struct thermal_cooling_device *cdev, in qmp_cdev_get_max_state() 324 static int qmp_cdev_get_cur_state(struct thermal_cooling_device *cdev, in qmp_cdev_get_cur_state() 333 static int qmp_cdev_set_cur_state(struct thermal_cooling_device *cdev, in qmp_cdev_set_cur_state()
|