| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | device_fsm.c | 37 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() 101 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local 114 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout() 129 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 145 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 154 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 194 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 270 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 296 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 319 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
| D | device.c | 63 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local 106 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local 154 struct ccw_device *cdev; in io_subchannel_prepare() local 214 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local 227 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local 237 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local 249 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local 254 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan() 259 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister() 285 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline() [all …]
|
| D | device_ops.c | 39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() 64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() 91 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options() 106 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup() 118 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath() 137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() 191 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key() 271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() 305 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() 343 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout() [all …]
|
| D | device_pgid.c | 33 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() 57 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() 72 static void nop_do(struct ccw_device *cdev) in nop_do() 92 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter() 104 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback() 134 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() 149 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback() 167 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start() 194 static void spid_do(struct ccw_device *cdev) in spid_do() 227 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback() [all …]
|
| D | device_status.c | 28 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check() 53 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper() 75 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw() 113 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw() 193 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb() 311 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense() 348 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense() 381 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
|
| /kernel/linux/linux-4.19/drivers/s390/cio/ |
| D | device_fsm.c | 37 static void ccw_timeout_log(struct ccw_device *cdev) in ccw_timeout_log() 99 struct ccw_device *cdev = priv->cdev; in ccw_device_timeout() local 112 ccw_device_set_timeout(struct ccw_device *cdev, int expires) in ccw_device_set_timeout() 127 ccw_device_cancel_halt_clear(struct ccw_device *cdev) in ccw_device_cancel_halt_clear() 143 void ccw_device_update_sense_data(struct ccw_device *cdev) in ccw_device_update_sense_data() 152 int ccw_device_test_sense_data(struct ccw_device *cdev) in ccw_device_test_sense_data() 188 ccw_device_recog_done(struct ccw_device *cdev, int state) in ccw_device_recog_done() 264 ccw_device_sense_id_done(struct ccw_device *cdev, int err) in ccw_device_sense_id_done() 290 int ccw_device_notify(struct ccw_device *cdev, int event) in ccw_device_notify() 313 static void ccw_device_oper_notify(struct ccw_device *cdev) in ccw_device_oper_notify() [all …]
|
| D | device.c | 62 struct ccw_device *cdev = to_ccwdev(dev); in ccw_bus_match() local 105 struct ccw_device *cdev = to_ccwdev(dev); in ccw_uevent() local 153 struct ccw_device *cdev; in io_subchannel_prepare() local 213 struct ccw_device *cdev = to_ccwdev(dev); in devtype_show() local 226 struct ccw_device *cdev = to_ccwdev(dev); in cutype_show() local 236 struct ccw_device *cdev = to_ccwdev(dev); in modalias_show() local 248 struct ccw_device *cdev = to_ccwdev(dev); in online_show() local 253 int ccw_device_is_orphan(struct ccw_device *cdev) in ccw_device_is_orphan() 258 static void ccw_device_unregister(struct ccw_device *cdev) in ccw_device_unregister() 284 int ccw_device_set_offline(struct ccw_device *cdev) in ccw_device_set_offline() [all …]
|
| D | device_ops.c | 39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() 64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() 91 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options() 106 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup() 118 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath() 139 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear() 190 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key() 267 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() 298 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() 333 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout() [all …]
|
| D | device_pgid.c | 33 static void verify_done(struct ccw_device *cdev, int rc) in verify_done() 57 static void nop_build_cp(struct ccw_device *cdev) in nop_build_cp() 72 static void nop_do(struct ccw_device *cdev) in nop_do() 92 static enum io_status nop_filter(struct ccw_device *cdev, void *data, in nop_filter() 104 static void nop_callback(struct ccw_device *cdev, void *data, int rc) in nop_callback() 134 static void spid_build_cp(struct ccw_device *cdev, u8 fn) in spid_build_cp() 149 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) in pgid_wipeout_callback() 167 static void pgid_wipeout_start(struct ccw_device *cdev) in pgid_wipeout_start() 194 static void spid_do(struct ccw_device *cdev) in spid_do() 227 static void spid_callback(struct ccw_device *cdev, void *data, int rc) in spid_callback() [all …]
|
| D | device_status.c | 28 ccw_device_msg_control_check(struct ccw_device *cdev, struct irb *irb) in ccw_device_msg_control_check() 53 ccw_device_path_notoper(struct ccw_device *cdev) in ccw_device_path_notoper() 75 ccw_device_accumulate_ecw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_ecw() 113 ccw_device_accumulate_esw(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_esw() 193 ccw_device_accumulate_irb(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_irb() 311 ccw_device_do_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_do_sense() 348 ccw_device_accumulate_basic_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_basic_sense() 381 ccw_device_accumulate_and_sense(struct ccw_device *cdev, struct irb *irb) in ccw_device_accumulate_and_sense()
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/qlogic/qed/ |
| D | qed_main.c | 105 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() 123 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() 142 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() 239 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info() 314 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev() 321 struct qed_dev *cdev; in qed_alloc_cdev() local 333 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state() 346 struct qed_dev *cdev; in qed_probe() local 386 static void qed_remove(struct qed_dev *cdev) in qed_remove() 400 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix() [all …]
|
| /kernel/linux/linux-4.19/drivers/misc/mic/cosm/ |
| D | cosm_sysfs.c | 49 void cosm_set_shutdown_status(struct cosm_device *cdev, u8 shutdown_status) in cosm_set_shutdown_status() 57 void cosm_set_state(struct cosm_device *cdev, u8 state) in cosm_set_state() 69 struct cosm_device *cdev = dev_get_drvdata(dev); in family_show() local 81 struct cosm_device *cdev = dev_get_drvdata(dev); in stepping_show() local 93 struct cosm_device *cdev = dev_get_drvdata(dev); in state_show() local 106 struct cosm_device *cdev = dev_get_drvdata(dev); in state_store() local 136 struct cosm_device *cdev = dev_get_drvdata(dev); in shutdown_status_show() local 150 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_show() local 163 struct cosm_device *cdev = dev_get_drvdata(dev); in heartbeat_enable_store() local 189 struct cosm_device *cdev = dev_get_drvdata(dev); in cmdline_show() local [all …]
|
| D | cosm_main.c | 42 static void cosm_hw_reset(struct cosm_device *cdev, bool force) in cosm_hw_reset() 74 int cosm_start(struct cosm_device *cdev) in cosm_start() 147 void cosm_stop(struct cosm_device *cdev, bool force) in cosm_stop() 183 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_reset_trigger_work() local 194 int cosm_reset(struct cosm_device *cdev) in cosm_reset() 219 int cosm_shutdown(struct cosm_device *cdev) in cosm_shutdown() 253 static int cosm_driver_probe(struct cosm_device *cdev) in cosm_driver_probe() 295 static void cosm_driver_remove(struct cosm_device *cdev) in cosm_driver_remove() 314 struct cosm_device *cdev = dev_to_cosm(dev); in cosm_suspend() local
|
| D | cosm_scif_server.c | 107 static void cosm_update_mic_status(struct cosm_device *cdev) in cosm_update_mic_status() 116 static void cosm_shutdown_status_int(struct cosm_device *cdev, in cosm_shutdown_status_int() 138 static void cosm_scif_recv(struct cosm_device *cdev) in cosm_scif_recv() 171 static void cosm_set_crashed(struct cosm_device *cdev) in cosm_set_crashed() 179 static void cosm_send_time(struct cosm_device *cdev) in cosm_send_time() 200 static void cosm_scif_close(struct cosm_device *cdev) in cosm_scif_close() 218 static int cosm_set_online(struct cosm_device *cdev) in cosm_set_online() 248 struct cosm_device *cdev = container_of(work, struct cosm_device, in cosm_scif_work() local 298 struct cosm_device *cdev; in cosm_scif_server() local
|
| /kernel/linux/linux-4.19/drivers/s390/scsi/ |
| D | zfcp_ccw.c | 21 struct zfcp_adapter *zfcp_ccw_adapter_by_cdev(struct ccw_device *cdev) in zfcp_ccw_adapter_by_cdev() 49 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) in zfcp_ccw_activate() 98 static int zfcp_ccw_probe(struct ccw_device *cdev) in zfcp_ccw_probe() 112 static void zfcp_ccw_remove(struct ccw_device *cdev) in zfcp_ccw_remove() 159 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online() 206 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) in zfcp_ccw_offline_sync() 228 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline() 241 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify() 290 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown() 304 static int zfcp_ccw_suspend(struct ccw_device *cdev) in zfcp_ccw_suspend() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/scsi/ |
| D | zfcp_ccw.c | 21 struct zfcp_adapter *zfcp_ccw_adapter_by_cdev(struct ccw_device *cdev) in zfcp_ccw_adapter_by_cdev() 49 static int zfcp_ccw_activate(struct ccw_device *cdev, int clear, char *tag) in zfcp_ccw_activate() 98 static int zfcp_ccw_probe(struct ccw_device *cdev) in zfcp_ccw_probe() 112 static void zfcp_ccw_remove(struct ccw_device *cdev) in zfcp_ccw_remove() 158 static int zfcp_ccw_set_online(struct ccw_device *cdev) in zfcp_ccw_set_online() 205 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) in zfcp_ccw_offline_sync() 227 static int zfcp_ccw_set_offline(struct ccw_device *cdev) in zfcp_ccw_set_offline() 240 static int zfcp_ccw_notify(struct ccw_device *cdev, int event) in zfcp_ccw_notify() 289 static void zfcp_ccw_shutdown(struct ccw_device *cdev) in zfcp_ccw_shutdown() 303 static int zfcp_ccw_suspend(struct ccw_device *cdev) in zfcp_ccw_suspend() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
| D | dsp.c | 29 struct dma_chan *catpt_dma_request_config_chan(struct catpt_dev *cdev) in catpt_dma_request_config_chan() 62 static int catpt_dma_memcpy(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy() 89 int catpt_dma_memcpy_todsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_todsp() 97 int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, in catpt_dma_memcpy_fromdsp() 105 int catpt_dmac_probe(struct catpt_dev *cdev) in catpt_dmac_probe() 133 void catpt_dmac_remove(struct catpt_dev *cdev) in catpt_dmac_remove() 144 static void catpt_dsp_set_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_set_srampge() 179 void catpt_dsp_update_srampge(struct catpt_dev *cdev, struct resource *sram, in catpt_dsp_update_srampge() 207 int catpt_dsp_stall(struct catpt_dev *cdev, bool stall) in catpt_dsp_stall() 219 static int catpt_dsp_reset(struct catpt_dev *cdev, bool reset) in catpt_dsp_reset() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cdev.h | 14 struct cdev { struct 23 void cdev_init(struct cdev *, const struct file_operations *); argument
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | cdev.h | 14 struct cdev { struct 23 void cdev_init(struct cdev *, const struct file_operations *); argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed_main.c | 267 static int qed_set_coherency_mask(struct qed_dev *cdev) in qed_set_coherency_mask() 285 static void qed_free_pci(struct qed_dev *cdev) in qed_free_pci() 306 static int qed_init_pci(struct qed_dev *cdev, struct pci_dev *pdev) in qed_init_pci() 409 int qed_fill_dev_info(struct qed_dev *cdev, in qed_fill_dev_info() 489 static void qed_free_cdev(struct qed_dev *cdev) in qed_free_cdev() 496 struct qed_dev *cdev; in qed_alloc_cdev() local 508 static int qed_set_power_state(struct qed_dev *cdev, pci_power_t state) in qed_set_power_state() 521 struct qed_dev *cdev; in qed_probe() local 563 static void qed_remove(struct qed_dev *cdev) in qed_remove() 577 static void qed_disable_msix(struct qed_dev *cdev) in qed_disable_msix() [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/ |
| D | enclosure.c | 184 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 190 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 207 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 224 static void enclosure_release(struct device *cdev) in enclosure_release() 234 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 287 struct device *cdev; in enclosure_component_alloc() local 334 struct device *cdev; in enclosure_component_register() local 366 struct enclosure_component *cdev; in enclosure_add_device() local 401 struct enclosure_component *cdev; in enclosure_remove_device() local 424 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
| /kernel/linux/linux-4.19/drivers/misc/ |
| D | enclosure.c | 195 static void enclosure_link_name(struct enclosure_component *cdev, char *name) in enclosure_link_name() 201 static void enclosure_remove_links(struct enclosure_component *cdev) in enclosure_remove_links() 218 static int enclosure_add_links(struct enclosure_component *cdev) in enclosure_add_links() 235 static void enclosure_release(struct device *cdev) in enclosure_release() 245 struct enclosure_component *cdev = to_enclosure_component(dev); in enclosure_component_release() local 298 struct device *cdev; in enclosure_component_alloc() local 345 struct device *cdev; in enclosure_component_register() local 377 struct enclosure_component *cdev; in enclosure_add_device() local 412 struct enclosure_component *cdev; in enclosure_remove_device() local 435 static ssize_t components_show(struct device *cdev, in components_show() [all …]
|
| /kernel/linux/linux-5.10/sound/usb/caiaq/ |
| D | audio.c | 30 #define MAKE_CHECKBYTE(cdev,stream,i) \ argument 51 activate_substream(struct snd_usb_caiaqdev *cdev, in activate_substream() 65 deactivate_substream(struct snd_usb_caiaqdev *cdev, in deactivate_substream() 89 static int stream_start(struct snd_usb_caiaqdev *cdev) in stream_start() 120 static void stream_stop(struct snd_usb_caiaqdev *cdev) in stream_stop() 143 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_substream_open() local 155 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_substream_close() local 172 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); in snd_usb_caiaq_pcm_hw_free() local 189 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_pcm_prepare() local 273 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); in snd_usb_caiaq_pcm_trigger() local [all …]
|
| /kernel/linux/linux-4.19/sound/usb/caiaq/ |
| D | audio.c | 43 #define MAKE_CHECKBYTE(cdev,stream,i) \ argument 64 activate_substream(struct snd_usb_caiaqdev *cdev, in activate_substream() 78 deactivate_substream(struct snd_usb_caiaqdev *cdev, in deactivate_substream() 102 static int stream_start(struct snd_usb_caiaqdev *cdev) in stream_start() 133 static void stream_stop(struct snd_usb_caiaqdev *cdev) in stream_stop() 156 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_substream_open() local 168 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_substream_close() local 192 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); in snd_usb_caiaq_pcm_hw_free() local 209 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(substream); in snd_usb_caiaq_pcm_prepare() local 293 struct snd_usb_caiaqdev *cdev = snd_pcm_substream_chip(sub); in snd_usb_caiaq_pcm_trigger() local [all …]
|
| /kernel/linux/linux-5.10/net/atm/ |
| D | atm_sysfs.c | 14 static ssize_t show_type(struct device *cdev, in show_type() 22 static ssize_t show_address(struct device *cdev, in show_address() 30 static ssize_t show_atmaddress(struct device *cdev, in show_atmaddress() 53 static ssize_t show_atmindex(struct device *cdev, in show_atmindex() 61 static ssize_t show_carrier(struct device *cdev, in show_carrier() 70 static ssize_t show_link_rate(struct device *cdev, in show_link_rate() 111 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent() 128 static void atm_release(struct device *cdev) in atm_release() 143 struct device *cdev = &adev->class_dev; in atm_register_sysfs() local 172 struct device *cdev = &adev->class_dev; in atm_unregister_sysfs() local
|