/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 100 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr); 101 static int megasas_get_pd_list(struct megasas_instance *instance); 102 static int megasas_ld_list_query(struct megasas_instance *instance, 104 static int megasas_issue_init_mfi(struct megasas_instance *instance); 105 static int megasas_register_aen(struct megasas_instance *instance, 158 megasas_complete_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd, 163 megasas_adp_reset_gen2(struct megasas_instance *instance, 167 megasas_init_adapter_mfi(struct megasas_instance *instance); 169 megasas_build_and_issue_cmd(struct megasas_instance *instance, 173 megasas_release_fusion(struct megasas_instance *instance); [all …]
|
D | megaraid_sas_fusion.c | 60 extern void megasas_free_cmds(struct megasas_instance *instance); 62 *instance); 64 megasas_complete_cmd(struct megasas_instance *instance, 67 wait_and_poll(struct megasas_instance *instance, struct megasas_cmd *cmd, 71 megasas_return_cmd(struct megasas_instance *instance, struct megasas_cmd *cmd); 72 int megasas_alloc_cmds(struct megasas_instance *instance); 76 megasas_issue_polled(struct megasas_instance *instance, 79 megasas_check_and_restore_queue_depth(struct megasas_instance *instance); 81 int megasas_transition_to_ready(struct megasas_instance *instance, int ocr); 82 void megaraid_sas_kill_hba(struct megasas_instance *instance); [all …]
|
D | megaraid_sas_fp.c | 80 static u8 mr_spanset_get_phy_params(struct megasas_instance *instance, u32 ld, 83 static u64 get_row_from_strip(struct megasas_instance *instance, u32 ld, 169 void MR_PopulateDrvRaidMap(struct megasas_instance *instance) in MR_PopulateDrvRaidMap() argument 171 struct fusion_context *fusion = instance->ctrl_context; in MR_PopulateDrvRaidMap() 179 fusion->ld_drv_map[(instance->map_id & 1)]; in MR_PopulateDrvRaidMap() 182 if (instance->supportmax256vd) { in MR_PopulateDrvRaidMap() 183 memcpy(fusion->ld_drv_map[instance->map_id & 1], in MR_PopulateDrvRaidMap() 184 fusion->ld_map[instance->map_id & 1], in MR_PopulateDrvRaidMap() 193 fusion->ld_map[(instance->map_id & 1)]; in MR_PopulateDrvRaidMap() 199 dev_dbg(&instance->pdev->dev, "(%d) :Index 0x%x " in MR_PopulateDrvRaidMap() [all …]
|
D | megaraid_sas.h | 203 extern u8 MR_ValidateMapInfo(struct megasas_instance *instance); 1644 struct megasas_instance *instance; member 1648 struct megasas_instance *instance; member 1860 void (*issue_dcmd) (struct megasas_instance *instance, 1892 struct megasas_instance *instance; member 1953 struct megasas_instance *instance[MAX_MGMT_ADAPTERS]; member 1958 MR_BuildRaidContext(struct megasas_instance *instance, 1969 u16 get_updated_dev_handle(struct megasas_instance *instance, 1973 int megasas_get_ctrl_info(struct megasas_instance *instance); 1974 int megasas_set_crash_dump_params(struct megasas_instance *instance, [all …]
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 87 static int usbatm_print_packet(struct usbatm_data *instance, const unsigned char *data, int len); 295 static inline struct usbatm_vcc_data *usbatm_find_vcc(struct usbatm_data *instance, in usbatm_find_vcc() argument 300 list_for_each_entry(vcc_data, &instance->vcc_list, list) in usbatm_find_vcc() 306 static void usbatm_extract_one_cell(struct usbatm_data *instance, unsigned char *source) in usbatm_extract_one_cell() argument 314 if ((vci != instance->cached_vci) || (vpi != instance->cached_vpi)) { in usbatm_extract_one_cell() 315 instance->cached_vpi = vpi; in usbatm_extract_one_cell() 316 instance->cached_vci = vci; in usbatm_extract_one_cell() 318 instance->cached_vcc = usbatm_find_vcc(instance, vpi, vci); in usbatm_extract_one_cell() 320 if (!instance->cached_vcc) in usbatm_extract_one_cell() 321 atm_rldbg(instance, "%s: unknown vpi/vci (%hd/%d)!\n", __func__, vpi, vci); in usbatm_extract_one_cell() [all …]
|
D | cxacru.c | 208 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm, 228 struct cxacru_data *instance = to_usbatm_driver_data(\ 231 if (instance == NULL) \ 234 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \ 321 struct cxacru_data *instance = to_usbatm_driver_data( in cxacru_sysfs_show_mac_address() local 324 if (instance == NULL || instance->usbatm->atm_dev == NULL) in cxacru_sysfs_show_mac_address() 328 instance->usbatm->atm_dev->esi); in cxacru_sysfs_show_mac_address() 335 struct cxacru_data *instance = to_usbatm_driver_data( in cxacru_sysfs_show_adsl_state() local 339 if (instance == NULL) in cxacru_sysfs_show_adsl_state() 342 value = instance->card_info[CXINF_LINE_STARTABLE]; in cxacru_sysfs_show_adsl_state() [all …]
|
D | speedtch.c | 159 static void speedtch_set_swbuff(struct speedtch_instance_data *instance, int state) in speedtch_set_swbuff() argument 161 struct usbatm_data *usbatm = instance->usbatm; in speedtch_set_swbuff() 175 static void speedtch_test_sequence(struct speedtch_instance_data *instance) in speedtch_test_sequence() argument 177 struct usbatm_data *usbatm = instance->usbatm; in speedtch_test_sequence() 179 unsigned char *buf = instance->scratch_buffer; in speedtch_test_sequence() 219 buf[0] = instance->params.ModemMode; in speedtch_test_sequence() 231 instance->params.ModemOption, in speedtch_test_sequence() 237 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence() 238 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence() 245 static int speedtch_upload_firmware(struct speedtch_instance_data *instance, in speedtch_upload_firmware() argument [all …]
|
D | usbatm.h | 43 #define usb_err(instance, format, arg...) \ argument 44 dev_err(&(instance)->usb_intf->dev , format , ## arg) 45 #define usb_info(instance, format, arg...) \ argument 46 dev_info(&(instance)->usb_intf->dev , format , ## arg) 47 #define usb_warn(instance, format, arg...) \ argument 48 dev_warn(&(instance)->usb_intf->dev , format , ## arg) 49 #define usb_dbg(instance, format, arg...) \ argument 50 dev_dbg(&(instance)->usb_intf->dev , format , ## arg) 53 #define atm_printk(level, instance, format, arg...) \ argument 55 (instance)->atm_dev->number , ## arg) [all …]
|
/linux-4.1.27/drivers/thermal/ |
D | step_wise.c | 50 static unsigned long get_target_state(struct thermal_instance *instance, in get_target_state() argument 53 struct thermal_cooling_device *cdev = instance->cdev; in get_target_state() 63 next_target = instance->target; in get_target_state() 66 if (!instance->initialized) { in get_target_state() 68 next_target = (cur_state + 1) >= instance->upper ? in get_target_state() 69 instance->upper : in get_target_state() 70 ((cur_state + 1) < instance->lower ? in get_target_state() 71 instance->lower : (cur_state + 1)); in get_target_state() 82 next_target = cur_state < instance->upper ? in get_target_state() 83 (cur_state + 1) : instance->upper; in get_target_state() [all …]
|
D | gov_bang_bang.c | 30 struct thermal_instance *instance; in thermal_zone_trip_update() local 41 list_for_each_entry(instance, &tz->thermal_instances, tz_node) { in thermal_zone_trip_update() 42 if (instance->trip != trip) in thermal_zone_trip_update() 46 if (instance->target == THERMAL_NO_TARGET) in thermal_zone_trip_update() 47 instance->target = 0; in thermal_zone_trip_update() 50 if (instance->target != 0 && instance->target != 1) { in thermal_zone_trip_update() 52 instance->name, instance->target); in thermal_zone_trip_update() 53 instance->target = 1; in thermal_zone_trip_update() 60 if (instance->target == 0 && tz->temperature >= trip_temp) in thermal_zone_trip_update() 61 instance->target = 1; in thermal_zone_trip_update() [all …]
|
D | fair_share.c | 93 struct thermal_instance *instance; in fair_share_throttle() local 107 instance = get_thermal_instance(tz, cdev, trip); in fair_share_throttle() 108 if (!instance) in fair_share_throttle() 111 instance->target = get_target_state(tz, cdev, in fair_share_throttle() 114 instance->cdev->updated = false; in fair_share_throttle()
|
D | thermal_core.c | 917 struct thermal_instance *instance; in thermal_cooling_device_trip_point_show() local 919 instance = in thermal_cooling_device_trip_point_show() 922 if (instance->trip == THERMAL_TRIPS_NONE) in thermal_cooling_device_trip_point_show() 925 return sprintf(buf, "%d\n", instance->trip); in thermal_cooling_device_trip_point_show() 1311 struct thermal_instance *instance; in thermal_cdev_update() local 1320 list_for_each_entry(instance, &cdev->thermal_instances, cdev_node) { in thermal_cdev_update() 1322 instance->tz->id, instance->target); in thermal_cdev_update() 1323 if (instance->target == THERMAL_NO_TARGET) in thermal_cdev_update() 1325 if (instance->target > target) in thermal_cdev_update() 1326 target = instance->target; in thermal_cdev_update()
|
/linux-4.1.27/drivers/scsi/ |
D | NCR5380.c | 314 static int NCR5380_poll_politely(struct Scsi_Host *instance, int reg, int bit, int val, int t) in NCR5380_poll_politely() argument 321 NCR5380_setup(instance); in NCR5380_poll_politely() 407 static void NCR5380_print(struct Scsi_Host *instance) in NCR5380_print() argument 411 NCR5380_setup(instance); in NCR5380_print() 448 static void NCR5380_print_phase(struct Scsi_Host *instance) in NCR5380_print_phase() argument 453 NCR5380_setup(instance); in NCR5380_print_phase() 457 printk("scsi%d : REQ not asserted, phase unknown.\n", instance->host_no); in NCR5380_print_phase() 460 printk("scsi%d : phase %s\n", instance->host_no, phases[i].name); in NCR5380_print_phase() 566 static int __init __maybe_unused NCR5380_probe_irq(struct Scsi_Host *instance, in NCR5380_probe_irq() argument 570 struct NCR5380_hostdata *hostdata = (struct NCR5380_hostdata *) instance->hostdata; in NCR5380_probe_irq() [all …]
|
D | mac_scsi.c | 36 #define NCR5380_setup(instance) _instance = instance argument 84 static inline char macscsi_read(struct Scsi_Host *instance, int reg) in macscsi_read() argument 86 return in_8(instance->base + (reg << 4)); in macscsi_read() 89 static inline void macscsi_write(struct Scsi_Host *instance, int reg, int value) in macscsi_write() argument 91 out_8(instance->base + (reg << 4), value); in macscsi_write() 128 static void mac_scsi_reset_boot(struct Scsi_Host *instance) in mac_scsi_reset_boot() argument 133 NCR5380_setup(instance); in mac_scsi_reset_boot() 231 static int macscsi_pread(struct Scsi_Host *instance, in macscsi_pread() argument 234 struct NCR5380_hostdata *hostdata = shost_priv(instance); in macscsi_pread() 239 NCR5380_setup(instance); in macscsi_pread() [all …]
|
D | a2091.c | 27 struct Scsi_Host *instance = data; in a2091_intr() local 28 struct a2091_hostdata *hdata = shost_priv(instance); in a2091_intr() 35 spin_lock_irqsave(instance->host_lock, flags); in a2091_intr() 36 wd33c93_intr(instance); in a2091_intr() 37 spin_unlock_irqrestore(instance->host_lock, flags); in a2091_intr() 43 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local 44 struct a2091_hostdata *hdata = shost_priv(instance); in dma_setup() 107 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 110 struct a2091_hostdata *hdata = shost_priv(instance); in dma_stop() 152 struct Scsi_Host *instance = cmd->device->host; in a2091_bus_reset() local [all …]
|
D | pas16.c | 349 struct Scsi_Host *instance; in pas16_detect() local 401 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata)); in pas16_detect() 402 if(instance == NULL) in pas16_detect() 405 instance->io_port = io_port; in pas16_detect() 407 NCR5380_init(instance, 0); in pas16_detect() 410 instance->irq = overrides[current_override].irq; in pas16_detect() 412 instance->irq = NCR5380_probe_irq(instance, PAS16_IRQS); in pas16_detect() 415 if (instance->irq == 255) in pas16_detect() 416 instance->irq = NO_IRQ; in pas16_detect() 418 if (instance->irq != NO_IRQ) in pas16_detect() [all …]
|
D | dtc.c | 192 struct Scsi_Host *instance; in dtc_detect() local 236 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata)); in dtc_detect() 237 if (instance == NULL) in dtc_detect() 240 instance->base = addr; in dtc_detect() 241 ((struct NCR5380_hostdata *)(instance)->hostdata)->base = base; in dtc_detect() 243 NCR5380_init(instance, 0); in dtc_detect() 247 instance->irq = overrides[current_override].irq; in dtc_detect() 249 instance->irq = NCR5380_probe_irq(instance, DTC_IRQS); in dtc_detect() 252 if (instance->irq == 255) in dtc_detect() 253 instance->irq = NO_IRQ; in dtc_detect() [all …]
|
D | a3000.c | 28 struct Scsi_Host *instance = data; in a3000_intr() local 29 struct a3000_hostdata *hdata = shost_priv(instance); in a3000_intr() 36 spin_lock_irqsave(instance->host_lock, flags); in a3000_intr() 37 wd33c93_intr(instance); in a3000_intr() 38 spin_unlock_irqrestore(instance->host_lock, flags); in a3000_intr() 47 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local 48 struct a3000_hostdata *hdata = shost_priv(instance); in dma_setup() 109 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 112 struct a3000_hostdata *hdata = shost_priv(instance); in dma_stop() 167 struct Scsi_Host *instance = cmd->device->host; in a3000_bus_reset() local [all …]
|
D | NCR5380.h | 312 static void NCR5380_print_phase(struct Scsi_Host *instance); 313 static void NCR5380_print(struct Scsi_Host *instance); 320 static int NCR5380_probe_irq(struct Scsi_Host *instance, int possible); 322 static int NCR5380_init(struct Scsi_Host *instance, int flags); 323 static void NCR5380_exit(struct Scsi_Host *instance); 324 static void NCR5380_information_transfer(struct Scsi_Host *instance); 329 static const char *NCR5380_info(struct Scsi_Host *instance); 330 static void NCR5380_reselect(struct Scsi_Host *instance); 331 static int NCR5380_select(struct Scsi_Host *instance, struct scsi_cmnd *cmd); 333 static int NCR5380_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsig… [all …]
|
D | t128.c | 169 struct Scsi_Host *instance; in t128_detect() local 214 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata)); in t128_detect() 215 if(instance == NULL) in t128_detect() 218 instance->base = base; in t128_detect() 219 ((struct NCR5380_hostdata *)instance->hostdata)->base = p; in t128_detect() 221 NCR5380_init(instance, 0); in t128_detect() 224 instance->irq = overrides[current_override].irq; in t128_detect() 226 instance->irq = NCR5380_probe_irq(instance, T128_IRQS); in t128_detect() 229 if (instance->irq == 255) in t128_detect() 230 instance->irq = NO_IRQ; in t128_detect() [all …]
|
D | sun3_scsi.c | 59 #define NCR5380_dma_read_setup(instance, data, count) \ argument 61 #define NCR5380_dma_write_setup(instance, data, count) \ argument 63 #define NCR5380_dma_residual(instance) \ argument 64 sun3scsi_dma_residual(instance) 65 #define NCR5380_dma_xfer_len(instance, cmd, phase) \ argument 68 #define NCR5380_acquire_dma_irq(instance) (1) argument 69 #define NCR5380_release_dma_irq(instance) argument 148 static void sun3_scsi_reset_boot(struct Scsi_Host *instance) in sun3_scsi_reset_boot() argument 329 static inline unsigned long sun3scsi_dma_count(struct Scsi_Host *instance) in sun3scsi_dma_count() argument 343 static inline unsigned long sun3scsi_dma_residual(struct Scsi_Host *instance) in sun3scsi_dma_residual() argument [all …]
|
D | gvp11.c | 29 struct Scsi_Host *instance = data; in gvp11_intr() local 30 struct gvp11_hostdata *hdata = shost_priv(instance); in gvp11_intr() 37 spin_lock_irqsave(instance->host_lock, flags); in gvp11_intr() 38 wd33c93_intr(instance); in gvp11_intr() 39 spin_unlock_irqrestore(instance->host_lock, flags); in gvp11_intr() 52 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local 53 struct gvp11_hostdata *hdata = shost_priv(instance); in dma_setup() 146 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 149 struct gvp11_hostdata *hdata = shost_priv(instance); in dma_stop() 176 struct Scsi_Host *instance = cmd->device->host; in gvp11_bus_reset() local [all …]
|
D | mvme147.c | 21 struct Scsi_Host *instance = data; in mvme147_intr() local 24 wd33c93_intr(instance); in mvme147_intr() 32 struct Scsi_Host *instance = cmd->device->host; in dma_setup() local 33 struct WD33C93_hostdata *hdata = shost_priv(instance); in dma_setup() 61 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 70 struct Scsi_Host *instance; in mvme147_detect() local 82 instance = scsi_register(tpnt, sizeof(struct WD33C93_hostdata)); in mvme147_detect() 83 if (!instance) in mvme147_detect() 86 instance->base = 0xfffe4000; in mvme147_detect() 87 instance->irq = MVME147_IRQ_SCSI_PORT; in mvme147_detect() [all …]
|
D | g_NCR5380.c | 268 struct Scsi_Host *instance; in generic_NCR5380_detect() local 405 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_detect() 406 if (instance == NULL) { in generic_NCR5380_detect() 416 instance->NCR5380_instance_name = overrides[current_override].NCR5380_map_name; in generic_NCR5380_detect() 418 instance->n_io_port = region_size; in generic_NCR5380_detect() 420 ((struct NCR5380_hostdata *)instance->hostdata)->iomem = iomem; in generic_NCR5380_detect() 423 NCR5380_init(instance, flags); in generic_NCR5380_detect() 426 instance->irq = overrides[current_override].irq; in generic_NCR5380_detect() 428 instance->irq = NCR5380_probe_irq(instance, 0xffff); in generic_NCR5380_detect() 431 if (instance->irq == 255) in generic_NCR5380_detect() [all …]
|
D | atari_scsi.c | 104 #define NCR5380_dma_read_setup(instance, data, count) \ argument 105 atari_scsi_dma_setup(instance, data, count, 0) 106 #define NCR5380_dma_write_setup(instance, data, count) \ argument 107 atari_scsi_dma_setup(instance, data, count, 1) 108 #define NCR5380_dma_residual(instance) \ argument 109 atari_scsi_dma_residual(instance) 110 #define NCR5380_dma_xfer_len(instance, cmd, phase) \ argument 113 #define NCR5380_acquire_dma_irq(instance) falcon_get_lock(instance) argument 114 #define NCR5380_release_dma_irq(instance) falcon_release_lock() argument 471 static int falcon_get_lock(struct Scsi_Host *instance) in falcon_get_lock() argument [all …]
|
D | atari_NCR5380.c | 234 #define HOSTNO instance->host_no 511 static void NCR5380_print(struct Scsi_Host *instance) in NCR5380_print() argument 560 static void NCR5380_print_phase(struct Scsi_Host *instance) in NCR5380_print_phase() argument 617 static const char *NCR5380_info(struct Scsi_Host *instance) in NCR5380_info() argument 619 struct NCR5380_hostdata *hostdata = shost_priv(instance); in NCR5380_info() 624 static void prepare_info(struct Scsi_Host *instance) in prepare_info() argument 626 struct NCR5380_hostdata *hostdata = shost_priv(instance); in prepare_info() 635 instance->hostt->name, instance->io_port, instance->n_io_port, in prepare_info() 636 instance->base, instance->irq, in prepare_info() 637 instance->can_queue, instance->cmd_per_lun, in prepare_info() [all …]
|
D | in2000.c | 334 static void in2000_execute(struct Scsi_Host *instance); 338 struct Scsi_Host *instance; in in2000_queuecommand_lck() local 342 instance = cmd->device->host; in in2000_queuecommand_lck() 343 hostdata = (struct IN2000_hostdata *) instance->hostdata; in in2000_queuecommand_lck() 445 static void in2000_execute(struct Scsi_Host *instance) in DEF_SCSI_QCMD() 455 hostdata = (struct IN2000_hostdata *) instance->hostdata; in DEF_SCSI_QCMD() 835 struct Scsi_Host *instance = dev_id; in in2000_intr() local 845 hostdata = (struct IN2000_hostdata *) instance->hostdata; in in2000_intr() 849 spin_lock_irqsave(instance->host_lock, flags); in in2000_intr() 986 spin_unlock_irqrestore(instance->host_lock, flags); in in2000_intr() [all …]
|
D | t128.h | 90 #define NCR5380_setup(instance) \ argument 91 base = ((struct NCR5380_hostdata *)(instance->hostdata))->base 101 , instance->hostno, (reg), T128_address(reg))), readb(T128_address(reg))) 105 instance->hostno, (value), (reg), T128_address(reg)); \
|
D | pas16.h | 118 #define NCR5380_setup(instance) \ argument 119 io_port = (instance)->io_port 129 , instance->hostno, (reg), PAS16_io_port(reg))), inb( PAS16_io_port(reg)) ) 133 instance->hostno, (value), (reg), PAS16_io_port(reg)), \
|
D | g_NCR5380.h | 61 #define NCR5380_setup(instance) \ argument 62 NCR5380_map_name = (NCR5380_map_type)((instance)->NCR5380_instance_name) 87 #define NCR5380_setup(instance) \ argument 88 iomem = (((struct NCR5380_hostdata *)(instance)->hostdata)->iomem)
|
D | wd33c93.c | 172 static void wd33c93_execute(struct Scsi_Host *instance); 484 wd33c93_execute(struct Scsi_Host *instance) in DEF_SCSI_QCMD() 487 (struct WD33C93_hostdata *) instance->hostdata; in DEF_SCSI_QCMD() 802 wd33c93_intr(struct Scsi_Host *instance) in wd33c93_intr() argument 805 (struct WD33C93_hostdata *) instance->hostdata; in wd33c93_intr() 886 wd33c93_execute(instance); in wd33c93_intr() 1201 wd33c93_execute(instance); in wd33c93_intr() 1286 wd33c93_execute(instance); in wd33c93_intr() 1338 wd33c93_execute(instance); in wd33c93_intr() 1508 reset_wd33c93(struct Scsi_Host *instance) in reset_wd33c93() argument [all …]
|
D | dtc.h | 31 #define NCR5380_setup(instance) \ argument 32 base = ((struct NCR5380_hostdata *)(instance)->hostdata)->base
|
D | wd33c93.h | 204 typedef void (*dma_stop_t) (struct Scsi_Host *instance, 343 void wd33c93_init (struct Scsi_Host *instance, const wd33c93_regs regs, 347 void wd33c93_intr (struct Scsi_Host *instance);
|
D | dmx3191d.c | 44 #define NCR5380_setup(instance) port = instance->io_port argument
|
D | sgiwd93.c | 136 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() argument 139 struct ip22_hostdata *hdata = host_to_hostdata(instance); in dma_stop()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_param.c | 42 static int ircomm_param_service_type(void *instance, irda_param_t *param, 44 static int ircomm_param_port_type(void *instance, irda_param_t *param, 46 static int ircomm_param_port_name(void *instance, irda_param_t *param, 48 static int ircomm_param_service_type(void *instance, irda_param_t *param, 50 static int ircomm_param_data_rate(void *instance, irda_param_t *param, 52 static int ircomm_param_data_format(void *instance, irda_param_t *param, 54 static int ircomm_param_flow_control(void *instance, irda_param_t *param, 56 static int ircomm_param_xon_xoff(void *instance, irda_param_t *param, int get); 57 static int ircomm_param_enq_ack(void *instance, irda_param_t *param, int get); 58 static int ircomm_param_line_status(void *instance, irda_param_t *param, [all …]
|
D | ircomm_ttp.c | 40 static int ircomm_ttp_data_indication(void *instance, void *sap, 42 static void ircomm_ttp_connect_confirm(void *instance, void *sap, 47 static void ircomm_ttp_connect_indication(void *instance, void *sap, 52 static void ircomm_ttp_flow_indication(void *instance, void *sap, 54 static void ircomm_ttp_disconnect_indication(void *instance, void *sap, 86 notify.instance = self; in ircomm_open_tsap() 198 static int ircomm_ttp_data_indication(void *instance, void *sap, in ircomm_ttp_data_indication() argument 201 struct ircomm_cb *self = (struct ircomm_cb *) instance; in ircomm_ttp_data_indication() 215 static void ircomm_ttp_connect_confirm(void *instance, void *sap, in ircomm_ttp_connect_confirm() argument 221 struct ircomm_cb *self = (struct ircomm_cb *) instance; in ircomm_ttp_connect_confirm() [all …]
|
D | ircomm_lmp.c | 158 self->notify.flow_indication(self->notify.instance, in ircomm_lmp_flow_control() 194 self->notify.flow_indication(self->notify.instance, in ircomm_lmp_data_request() 212 static int ircomm_lmp_data_indication(void *instance, void *sap, in ircomm_lmp_data_indication() argument 215 struct ircomm_cb *self = (struct ircomm_cb *) instance; in ircomm_lmp_data_indication() 236 static void ircomm_lmp_connect_confirm(void *instance, void *sap, in ircomm_lmp_connect_confirm() argument 242 struct ircomm_cb *self = (struct ircomm_cb *) instance; in ircomm_lmp_connect_confirm() 267 static void ircomm_lmp_connect_indication(void *instance, void *sap, in ircomm_lmp_connect_indication() argument 273 struct ircomm_cb *self = (struct ircomm_cb *)instance; in ircomm_lmp_connect_indication() 297 static void ircomm_lmp_disconnect_indication(void *instance, void *sap, in ircomm_lmp_disconnect_indication() argument 301 struct ircomm_cb *self = (struct ircomm_cb *) instance; in ircomm_lmp_disconnect_indication() [all …]
|
D | ircomm_core.c | 244 self->notify.connect_indication(self->notify.instance, self, in ircomm_connect_indication() 282 self->notify.connect_confirm(self->notify.instance, in ircomm_connect_confirm() 323 self->notify.data_indication(self->notify.instance, self, skb); in ircomm_data_indication() 416 self->notify.udata_indication(self->notify.instance, self, in ircomm_control_indication() 460 self->notify.disconnect_indication(self->notify.instance, self, in ircomm_disconnect_indication()
|
D | ircomm_tty.c | 71 static int ircomm_tty_data_indication(void *instance, void *sap, 73 static int ircomm_tty_control_indication(void *instance, void *sap, 75 static void ircomm_tty_flow_indication(void *instance, void *sap, 240 notify.instance = self; in ircomm_tty_startup() 1076 static int ircomm_tty_data_indication(void *instance, void *sap, in ircomm_tty_data_indication() argument 1079 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_data_indication() 1126 static int ircomm_tty_control_indication(void *instance, void *sap, in ircomm_tty_control_indication() argument 1129 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_control_indication() 1153 static void ircomm_tty_flow_indication(void *instance, void *sap, in ircomm_tty_flow_indication() argument 1156 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_flow_indication()
|
D | ircomm_tty_attach.c | 390 void ircomm_tty_disconnect_indication(void *instance, void *sap, in ircomm_tty_disconnect_indication() argument 394 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_disconnect_indication() 478 void ircomm_tty_connect_confirm(void *instance, void *sap, in ircomm_tty_connect_confirm() argument 484 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_connect_confirm() 506 void ircomm_tty_connect_indication(void *instance, void *sap, in ircomm_tty_connect_indication() argument 512 struct ircomm_tty_cb *self = (struct ircomm_tty_cb *) instance; in ircomm_tty_connect_indication()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 153 int instance; member 189 int instance; member 283 return priv->instance; in mpipe_instance() 358 static bool tile_net_provide_buffer(int instance, int kind) in tile_net_provide_buffer() argument 360 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_provide_buffer() 408 static void tile_net_pop_all_buffers(int instance, int stack) in tile_net_pop_all_buffers() argument 410 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_pop_all_buffers() 426 int instance, kind; in tile_net_provide_needed_buffers() local 427 for (instance = 0; instance < NR_MPIPE_MAX && in tile_net_provide_needed_buffers() 428 info->mpipe[instance].has_iqueue; instance++) { in tile_net_provide_needed_buffers() [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_dp_auxch.c | 63 int instance = chan->rec.i2c_id & 0xf; in radeon_dp_aux_transfer_native() local 104 tmp = RREG32(AUX_CONTROL + aux_offset[instance]); in radeon_dp_aux_transfer_native() 110 WREG32(AUX_CONTROL + aux_offset[instance], tmp); in radeon_dp_aux_transfer_native() 113 WREG32(AUX_SW_CONTROL + aux_offset[instance], in radeon_dp_aux_transfer_native() 115 WREG32(AUX_SW_CONTROL + aux_offset[instance], in radeon_dp_aux_transfer_native() 121 WREG32(AUX_SW_DATA + aux_offset[instance], in radeon_dp_aux_transfer_native() 125 WREG32(AUX_SW_DATA + aux_offset[instance], in radeon_dp_aux_transfer_native() 129 WREG32(AUX_SW_DATA + aux_offset[instance], in radeon_dp_aux_transfer_native() 133 WREG32(AUX_SW_DATA + aux_offset[instance], in radeon_dp_aux_transfer_native() 139 WREG32(AUX_SW_DATA + aux_offset[instance], in radeon_dp_aux_transfer_native() [all …]
|
/linux-4.1.27/drivers/edac/ |
D | edac_device_sysfs.c | 317 static ssize_t instance_ue_count_show(struct edac_device_instance *instance, in instance_ue_count_show() argument 320 return sprintf(data, "%u\n", instance->counters.ue_count); in instance_ue_count_show() 323 static ssize_t instance_ce_count_show(struct edac_device_instance *instance, in instance_ce_count_show() argument 326 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show() 335 struct edac_device_instance *instance; in edac_device_ctrl_instance_release() local 342 instance = to_instance(kobj); in edac_device_ctrl_instance_release() 343 kobject_put(&instance->ctl->kobj); in edac_device_ctrl_instance_release() 357 struct edac_device_instance *instance = to_instance(kobj); in edac_dev_instance_show() local 361 return instance_attr->show(instance, buffer); in edac_dev_instance_show() 370 struct edac_device_instance *instance = to_instance(kobj); in edac_dev_instance_store() local [all …]
|
D | edac_device.c | 82 unsigned instance, block, attr; in edac_device_alloc_ctl_info() local 163 for (instance = 0; instance < nr_instances; instance++) { in edac_device_alloc_ctl_info() 164 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info() 167 blk_p = &dev_blk[instance * nr_blocks]; in edac_device_alloc_ctl_info() 172 "%s%u", edac_device_name, instance); in edac_device_alloc_ctl_info() 177 blk->instance = inst; in edac_device_alloc_ctl_info() 182 instance, inst, block, blk, blk->name); in edac_device_alloc_ctl_info() 624 struct edac_device_instance *instance; in edac_device_handle_ce() local 635 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce() 637 if ((block_nr >= instance->nr_blocks) || (block_nr < 0)) { in edac_device_handle_ce() [all …]
|
/linux-4.1.27/arch/x86/pci/ |
D | sta2x11-fixup.c | 62 struct sta2x11_instance *instance; in sta2x11_new_instance() local 64 instance = kzalloc(sizeof(*instance), GFP_ATOMIC); in sta2x11_new_instance() 65 if (!instance) in sta2x11_new_instance() 68 instance->bus0 = pdev->subordinate->number + 1; in sta2x11_new_instance() 77 list_add(&instance->list, &sta2x11_instance_list); in sta2x11_new_instance() 86 struct sta2x11_instance *instance; in sta2x11_pdev_to_instance() local 89 list_for_each_entry(instance, &sta2x11_instance_list, list) { in sta2x11_pdev_to_instance() 90 ep = pdev->bus->number - instance->bus0; in sta2x11_pdev_to_instance() 92 return instance; in sta2x11_pdev_to_instance() 99 struct sta2x11_instance *instance; in sta2x11_pdev_to_ep() local [all …]
|
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 55 u32 instance; member 65 osl_table_name_from_file(char *filename, char *signature, u32 *instance); 67 static acpi_status osl_add_table_to_list(char *signature, u32 instance); 92 u32 instance, 100 u32 instance, 254 u32 instance, in acpi_os_get_table_by_name() argument 274 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name() 279 instance, table, address); in acpi_os_get_table_by_name() 289 signature, instance, table, in acpi_os_get_table_by_name() 311 static acpi_status osl_add_table_to_list(char *signature, u32 instance) in osl_add_table_to_list() argument [all …]
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | debugport.c | 18 unsigned long instance; member 151 REG_WR (ser, p->instance, rw_tr_baud_div, tr_baud_div); in start_port() 152 REG_WR (ser, p->instance, rw_rec_baud_div, rec_baud_div); in start_port() 153 REG_WR (ser, p->instance, rw_tr_dma_en, tr_dma_en); in start_port() 154 REG_WR (ser, p->instance, rw_tr_ctrl, tr_ctrl); in start_port() 155 REG_WR (ser, p->instance, rw_rec_ctrl, rec_ctrl); in start_port() 166 stat = REG_RD(ser, kgdb_port->instance, rs_stat_din); in getDebugChar() 171 REG_WR(ser, kgdb_port->instance, rw_ack_intr, ack_intr); in getDebugChar() 181 stat = REG_RD(ser, kgdb_port->instance, r_stat_din); in putDebugChar() 183 REG_WR_INT(ser, kgdb_port->instance, rw_dout, val); in putDebugChar() [all …]
|
/linux-4.1.27/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 50 u32 instance, acpi_physical_address address); 174 u32 instance, acpi_physical_address address) in ap_dump_table_buffer() argument 190 return (ap_write_to_binary_file(table, instance)); in ap_dump_table_buffer() 224 u32 instance = 0; in ap_dump_all_tables() local 234 acpi_os_get_table_by_index(i, &table, &instance, &address); in ap_dump_all_tables() 254 table_status = ap_dump_table_buffer(table, instance, address); in ap_dump_all_tables() 326 u32 instance; in ap_dump_table_by_name() local 354 for (instance = 0; instance < AP_MAX_ACPI_FILES; instance++) { in ap_dump_table_by_name() 355 status = acpi_os_get_table_by_name(local_signature, instance, in ap_dump_table_by_name() 371 table_status = ap_dump_table_buffer(table, instance, address); in ap_dump_table_by_name()
|
D | apfiles.c | 120 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file() argument 147 if (instance > 0) { in ap_write_to_binary_file() 149 instance); in ap_write_to_binary_file()
|
D | acpidump.h | 126 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance);
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 55 unsigned long instance; member 72 unsigned long instance; member 98 .instance = regi_marb_foo, 103 .instance = regi_marb_bar, 408 watches[arbiter][i].instance, in crisv32_arbiter_watch() 412 watches[arbiter][i].instance, in crisv32_arbiter_watch() 416 watches[arbiter][i].instance, in crisv32_arbiter_watch() 419 watches[arbiter][i].instance, in crisv32_arbiter_watch() 424 watches[arbiter][i].instance, in crisv32_arbiter_watch() 428 watches[arbiter][i].instance, in crisv32_arbiter_watch() [all …]
|
/linux-4.1.27/sound/usb/6fire/ |
D | pcm.c | 145 usb_kill_urb(&rt->in_urbs[i].instance); in usb6fire_pcm_stream_stop() 146 usb_kill_urb(&rt->out_urbs[i].instance); in usb6fire_pcm_stream_stop() 174 ret = usb_submit_urb(&rt->in_urbs[i].instance, in usb6fire_pcm_stream_start() 202 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_capture() 203 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_capture() 249 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_playback() 250 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_playback() 323 if (sub->period_off >= sub->instance->runtime->period_size) { in usb6fire_pcm_in_urb_handler() 324 sub->period_off %= sub->instance->runtime->period_size; in usb6fire_pcm_in_urb_handler() 326 snd_pcm_period_elapsed(sub->instance); in usb6fire_pcm_in_urb_handler() [all …]
|
D | midi.c | 182 ret = snd_rawmidi_new(chip->card, "6FireUSB", 0, 1, 1, &rt->instance); in usb6fire_midi_init() 189 rt->instance->private_data = rt; in usb6fire_midi_init() 190 strcpy(rt->instance->name, "DMX6FireUSB MIDI"); in usb6fire_midi_init() 191 rt->instance->info_flags = SNDRV_RAWMIDI_INFO_OUTPUT | in usb6fire_midi_init() 194 snd_rawmidi_set_ops(rt->instance, SNDRV_RAWMIDI_STREAM_OUTPUT, in usb6fire_midi_init() 196 snd_rawmidi_set_ops(rt->instance, SNDRV_RAWMIDI_STREAM_INPUT, in usb6fire_midi_init()
|
D | pcm.h | 32 struct urb instance; member 42 struct snd_pcm_substream *instance; member 52 struct snd_pcm *instance; member
|
D | midi.h | 21 struct snd_rawmidi *instance; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | tc1100-wmi.c | 61 static int get_state(u32 *out, u8 instance) in get_state() argument 71 if (instance > 2) in get_state() 74 status = wmi_query_block(GUID, instance, &result); in get_state() 88 switch (instance) { in get_state() 100 static int set_state(u32 *in, u8 instance) in set_state() argument 109 if (instance > 2) in set_state() 112 switch (instance) { in set_state() 126 status = wmi_set_block(GUID, instance, &input); in set_state() 140 #define show_set_bool(value, instance) \ argument 146 acpi_status status = get_state(&result, instance); \ [all …]
|
D | msi-wmi.c | 103 static int msi_wmi_query_block(int instance, int *ret) in msi_wmi_query_block() argument 110 status = wmi_query_block(MSIWMI_BIOS_GUID, instance, &output); in msi_wmi_query_block() 129 static int msi_wmi_set_block(int instance, int value) in msi_wmi_set_block() argument 136 instance, value); in msi_wmi_set_block() 138 status = wmi_set_block(MSIWMI_BIOS_GUID, instance, &input); in msi_wmi_set_block()
|
D | wmi.c | 280 acpi_status wmi_evaluate_method(const char *guid_string, u8 instance, in wmi_evaluate_method() argument 300 if (block->instance_count < instance) in wmi_evaluate_method() 306 params[0].integer.value = instance; in wmi_evaluate_method() 338 acpi_status wmi_query_block(const char *guid_string, u8 instance, in wmi_query_block() argument 359 if (block->instance_count < instance) in wmi_query_block() 369 wq_params[0].integer.value = instance; in wmi_query_block() 413 acpi_status wmi_set_block(const char *guid_string, u8 instance, in wmi_set_block() argument 432 if (block->instance_count < instance) in wmi_set_block() 442 params[0].integer.value = instance; in wmi_set_block()
|
/linux-4.1.27/include/net/irda/ |
D | irmod.h | 74 void (*connect_confirm)(void *instance, void *sap, 77 void (*connect_indication)(void *instance, void *sap, 80 void (*disconnect_indication)(void *instance, void *sap, 82 void (*flow_indication)(void *instance, void *sap, LOCAL_FLOW flow); 83 void (*status_indication)(void *instance, 85 void *instance; /* Layer instance pointer */ member
|
D | ircomm_tty_attach.h | 76 void ircomm_tty_connect_confirm(void *instance, void *sap, 81 void ircomm_tty_disconnect_indication(void *instance, void *sap, 84 void ircomm_tty_connect_indication(void *instance, void *sap,
|
D | irlan_eth.h | 29 int irlan_eth_receive(void *instance, void *sap, struct sk_buff *skb); 31 void irlan_eth_flow_indication( void *instance, void *sap, LOCAL_FLOW flow);
|
D | irlan_provider.h | 35 void irlan_provider_ctrl_disconnect_indication(void *instance, void *sap,
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 3 such that indices of ptys allocated in one instance are independent of indices 12 IOW, devpts now supports both single-instance and multi-instance semantics. 22 'single-instance' mode and the current, single-instance semantics are 25 The only difference between this single-instance mode and the legacy mode 30 the mount is considered to be in the multi-instance mode and a new instance 31 of the devpts fs is created. Any ptys created in this instance are independent 32 of ptys in other instances of devpts. Like in the single-instance mode, the 33 /dev/pts/ptmx node is present. To effectively use the multi-instance mode, 57 In multi-instance mode (i.e '-o newinstance' mount option is specified at least 63 2. To effectively use multi-instance mode (i.e -o newinstance is specified) [all …]
|
D | tmpfs.txt | 5 created on your hard drive. If you unmount a tmpfs instance, 22 RAM+swap use of a tmpfs instance with df(1) and du(1). 59 size: The limit of allocated bytes for this tmpfs instance. The 64 nr_inodes: The maximum number of inodes for this instance. The default 71 to limit this tmpfs instance to that percentage of your physical RAM: 74 If nr_blocks=0 (or size=0), blocks will not be limited in that instance; 78 that instance in a system with many cpus making intensive use of it. 82 all files in that instance (if CONFIG_NUMA is enabled) - which can be 139 will give you tmpfs instance on /mytmpfs which can allocate 10GB
|
D | inotify.txt | 21 Q: What is the design decision behind using an-fd-per-instance as opposed to 31 fd and no twiddling with fd limits. Initializing an inotify instance two 63 Additionally, it _is_ possible to more than one instance and
|
/linux-4.1.27/net/irda/ |
D | qos.c | 86 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get); 87 static int irlap_param_link_disconnect(void *instance, irda_param_t *parm, 89 static int irlap_param_max_turn_time(void *instance, irda_param_t *param, 91 static int irlap_param_data_size(void *instance, irda_param_t *param, int get); 92 static int irlap_param_window_size(void *instance, irda_param_t *param, 94 static int irlap_param_additional_bofs(void *instance, irda_param_t *parm, 96 static int irlap_param_min_turn_time(void *instance, irda_param_t *param, 526 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get) in irlap_param_baud_rate() argument 530 struct irlap_cb *self = (struct irlap_cb *) instance; in irlap_param_baud_rate() 561 static int irlap_param_link_disconnect(void *instance, irda_param_t *param, in irlap_param_link_disconnect() argument [all …]
|
D | irttp.c | 47 static int irttp_data_indication(void *instance, void *sap, 49 static int irttp_udata_indication(void *instance, void *sap, 51 static void irttp_disconnect_indication(void *instance, void *sap, 53 static void irttp_connect_indication(void *instance, void *sap, 56 static void irttp_connect_confirm(void *instance, void *sap, 66 static int irttp_param_max_sdu_size(void *instance, irda_param_t *param, 69 static void irttp_flow_indication(void *instance, void *sap, LOCAL_FLOW flow); 70 static void irttp_status_indication(void *instance, 346 static int irttp_param_max_sdu_size(void *instance, irda_param_t *param, in irttp_param_max_sdu_size() argument 351 self = instance; in irttp_param_max_sdu_size() [all …]
|
D | iriap.c | 66 static void iriap_disconnect_indication(void *instance, void *sap, 68 static void iriap_connect_indication(void *instance, void *sap, 72 static void iriap_connect_confirm(void *instance, void *sap, 76 static int iriap_data_indication(void *instance, void *sap, 266 notify.instance = self; in iriap_register_lsap() 289 static void iriap_disconnect_indication(void *instance, void *sap, in iriap_disconnect_indication() argument 298 self = instance; in iriap_disconnect_indication() 739 static void iriap_connect_confirm(void *instance, void *sap, in iriap_connect_confirm() argument 746 self = instance; in iriap_connect_confirm() 769 static void iriap_connect_indication(void *instance, void *sap, in iriap_connect_indication() argument [all …]
|
D | irlap.c | 221 self->notify.instance = NULL; in irlap_close() 246 irlmp_link_connect_indication(self->notify.instance, self->saddr, in irlap_connect_indication() 301 irlmp_link_connect_confirm(self->notify.instance, &self->qos_tx, skb); in irlap_connect_confirm() 317 irlmp_link_data_indication(self->notify.instance, skb, unreliable); in irlap_data_indication() 409 irlmp_link_unitdata_indication(self->notify.instance, skb); in irlap_unitdata_indication() 470 irlmp_link_disconnect_indication(self->notify.instance, self, in irlap_disconnect_indication() 552 IRDA_ASSERT(self->notify.instance != NULL, return;); in irlap_discovery_confirm() 569 irlmp_link_discovery_confirm(self->notify.instance, discovery_log); in irlap_discovery_confirm() 584 IRDA_ASSERT(self->notify.instance != NULL, return;); in irlap_discovery_indication() 597 irlmp_link_discovery_indication(self->notify.instance, discovery); in irlap_discovery_indication() [all …]
|
D | af_irda.c | 81 static int irda_data_indication(void *instance, void *sap, struct sk_buff *skb) in irda_data_indication() argument 87 self = instance; in irda_data_indication() 88 sk = instance; in irda_data_indication() 108 static void irda_disconnect_indication(void *instance, void *sap, in irda_disconnect_indication() argument 114 self = instance; in irda_disconnect_indication() 122 sk = instance; in irda_disconnect_indication() 171 static void irda_connect_confirm(void *instance, void *sap, in irda_connect_confirm() argument 179 self = instance; in irda_connect_confirm() 183 sk = instance; in irda_connect_confirm() 236 static void irda_connect_indication(void *instance, void *sap, in irda_connect_indication() argument [all …]
|
D | irlmp.c | 160 IRDA_ASSERT(notify->instance != NULL, return NULL;); in irlmp_open_lsap() 326 notify->instance = lap; in irlmp_register_link() 542 self->notify.connect_indication(self->notify.instance, self, in irlmp_connect_indication() 610 self->notify.connect_confirm(self->notify.instance, self, in irlmp_connect_confirm() 623 struct lsap_cb *irlmp_dup(struct lsap_cb *orig, void *instance) in irlmp_dup() argument 656 new->notify.instance = instance; in irlmp_dup() 787 self->notify.disconnect_indication(self->notify.instance, in irlmp_disconnect_indication() 1140 self->notify.data_indication(self->notify.instance, self, skb); in irlmp_data_indication() 1183 self->notify.udata_indication(self->notify.instance, self, in irlmp_udata_indication() 1257 self->notify.udata_indication(self->notify.instance, self, in irlmp_connless_data_indication() [all …]
|
D | irmod.c | 68 notify->instance = NULL; in irda_notify_init()
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 25 unsigned long instance; member 289 REG_WR_INT(marb_bp, watches[i].instance, rw_first_addr, in crisv32_arbiter_watch() 291 REG_WR_INT(marb_bp, watches[i].instance, rw_last_addr, in crisv32_arbiter_watch() 293 REG_WR_INT(marb_bp, watches[i].instance, rw_op, in crisv32_arbiter_watch() 295 REG_WR_INT(marb_bp, watches[i].instance, rw_clients, in crisv32_arbiter_watch() 381 r_clients = REG_RD(marb_bp, watch->instance, r_brk_clients); in crisv32_arbiter_irq() 382 r_addr = REG_RD(marb_bp, watch->instance, r_brk_addr); in crisv32_arbiter_irq() 383 r_op = REG_RD(marb_bp, watch->instance, r_brk_op); in crisv32_arbiter_irq() 384 r_first = REG_RD(marb_bp, watch->instance, r_brk_first_client); in crisv32_arbiter_irq() 385 r_size = REG_RD(marb_bp, watch->instance, r_brk_size); in crisv32_arbiter_irq() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | devices.c | 73 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare() argument 77 if (instance == desired_instance) in cpu_instance_compare() 82 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid) in cpu_find_by_instance() argument 84 return __cpu_find_by(cpu_instance_compare, (void *)instance, in cpu_find_by_instance() 88 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare() argument
|
D | smp_32.c | 231 int instance, mid; in smp_setup_cpu_possible_map() local 233 instance = 0; in smp_setup_cpu_possible_map() 234 while (!cpu_find_by_instance(instance, NULL, &mid)) { in smp_setup_cpu_possible_map() 239 instance++; in smp_setup_cpu_possible_map()
|
/linux-4.1.27/sound/usb/hiface/ |
D | pcm.c | 31 struct urb instance; member 38 struct snd_pcm_substream *instance; member 54 struct snd_pcm *instance; member 202 usb_kill_urb(&rt->out_urbs[i].instance); in hiface_pcm_stream_stop() 224 usb_anchor_urb(&rt->out_urbs[i].instance, in hiface_pcm_stream_start() 226 ret = usb_submit_urb(&rt->out_urbs[i].instance, in hiface_pcm_stream_start() 263 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in hiface_pcm_playback() 270 pcm_buffer_size = snd_pcm_lib_buffer_bytes(sub->instance); in hiface_pcm_playback() 343 snd_pcm_period_elapsed(sub->instance); in hiface_pcm_out_urb_handler() 345 ret = usb_submit_urb(&out_urb->instance, GFP_ATOMIC); in hiface_pcm_out_urb_handler() [all …]
|
/linux-4.1.27/drivers/phy/ |
D | phy-dm816x-usb.c | 55 unsigned int instance; member 127 mask = BIT(phy->instance); in dm816x_usb_phy_runtime_suspend() 128 val = ~BIT(phy->instance); in dm816x_usb_phy_runtime_suspend() 133 phy->instance); in dm816x_usb_phy_runtime_suspend() 155 mask = BIT(phy->instance); in dm816x_usb_phy_runtime_resume() 156 val = BIT(phy->instance); in dm816x_usb_phy_runtime_resume() 161 phy->instance); in dm816x_usb_phy_runtime_resume() 221 phy->instance = 1; in dm816x_usb_phy_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326.c | 386 int port = mac->instance->index; in mac_set_address() 409 int port = mac->instance->index; in mac_get_address() 426 int index = mac->instance->index; in mac_reset() 437 int port = mac->instance->index; in mac_set_rx_mode() 453 int port = mac->instance->index; in mac_set_mtu() 467 int enable, port = mac->instance->index; in mac_set_speed_duplex_fc() 535 int port = mac->instance->index; in mac_enable() 552 int i, port = mac->instance->index; in mac_disable() 622 unsigned int port = mac->instance->index; in port_stats_update() 647 mac->instance->ticks >= MAJOR_UPDATE_TICKS) { in mac_update_statistics() [all …]
|
D | pm3393.c | 273 if (cmac->instance->fc & PAUSE_RX) in pm3393_enable() 275 if (cmac->instance->fc & PAUSE_TX) in pm3393_enable() 280 cmac->instance->enabled |= which; in pm3393_enable() 316 cmac->instance->enabled &= ~which; in pm3393_disable() 332 int enabled = cmac->instance->enabled; in pm3393_set_mtu() 353 int enabled = cmac->instance->enabled & MAC_DIRECTION_RX; in pm3393_set_rx_mode() 411 *fc = cmac->instance->fc; in pm3393_get_speed_duplex_fc() 425 if (fc != cmac->instance->fc) { in pm3393_set_speed_duplex_fc() 426 cmac->instance->fc = (u8) fc; in pm3393_set_speed_duplex_fc() 427 if (cmac->instance->enabled & MAC_DIRECTION_TX) in pm3393_set_speed_duplex_fc() [all …]
|
D | gmac.h | 129 cmac_instance *instance; member
|
/linux-4.1.27/net/irda/irlan/ |
D | irlan_provider.c | 55 static void irlan_provider_connect_indication(void *instance, void *sap, 67 static int irlan_provider_data_indication(void *instance, void *sap, in irlan_provider_data_indication() argument 73 self = instance; in irlan_provider_data_indication() 120 static void irlan_provider_connect_indication(void *instance, void *sap, in irlan_provider_connect_indication() argument 129 self = instance; in irlan_provider_connect_indication() 171 static void irlan_provider_disconnect_indication(void *instance, void *sap, in irlan_provider_disconnect_indication() argument 180 self = instance; in irlan_provider_disconnect_indication() 393 notify.instance = self; in irlan_provider_open_ctrl_tsap()
|
D | irlan_client.c | 57 static void irlan_client_ctrl_disconnect_indication(void *instance, void *sap, 60 static int irlan_client_ctrl_data_indication(void *instance, void *sap, 62 static void irlan_client_ctrl_connect_confirm(void *instance, void *sap, 185 static int irlan_client_ctrl_data_indication(void *instance, void *sap, in irlan_client_ctrl_data_indication() argument 190 self = instance; in irlan_client_ctrl_data_indication() 208 static void irlan_client_ctrl_disconnect_indication(void *instance, void *sap, in irlan_client_ctrl_disconnect_indication() argument 218 self = instance; in irlan_client_ctrl_disconnect_indication() 261 notify.instance = self; in irlan_client_open_ctrl_tsap() 278 static void irlan_client_ctrl_connect_confirm(void *instance, void *sap, in irlan_client_ctrl_connect_confirm() argument 286 self = instance; in irlan_client_ctrl_connect_confirm()
|
D | irlan_eth.c | 220 int irlan_eth_receive(void *instance, void *sap, struct sk_buff *skb) in irlan_eth_receive() argument 222 struct irlan_cb *self = instance; in irlan_eth_receive() 266 void irlan_eth_flow_indication(void *instance, void *sap, LOCAL_FLOW flow) in irlan_eth_flow_indication() argument 271 self = instance; in irlan_eth_flow_indication()
|
D | irlan_common.c | 299 static void irlan_connect_indication(void *instance, void *sap, in irlan_connect_indication() argument 308 self = instance; in irlan_connect_indication() 344 static void irlan_connect_confirm(void *instance, void *sap, in irlan_connect_confirm() argument 352 self = instance; in irlan_connect_confirm() 388 static void irlan_disconnect_indication(void *instance, in irlan_disconnect_indication() argument 397 self = instance; in irlan_disconnect_indication() 467 notify.instance = self; in irlan_open_data_tsap()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | tbxface.c | 207 u32 instance, struct acpi_table_header *out_table_header) in ACPI_EXPORT_SYMBOL_INIT() 229 if (++j < instance) { in ACPI_EXPORT_SYMBOL_INIT() 282 u32 instance, struct acpi_table_header **out_table, in ACPI_EXPORT_SYMBOL() 305 if (++j < instance) { in ACPI_EXPORT_SYMBOL() 330 u32 instance, struct acpi_table_header **out_table) in ACPI_EXPORT_SYMBOL() 335 instance, out_table, &tbl_size); in ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/drivers/mfd/ |
D | sta2x11-mfd.c | 47 struct sta2x11_instance *instance; member 59 struct sta2x11_instance *instance; in sta2x11_mfd_find() local 69 instance = sta2x11_get_instance(pdev); in sta2x11_mfd_find() 70 if (!instance) in sta2x11_mfd_find() 73 if (mfd->instance == instance) in sta2x11_mfd_find() 83 struct sta2x11_instance *instance; in sta2x11_mfd_add() local 87 instance = sta2x11_get_instance(pdev); in sta2x11_mfd_add() 88 if (!instance) in sta2x11_mfd_add() 96 mfd->instance = instance; in sta2x11_mfd_add()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | sysfs.c | 112 cdi->type, cdi->max_state, cdi->cur_state, cdi->instance); in probe_cdev() 312 ptdata.tzi[k].instance = i; in scan_tzones() 374 ptdata.cdi[k].instance = i; in scan_cdevs() 480 if (ptdata.tzi[i].instance == zone_inst) in zone_instance_to_index() 508 ptdata.tzi[i].instance); in update_thermal_data() 520 ptdata.cdi[i].instance); in update_thermal_data() 556 ptdata.cdi[i].instance, state, cdev_state); in set_ctrl_state() 558 CDEV, ptdata.cdi[i].instance); in set_ctrl_state() 577 ctrl_cdev_id = ptdata.cdi[i].instance; in get_ctrl_state() 579 ptdata.cdi[i].instance); in get_ctrl_state()
|
D | tui.c | 226 ptdata.cdi[j].instance, in show_cooling_device() 234 int tz_inst = ptdata.tzi[i].instance; in show_cooling_device() 246 cdev_inst = ptdata.cdi[j].instance; in show_cooling_device() 312 ptdata.cdi[j].type, ptdata.cdi[j].instance); in show_dialogue() 439 CDEV, ptdata.cdi[ch].instance); in handle_input_val() 466 ptdata.cdi[cdev_id].instance); in handle_input_choice() 599 ptdata.tzi[i].instance, temp); in show_data_w() 633 int inst = ptdata.tzi[i].instance; in show_sensors_w() 637 ptdata.tzi[i].type, ptdata.tzi[i].instance); in show_sensors_w()
|
D | tmon.c | 192 ptdata.tzi[i].instance, in prepare_logging() 210 ptdata.tzi[i].instance); in prepare_logging() 214 ptdata.cdi[i].instance); in prepare_logging() 326 target_thermal_zone = ptdata.tzi[0].instance; in main()
|
D | tmon.h | 58 int instance; member 84 int instance; member
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 8 - ti,hwmods : Name of the hwmod associated with the IOMMU instance 10 - interrupts : Interrupt specifier for the IOMMU instance 15 - ti,iommu-bus-err-back : Indicates the IOMMU instance supports throwing
|
D | rockchip,iommu.txt | 11 - interrupts : Interrupt specifier for the IOMMU instance 12 - interrupt-names : Interrupt name for the IOMMU instance
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | sa.c | 325 int instance; in aac_sa_init() local 328 instance = dev->id; in aac_sa_init() 340 printk(KERN_WARNING "%s%d: adapter self-test failed.\n", name, instance); in aac_sa_init() 347 printk(KERN_WARNING "%s%d: adapter kernel panic'd.\n", name, instance); in aac_sa_init() 358 name, instance, status); in aac_sa_init() 392 name, instance); in aac_sa_init()
|
D | src.c | 631 int instance = dev->id; in aac_src_init() local 664 dev->name, instance); in aac_src_init() 672 dev->name, instance); in aac_src_init() 685 dev->name, instance, status); in aac_src_init() 740 name, instance); in aac_src_init() 775 int instance = dev->id; in aac_srcv_init() local 806 dev->name, instance); in aac_srcv_init() 831 printk(KERN_ERR "%s%d: adapter self-test failed.\n", dev->name, instance); in aac_srcv_init() 838 printk(KERN_ERR "%s%d: adapter monitor panic.\n", dev->name, instance); in aac_srcv_init() 852 dev->name, instance, status); in aac_srcv_init() [all …]
|
D | rx.c | 549 int instance = dev->id; in _aac_rx_init() local 580 printk(KERN_ERR "%s%d: adapter self-test failed.\n", dev->name, instance); in _aac_rx_init() 587 printk(KERN_ERR "%s%d: adapter monitor panic.\n", dev->name, instance); in _aac_rx_init() 600 dev->name, instance, status); in _aac_rx_init() 646 name, instance); in _aac_rx_init()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | oak.c | 43 static inline int NCR5380_pwrite(struct Scsi_Host *instance, unsigned char *addr, in NCR5380_pwrite() argument 46 void __iomem *base = priv(instance)->base; in NCR5380_pwrite() 58 static inline int NCR5380_pread(struct Scsi_Host *instance, unsigned char *addr, in NCR5380_pread() argument 61 void __iomem *base = priv(instance)->base; in NCR5380_pread()
|
D | fas216.h | 321 extern int fas216_init (struct Scsi_Host *instance); 328 extern int fas216_add (struct Scsi_Host *instance, struct device *dev); 352 extern void fas216_remove (struct Scsi_Host *instance); 359 extern void fas216_release (struct Scsi_Host *instance);
|
D | cumana_1.c | 24 #define NCR5380_setup(instance) _instance = instance argument
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 8 CRYPTO Engines etc has its own instance of dma hardware. QMSS has also 17 |-> DMA instance #0 19 |-> DMA instance #1 23 |-> DMA instance #n 40 DMA instance properties: 97 - A phandle pointing to DMA instance node
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 5 DDR2/DDR3/LPDDR2 protocols. This binding describes a given instance 10 is the IP revision of the specific EMIF instance. 21 instance with base 1. 25 instance has a memory part attached to it. If there is a memory
|
/linux-4.1.27/Documentation/ |
D | padata.txt | 21 submitted to this instance in parallel. The cbcpumask defines which 26 To allocate a padata instance with the cpu_possible_mask for both 39 There are functions for enabling and disabling the instance: 48 padata_stop clears the flag and blocks until the padata instance 64 It's possible to change both cpumasks of a padata instance with 97 Actually submitting work to the padata instance requires the creation of a 120 done; it must be in the current instance's CPU mask. The return value from 123 instance's CPU mask, while -EINVAL is a complaint about cb_cpu not being 124 in that CPU mask or about a not running instance. 154 when a padata instance is no longer needed:
|
D | media-framework.txt | 26 (CMOS sensor for instance), logical hardware devices (a building block 43 A media device is represented by a struct media_device instance, defined in 45 media device driver, usually by embedding the media_device instance in a 56 platform_device instance). 99 Entities are represented by a struct media_entity instance, defined in 101 higher-level structure, such as a v4l2_subdev or video_device instance, 153 entity. Note that the media_entity instance itself must be freed explicitly by 176 Pads are represented by a struct media_pad instance, defined in 195 Links are represented by a struct media_link instance, defined in 330 The media_pipeline instance pointed to by the pipe argument will be stored in
|
D | vgaarbiter.txt | 47 open : open user instance of the arbiter. By default, it's attached to 50 close : close user instance. Release locks made by the user 91 user space for a given user (file descriptor instance) of the arbiter. 120 instance, if there is only one card, then it can completely escape arbitration. 144 For instance, in x86 if two devices on the same bus want to lock different
|
/linux-4.1.27/Documentation/driver-model/ |
D | design-patterns.txt | 40 This will create an instance of struct foo in memory every time probe() is 41 called. This is our state container for this instance of the device driver. 42 Of course it is then necessary to always pass this instance of the 62 This way you always get a pointer back to the correct instance of foo in 115 instance this way, while still keeping the number of parameters passed to the
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_irda.c | 141 notify.instance = self; in irnet_open_tsap() 1032 irnet_data_indication(void * instance, in irnet_data_indication() argument 1036 irnet_socket * ap = (irnet_socket *) instance; in irnet_data_indication() 1102 irnet_disconnect_indication(void * instance, in irnet_disconnect_indication() argument 1107 irnet_socket * self = (irnet_socket *) instance; in irnet_disconnect_indication() 1185 irnet_connect_confirm(void * instance, in irnet_connect_confirm() argument 1192 irnet_socket * self = (irnet_socket *) instance; in irnet_connect_confirm() 1229 irnet_data_indication(instance, sap, skb); in irnet_connect_confirm() 1253 irnet_flow_indication(void * instance, in irnet_flow_indication() argument 1257 irnet_socket * self = (irnet_socket *) instance; in irnet_flow_indication() [all …]
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 257 int instance; member 276 status = acpi_get_table(name, table_attr->instance, &table_header); in acpi_table_show() 299 if (table_attr->instance < attr->instance) in acpi_table_attr_init() 300 table_attr->instance = attr->instance; in acpi_table_attr_init() 302 table_attr->instance++; in acpi_table_attr_init() 304 if (table_attr->instance > 1 || (table_attr->instance == 1 && in acpi_table_attr_init() 308 table_attr->instance); in acpi_table_attr_init()
|
D | tables.c | 289 u32 instance = 0; in acpi_table_parse_entries() local 298 instance = acpi_apic_instance; in acpi_table_parse_entries() 300 acpi_get_table_with_size(id, instance, &table_header, &tbl_size); in acpi_table_parse_entries()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfi.h | 913 u8 instance; /* partition instance */ member 924 u8 instance; /* partition instance */ member 937 u8 instance; /* partition instance */ member 958 u8 instance; /* partition instance */ member 970 u8 instance; /* partition instance */ member 982 u8 instance; /* partition instance */ member 1202 u8 instance; member 1212 u8 instance; member 1222 u8 instance; member 1235 u8 instance; member
|
D | bfa_ioc.h | 478 u8 instance; /* partition instance */ member 504 enum bfa_flash_part_type type, u8 instance, 507 enum bfa_flash_part_type type, u8 instance, 511 enum bfa_flash_part_type type, u8 instance, void *buf, 670 u8 instance; /* port instance */ member 692 bfa_status_t bfa_phy_get_attr(struct bfa_phy_s *phy, u8 instance, 695 bfa_status_t bfa_phy_get_stats(struct bfa_phy_s *phy, u8 instance, 698 bfa_status_t bfa_phy_update(struct bfa_phy_s *phy, u8 instance, 701 bfa_status_t bfa_phy_read(struct bfa_phy_s *phy, u8 instance, 783 u8 instance; member
|
D | bfa_ioc.c | 4282 msg->instance = flash->instance; in bfa_flash_write_send() 4315 msg->instance = flash->instance; in bfa_flash_read_send() 4339 msg->instance = flash->instance; in bfa_flash_erase_send() 4579 u8 instance, bfa_cb_flash_t cbfn, void *cbarg) in bfa_flash_erase_part() argument 4583 bfa_trc(flash, instance); in bfa_flash_erase_part() 4597 flash->instance = instance; in bfa_flash_erase_part() 4601 instance, type); in bfa_flash_erase_part() 4621 u8 instance, void *buf, u32 len, u32 offset, in bfa_flash_update_part() argument 4626 bfa_trc(flash, instance); in bfa_flash_update_part() 4652 flash->instance = instance; in bfa_flash_update_part() [all …]
|
D | bfad_bsg.h | 497 u16 instance; member 564 u8 instance; member 663 u16 instance; member 670 u16 instance; member 688 u16 instance; member
|
/linux-4.1.27/include/net/bluetooth/ |
D | mgmt.h | 539 __u8 instance[0]; member 544 __u8 instance; member 554 __u8 instance; member 567 __u8 instance; member 571 __u8 instance; member 780 __u8 instance; member 785 __u8 instance; member
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | devices-da8xx.c | 336 int __init da8xx_register_i2c(int instance, in da8xx_register_i2c() argument 341 if (instance == 0) in da8xx_register_i2c() 343 else if (instance == 1) in da8xx_register_i2c() 1042 int __init da8xx_register_spi_bus(int instance, unsigned num_chipselect) in da8xx_register_spi_bus() argument 1044 if (instance < 0 || instance > 1) in da8xx_register_spi_bus() 1047 da8xx_spi_pdata[instance].num_chipselect = num_chipselect; in da8xx_register_spi_bus() 1049 if (instance == 1 && cpu_is_davinci_da850()) { in da8xx_register_spi_bus() 1054 return platform_device_register(&da8xx_spi_device[instance]); in da8xx_register_spi_bus()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 100 "struct scsi_host_template", an instance of which is passed to 103 struct scsi_host_template. Defining an instance of struct 235 instance of struct scsi_host_template with the name "driver_template" 315 - scsi_host_alloc(): returns a pointer to new instance of struct 317 - scsi_host_get(): adds 1 to the reference count of the given instance 319 instance. If the reference count reaches 0 then the given instance 327 a copy of a pointer to a Scsi_device instance it should use scsi_device_get() 369 scsi_add_device - creates new scsi device (lu) instance 374 scsi_host_alloc - return a new scsi_host instance whose refcount==1 375 scsi_host_get - increments Scsi_Host instance's refcount [all …]
|
/linux-4.1.27/Documentation/networking/ |
D | ppp_generic.txt | 59 system call on an instance of /dev/ppp which is bound to the 87 will need it to attach an instance of /dev/ppp to this channel. 123 The channel must provide an instance of a ppp_channel struct to 251 channels. Although there is only one /dev/ppp, each open instance of 254 to point to a separate object for each open instance of /dev/ppp. In 259 When /dev/ppp is opened, a new instance is created which is initially 262 existing channel. An instance attached to a unit can be used to send 264 calls, along with poll() if necessary. Similarly, an instance 270 write to the unit (i.e., to an instance of /dev/ppp attached to the 281 The ioctl calls which are available on an instance of /dev/ppp depend [all …]
|
D | ipvlan.txt | 39 In this mode TX processing happens on the stack instance attached to the 45 In this mode TX processing upto L3 happens on the stack instance attached 46 to the slave device and packets are switched to the stack instance of the 47 master device for the L2 processing and routing from that instance will be
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.h | 71 struct acm *instance; member 79 struct acm *instance; member
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 42 Definition: Phandle to this BMan instance's portals 56 Devices connected to a BMan instance via Direct Connect Portals (DCP) must link 57 to the respective BMan instance 62 Description: List of phandle and DCP index pairs, to the BMan instance
|
D | qman.txt | 44 Definition: Phandle to this QMan instance's portals 64 Devices connected to a QMan instance via Direct Connect Portals (DCP) must link 65 to the respective QMan instance 70 Description: List of phandle and DCP index pairs, to the QMan instance
|
/linux-4.1.27/arch/arm/mach-davinci/include/mach/ |
D | da8xx.h | 88 int da8xx_register_i2c(int instance, struct davinci_i2c_platform_data *pdata); 89 int da8xx_register_spi_bus(int instance, unsigned num_chipselect);
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 20 belongs to register set of TMU instance and second set belongs to 21 registers shared with the TMU instance. 112 Note: For multi-instance tmu each instance should have an alias correctly
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | maintidi.c | 126 pLib->instance.hLib = pLib; in DivaSTraceLibraryCreateInstance() 127 pLib->instance.DivaSTraceLibraryStart = DivaSTraceLibraryStart; in DivaSTraceLibraryCreateInstance() 128 pLib->instance.DivaSTraceLibraryStop = DivaSTraceLibraryStop; in DivaSTraceLibraryCreateInstance() 129 pLib->instance.DivaSTraceLibraryFinit = SuperTraceLibraryFinit; in DivaSTraceLibraryCreateInstance() 130 pLib->instance.DivaSTraceMessageInput = SuperTraceMessageInput; in DivaSTraceLibraryCreateInstance() 131 pLib->instance.DivaSTraceGetHandle = SuperTraceGetHandle; in DivaSTraceLibraryCreateInstance() 132 pLib->instance.DivaSTraceSetAudioTap = SuperTraceSetAudioTap; in DivaSTraceLibraryCreateInstance() 133 pLib->instance.DivaSTraceSetBChannel = SuperTraceSetBChannel; in DivaSTraceLibraryCreateInstance() 134 pLib->instance.DivaSTraceSetDChannel = SuperTraceSetDChannel; in DivaSTraceLibraryCreateInstance() 135 pLib->instance.DivaSTraceSetInfo = SuperTraceSetInfo; in DivaSTraceLibraryCreateInstance() [all …]
|
D | maintidi.h | 55 diva_strace_library_interface_t instance; member
|
/linux-4.1.27/drivers/firmware/ |
D | dmi-sysfs.c | 35 int instance; member 164 .instance_countdown = entry->instance, in find_dmi_entry() 496 return sprintf(buf, "%d\n", entry->instance); in dmi_sysfs_entry_instance() 508 static DMI_SYSFS_ATTR(entry, instance); 597 entry->instance = instance_counts[dh->type]++; in dmi_sysfs_register_handle() 602 "%d-%d", dh->type, entry->instance); in dmi_sysfs_register_handle()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | c_can.txt | 16 instance number 19 register and the CAN instance number (0 offset).
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | dwc2.txt | 6 - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC. 7 - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc;
|
D | isp1301.txt | 9 ISP1301 instance associated with the respective USB driver
|
D | am33xx-usb.txt | 61 endpoint number (0 … 14 for endpoints 1 … 15 on instance 0 and 15 … 29 62 for endpoints 1 … 15 on instance 1). The second number is 0 for RX and 65 each USB instance.
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 517 u8 instance; /* partition instance */ member 530 u8 instance; /* partition instance */ member 551 u8 instance; /* partition instance */ member 563 u8 instance; /* partition instance */ member
|
D | bfa_ioc.h | 339 u8 instance; /* partition instance */ member 359 u32 type, u8 instance, void *buf, u32 len, u32 offset, 362 u32 type, u8 instance, void *buf, u32 len, u32 offset,
|
/linux-4.1.27/drivers/platform/chrome/ |
D | chromeos_laptop.c | 164 info->irq = dev_data->instance; in __add_probed_i2c_device() 208 int instance; member 222 lookup->n++ == lookup->instance) in __find_i2c_adap() 235 lookup.instance = (type == I2C_ADAPTER_DESIGNWARE_1) ? 1 : 0; in find_i2c_adapter_num()
|
/linux-4.1.27/include/net/caif/ |
D | cfserl.h | 11 struct cflayer *cfserl_create(int instance, bool use_stx);
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 94 - create a new encapsulation protocol instance 95 - delete encapsulation protocol instance and free all its resources 96 - initialize (open) the encapsulation protocol instance for use. 97 - deactivate (close) an encapsulation protocol instance. 105 provided by the encapsulation protocol instance within a 110 /* create a new encapsulation protocol instance of same type */ 113 /* delete encapsulation protocol instance and free all its resources. 124 /* deactivate an encapsulation protocol instance. The encapsulation
|
/linux-4.1.27/Documentation/video4linux/ |
D | fimc.txt | 28 instance to any parallel video input or any MIPI-CSI front-end); 69 data from the sensor through more than one FIMC instance (e.g. for simultaneous 79 capture video node operation on same FIMC instance is not allowed. The driver 94 Each FIMC instance exports a sub-device node (/dev/v4l-subdev?), a sub-device 128 There are associated two video device nodes with each device instance in
|
D | vivid.txt | 83 By default the driver will create a single instance that has a video capture 94 node_types: which devices should each driver instance create. An array of 95 hexadecimal values, one for each instance. The default is 0x1d3d. 112 num_inputs: the number of inputs, one for each instance. By default 4 inputs 116 input_types: the input types for each instance, the default is 0xe4. This defines 118 instance. This is a hexadecimal value with up to 16 pairs of bits, each 133 num_outputs: the number of outputs, one for each instance. By default 2 outputs 137 output_types: the output types for each instance, the default is 0x02. This defines 139 driver instance. This is a hexadecimal value with up to 16 bits, each bit 159 the first vivid instance, video4 for the next up to video8 for the last [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra30-apalis-eval.dts | 145 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */ 155 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */ 165 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
|
D | tegra30-colibri-eval-v3.dts | 94 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */ 105 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-driver.c | 643 cx->options.cardtype = cardtype[cx->instance]; in cx18_process_options() 644 cx->options.tuner = tuner[cx->instance]; in cx18_process_options() 645 cx->options.radio = radio[cx->instance]; in cx18_process_options() 819 CX18_ERR("Can't enable device %d!\n", cx->instance); in cx18_setup_pci() 823 CX18_ERR("No suitable DMA available, card %d\n", cx->instance); in cx18_setup_pci() 828 cx->instance); in cx18_setup_pci() 925 cx->instance = i; in cx18_probe() 930 "\n", cx->instance); in cx18_probe() 935 cx->instance); in cx18_probe() 936 CX18_INFO("Initializing card %d\n", cx->instance); in cx18_probe()
|
D | cx18-alsa-main.c | 125 cx->instance); in snd_cx18_card_set_names() 130 cx->instance, cx->card_name); in snd_cx18_card_set_names()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 193 given instance (SMBIOS type 41 device type instance) of the 195 has given an instance number to the PCI device. 198 firmware assigned device type instance of the PCI 207 given instance (ACPI _DSM instance number) of the PCI device. 209 an instance number to the PCI device. ACPI _DSM instance number 211 type 41 device type instance also. 214 firmware assigned instance number of the PCI
|
D | configfs-usb-gadget-acm | 8 associated with acm function's instance "name".
|
D | configfs-usb-gadget-serial | 8 associated with gser function's instance "name".
|
D | configfs-usb-gadget-obex | 8 associated with obex function's instance "name".
|
D | configfs-usb-gadget-ffs | 6 A corresponding USB function instance is created/removed.
|
D | configfs-usb-gadget-ecm | 8 this function instance
|
D | configfs-usb-gadget-ncm | 8 this function instance
|
D | configfs-usb-gadget-subset | 8 this function instance
|
D | configfs-usb-gadget-rndis | 8 this function instance
|
D | configfs-usb-gadget-eem | 8 this function instance
|
D | sysfs-firmware-dmi | 29 assigned by the operating system an 'instance', which is 72 instance: The instance ordinal of the entry for the
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_dma.c | 425 const char *instance; in knav_dma_open_channel() local 432 chan_num = of_channel_match_helper(dev->of_node, name, &instance); in knav_dma_open_channel() 441 "unknown", chan_num, instance); in knav_dma_open_channel() 451 if (!strcmp(dma->name, instance)) { in knav_dma_open_channel() 457 dev_err(kdev->dev, "No DMA instace with name %s\n", instance); in knav_dma_open_channel() 478 chan_num, instance); in knav_dma_open_channel() 497 chan_num, instance); in knav_dma_open_channel()
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap.txt | 15 instance starting 1 42 instance starting 1
|
/linux-4.1.27/include/media/ |
D | saa6588.h | 33 struct file *instance; member
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.c | 1016 ahd_linux_setup_iocell_info(u_long index, int instance, int targ, int32_t value) in ahd_linux_setup_iocell_info() argument 1019 if ((instance >= 0) in ahd_linux_setup_iocell_info() 1020 && (instance < ARRAY_SIZE(aic79xx_iocell_info))) { in ahd_linux_setup_iocell_info() 1023 iocell_info = (uint8_t*)&aic79xx_iocell_info[instance]; in ahd_linux_setup_iocell_info() 1026 printk("iocell[%d:%ld] = %d\n", instance, index, value); in ahd_linux_setup_iocell_info() 1046 ahd_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahd_linux_setup_tag_info() argument 1049 if ((instance >= 0) && (targ >= 0) in ahd_linux_setup_tag_info() 1050 && (instance < ARRAY_SIZE(aic79xx_tag_info)) in ahd_linux_setup_tag_info() 1052 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info() 1054 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahd_linux_setup_tag_info() [all …]
|
D | aic7xxx_osm.c | 925 ahc_linux_setup_tag_info(u_long arg, int instance, int targ, int32_t value) in ahc_linux_setup_tag_info() argument 928 if ((instance >= 0) && (targ >= 0) in ahc_linux_setup_tag_info() 929 && (instance < ARRAY_SIZE(aic7xxx_tag_info)) in ahc_linux_setup_tag_info() 931 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info() 933 printk("tag_info[%d:%d] = %d\n", instance, targ, value); in ahc_linux_setup_tag_info() 945 int instance; in ahc_parse_brace_option() local 954 instance = -1; in ahc_parse_brace_option() 967 if (instance == -1) { in ahc_parse_brace_option() 968 instance = 0; in ahc_parse_brace_option() 984 else if (instance != -1) in ahc_parse_brace_option() [all …]
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 72 The bus instance is created via snd_hda_bus_new(). You need to pass 73 the card instance, the template, and the pointer to store the 74 resultant bus instance. 86 Each codec chip on the board is then created on the BUS instance. 87 To create a codec instance, call snd_hda_codec_new(). 92 The first argument is the BUS instance, the second argument is the 94 resultant codec instance (can be NULL if not needed). 96 The codec is stored in a linked list of bus instance. You can follow
|
D | MIXART.txt | 38 For instance the playback devices are configured to have max. 4 46 There is one substream per capture device. For instance only stereo
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 182 u32 instance) in nameseq_find_subseq() argument 191 if (instance < sseqs[mid].lower) in nameseq_find_subseq() 193 else if (instance > sseqs[mid].upper) in nameseq_find_subseq() 210 static u32 nameseq_locate_subseq(struct name_seq *nseq, u32 instance) in nameseq_locate_subseq() argument 219 if (instance < sseqs[mid].lower) in nameseq_locate_subseq() 221 else if (instance > sseqs[mid].upper) in nameseq_locate_subseq() 534 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, in tipc_nametbl_translate() argument 553 sseq = nameseq_find_subseq(seq, instance); in tipc_nametbl_translate()
|
D | name_table.h | 100 u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance, u32 *node);
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 192 mts_debug_dump(context->instance);\ 384 context->instance->usb_dev, in mts_int_submit_urb() 427 usb_rcvbulkpipe(context->instance->usb_dev, in mts_get_status() 428 context->instance->ep_response), in mts_get_status() 536 desc->context.instance = desc; in mts_build_transfer_context()
|
D | microtek.h | 16 struct mts_desc* instance; member
|
/linux-4.1.27/net/xfrm/ |
D | Kconfig | 39 instance, in a Mobile IPv6 environment with IPsec configuration 78 This feature is required, for instance, in a Mobile IPv6
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-alsa-main.c | 125 itv->instance); in snd_ivtv_card_set_names() 130 itv->instance, itv->card_name); in snd_ivtv_card_set_names()
|
D | ivtvfb.c | 127 printk(KERN_INFO "ivtvfb%d " type ": " fmt, itv->instance , ## args); \ 133 #define IVTVFB_ERR(fmt, args...) printk(KERN_ERR "ivtvfb%d: " fmt, itv->instance , ## args) 134 #define IVTVFB_WARN(fmt, args...) printk(KERN_WARNING "ivtvfb%d: " fmt, itv->instance , ## args) 135 #define IVTVFB_INFO(fmt, args...) printk(KERN_INFO "ivtvfb%d: " fmt, itv->instance , ## args) 1269 itv->instance); in ivtvfb_callback_cleanup() 1272 IVTVFB_INFO("Unregister framebuffer %d\n", itv->instance); in ivtvfb_callback_cleanup()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | widgets.txt | 14 For instance:
|
D | tdm-slot.txt | 9 For instance:
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-core.c | 230 dev->instance = v4l2_device_set_name(&dev->v4l2_dev, "tw68", in tw68_initdev() 326 if (dev->instance < TW68_MAXBOARDS) in tw68_initdev() 327 vidnr = video_nr[dev->instance]; in tw68_initdev()
|
/linux-4.1.27/include/linux/usb/ |
D | tegra_usb_phy.h | 62 int instance; member
|
/linux-4.1.27/Documentation/usb/ |
D | gadget-testing.txt | 66 function instance 73 and after creating the functions/ecm.<instance name> they contain default 99 function instance 106 and after creating the functions/ecm.<instance name> they contain default 132 function instance 139 and after creating the functions/eem.<instance name> they contain default 164 After creating the directory there is a new instance (a "device") of FunctionFS 390 function instance 397 and after creating the functions/ncm.<instance name> they contain default 451 function instance [all …]
|
D | gadget_configfs.txt | 129 $ mkdir functions/<name>.<instance name> 131 where <name> corresponds to one of allowed function names and instance name 154 $ ln -s functions/<name>.<instance name> configs/<name>.<number> 261 $ rmdir functions/<name>.<instance name>
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | au8522_decoder.c | 732 int instance; in au8522_probe() local 742 instance = au8522_get_state(&state, client->adapter, client->addr); in au8522_probe() 743 switch (instance) { in au8522_probe() 759 if (instance == 1) in au8522_probe()
|
D | au8522_dig.c | 850 int instance; in au8522_attach() local 853 instance = au8522_get_state(&state, i2c, config->demod_address); in au8522_attach() 854 switch (instance) { in au8522_attach()
|
/linux-4.1.27/drivers/staging/fsl-mc/ |
D | TODO | 5 * Decide if multiple root fsl-mc buses will be supported per Linux instance,
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | exynos-fimc-lite.txt | 16 fimc-lite<n>, where <n> is an integer specifying the IP block instance.
|
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 53 PRIVATE WRITABLE - size of mapping per instance 58 PRIVATE WRITABLE - size of mapping per instance
|
/linux-4.1.27/include/acpi/ |
D | acpiosxf.h | 363 u32 instance, 372 u32 *instance, acpi_physical_address * address);
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 94 present, the previous instance of the file is overwritten; this allows 95 the data-carrying instance of a file to occur anywhere in the sequence 96 (GNU cpio is reported to attach the data to the last instance of a
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-cmos.txt | 17 instance). If this is not done, it can be performed by the driver.
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 7 Only one VFIO instance may be created per VM. The created device
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-device.c | 77 atomic_t *instance) in v4l2_device_set_name() argument 79 int num = atomic_inc_return(instance) - 1; in v4l2_device_set_name()
|
/linux-4.1.27/Documentation/fb/ |
D | tridentfb.txt | 51 more memory than it actually has. For instance mine is 192K less than 67 misbehaviour so take care(for instance memsize=12345678 or memdiff=23784 or
|
/linux-4.1.27/arch/mips/ar7/ |
D | platform.c | 298 static void __init cpmac_get_mac(int instance, unsigned char *dev_addr) in cpmac_get_mac() argument 302 sprintf(name, "mac%c", 'a' + instance); in cpmac_get_mac() 304 if (!mac && instance) { in cpmac_get_mac()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda9887.c | 679 int instance; in tda9887_attach() local 683 instance = hybrid_tuner_request_state(struct tda9887_priv, priv, in tda9887_attach() 686 switch (instance) { in tda9887_attach()
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 14 fixed for an instance and are dictated by the IP integration into the SoC 23 instance. DRA7xx has multiple instances with different number of h/w fifo queues 30 A Mailbox device node is used to represent a Mailbox IP instance within a SoC.
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pxa-pwm.txt | 10 Note that one device instance must be created for each PWM that is used, so the
|
D | pwm-tiehrpwm.txt | 14 "ehrpwm<x>", <x> being the 0-based instance number from the HW spec
|
D | pwm-tiecap.txt | 14 "ecap<x>", <x> being the 0-based instance number from the HW spec
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-omap.txt | 6 - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based)
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 29 supported by this device instance 31 by this device instance
|
/linux-4.1.27/include/uapi/linux/ |
D | tipc.h | 54 __u32 instance; member
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | omap_serial.txt | 12 - ti,hwmods : Must be "uart<n>", n being the instance number (1-based)
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | oplib_32.h | 177 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid);
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 27 claim just control over a single rfkill instance.
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 873 u8 instance) in update_scan_rsp_data_for_instance() argument 884 if (instance) in update_scan_rsp_data_for_instance() 904 u8 instance; in update_scan_rsp_data() local 913 instance = 0x01; in update_scan_rsp_data() 915 instance = 0x00; in update_scan_rsp_data() 917 update_scan_rsp_data_for_instance(req, instance); in update_scan_rsp_data() 975 static u32 get_adv_instance_flags(struct hci_dev *hdev, u8 instance) in get_adv_instance_flags() argument 979 if (instance > 0x01) in get_adv_instance_flags() 982 if (instance == 0x01) in get_adv_instance_flags() 997 static u8 get_adv_instance_scan_rsp_len(struct hci_dev *hdev, u8 instance) in get_adv_instance_scan_rsp_len() argument [all …]
|
/linux-4.1.27/include/linux/ |
D | powercap.h | 278 int powercap_unregister_control_type(struct powercap_control_type *instance);
|
D | dmi.h | 90 int instance; member
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | ti-phy.txt | 82 - id: If there are multiple instance of the same type, in order to 83 differentiate between each instance "id" can be used (e.g., multi-lane PCIe
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-omap.txt | 24 "gpio<X>", <X> being the 1-based instance number
|
/linux-4.1.27/Documentation/arm/Atmel/ |
D | README | 116 the product (at91sam9g20.dtsi or sama5d33.dtsi for instance). 118 shared across SoCs or boards (sama5d3.dtsi or at91sam9x5cm.dtsi for instance).
|