Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/sep/
Dsep_main.c91 #define sep_dump_message(sep) _sep_dump_message(sep) argument
93 #define sep_dump_message(sep) argument
111 void sep_queue_status_remove(struct sep_device *sep, in sep_queue_status_remove() argument
116 dev_dbg(&sep->pdev->dev, "[PID%d] sep_queue_status_remove\n", in sep_queue_status_remove()
120 dev_dbg(&sep->pdev->dev, "PID%d %s null\n", in sep_queue_status_remove()
125 spin_lock_irqsave(&sep->sep_queue_lock, lck_flags); in sep_queue_status_remove()
127 sep->sep_queue_num--; in sep_queue_status_remove()
128 spin_unlock_irqrestore(&sep->sep_queue_lock, lck_flags); in sep_queue_status_remove()
133 dev_dbg(&sep->pdev->dev, "[PID%d] sep_queue_status_remove return\n", in sep_queue_status_remove()
151 struct sep_device *sep, in sep_queue_status_add() argument
[all …]
Dsep_driver_api.h265 void sep_queue_status_remove(struct sep_device *sep,
280 struct sep_device *sep,
296 int sep_create_dcb_dmatables_context_kernel(struct sep_device *sep,
311 ssize_t sep_activate_dcb_dmatables_context(struct sep_device *sep,
333 int sep_prepare_input_output_dma_table_in_dcb(struct sep_device *sep,
355 int sep_free_dma_table_data_handler(struct sep_device *sep,
366 int sep_send_command_handler(struct sep_device *sep);
372 int sep_wait_transaction(struct sep_device *sep);
Dsep_crypto.c93 static void crypto_sep_dump_message(struct sep_device *sep, void *msg) in crypto_sep_dump_message() argument
100 p = sep->shared_addr; in crypto_sep_dump_message()
103 dev_dbg(&sep->pdev->dev, in crypto_sep_dump_message()
173 struct sep_device *sep, in sep_alloc_sg_buf() argument
188 dev_dbg(&sep->pdev->dev, "sep alloc sg buf\n"); in sep_alloc_sg_buf()
206 dev_warn(&sep->pdev->dev, "Cannot allocate page for new sg\n"); in sep_alloc_sg_buf()
217 dev_warn(&sep->pdev->dev, in sep_alloc_sg_buf()
261 struct sep_device *sep, in sep_copy_sg() argument
275 dev_dbg(&sep->pdev->dev, "sep copy sg\n"); in sep_copy_sg()
280 dev_dbg(&sep->pdev->dev, "sep copy sg not null\n"); in sep_copy_sg()
[all …]
Dsep_trace_events.h25 #define TRACE_SYSTEM sep
/drivers/parport/
Dprobe.c65 char *sep; in parse_data() local
68 sep = strchr(p, ':'); in parse_data()
69 if (sep) { in parse_data()
71 *(sep++) = 0; in parse_data()
73 u = sep + strlen (sep) - 1; in parse_data()
83 info->mfr = kstrdup(sep, GFP_KERNEL); in parse_data()
86 info->model = kstrdup(sep, GFP_KERNEL); in parse_data()
91 info->class_name = kstrdup(sep, GFP_KERNEL); in parse_data()
92 for (u = sep; *u; u++) in parse_data()
95 if (!strcmp(classes[i].token, sep)) { in parse_data()
[all …]
Dparport_ip32.c415 #define sep (f++ ? ',' : ' ') in parport_ip32_dump_state() macro
421 printk("%cBusy", sep); in parport_ip32_dump_state()
423 printk("%cnAck", sep); in parport_ip32_dump_state()
425 printk("%cPError", sep); in parport_ip32_dump_state()
427 printk("%cSelect", sep); in parport_ip32_dump_state()
429 printk("%cnFault", sep); in parport_ip32_dump_state()
431 printk("%c(Print)", sep); in parport_ip32_dump_state()
433 printk("%cTimeout", sep); in parport_ip32_dump_state()
436 #undef sep in parport_ip32_dump_state()
Dparport_pc.c3495 char *sep; in parport_setup() local
3525 sep = strchr(str, ','); in parport_setup()
3526 if (sep++) { in parport_setup()
3527 if (parport_parse_irq(sep, &val)) in parport_setup()
3530 sep = strchr(sep, ','); in parport_setup()
3531 if (sep++) { in parport_setup()
3532 if (parport_parse_dma(sep, &val)) in parport_setup()
/drivers/target/
Dtarget_core_stat.c705 struct se_port *sep; in target_stat_scsi_port_show_attr_inst() local
711 sep = lun->lun_sep; in target_stat_scsi_port_show_attr_inst()
712 if (!sep) { in target_stat_scsi_port_show_attr_inst()
727 struct se_port *sep; in target_stat_scsi_port_show_attr_dev() local
732 sep = lun->lun_sep; in target_stat_scsi_port_show_attr_dev()
733 if (!sep) { in target_stat_scsi_port_show_attr_dev()
747 struct se_port *sep; in target_stat_scsi_port_show_attr_indx() local
751 sep = lun->lun_sep; in target_stat_scsi_port_show_attr_indx()
752 if (!sep) { in target_stat_scsi_port_show_attr_indx()
756 ret = snprintf(page, PAGE_SIZE, "%u\n", sep->sep_index); in target_stat_scsi_port_show_attr_indx()
[all …]
/drivers/acpi/acpica/
Dnsutils.c55 static u8 acpi_ns_valid_path_separator(char sep);
130 static u8 acpi_ns_valid_path_separator(char sep) in acpi_ns_valid_path_separator() argument
133 return ((u8) (sep == '.')); in acpi_ns_valid_path_separator()
/drivers/net/wireless/bcmdhd/include/
Dbcmwifi_channels.h50 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \ argument
51 (sep))
/drivers/staging/
DMakefile33 obj-$(CONFIG_DX_SEP) += sep/
DKconfig79 source "drivers/staging/sep/Kconfig"
/drivers/md/
Dmd.c2546 char *sep = ""; in state_show() local
2551 len+= sprintf(page+len, "%sfaulty",sep); in state_show()
2552 sep = ","; in state_show()
2555 len += sprintf(page+len, "%sin_sync",sep); in state_show()
2556 sep = ","; in state_show()
2559 len += sprintf(page+len, "%swrite_mostly",sep); in state_show()
2560 sep = ","; in state_show()
2565 len += sprintf(page+len, "%sblocked", sep); in state_show()
2566 sep = ","; in state_show()
2570 len += sprintf(page+len, "%sspare", sep); in state_show()
[all …]
/drivers/scsi/
Dqla1280.c4194 char *sep; in qla1280_get_token() local
4198 sep = strchr(str, ':'); in qla1280_get_token()
4200 if (sep) { in qla1280_get_token()
4202 if (!strncmp(setup_token[i].token, str, (sep - str))) { in qla1280_get_token()