/linux-4.4.14/drivers/base/ |
H A D | attribute_container.c | 28 struct attribute_container *cont; member in struct:internal_container 59 return ic->cont; attribute_container_classdev_to_container() 70 * @cont: The container to register. This must be allocated by the 74 attribute_container_register(struct attribute_container *cont) attribute_container_register() argument 76 INIT_LIST_HEAD(&cont->node); attribute_container_register() 77 klist_init(&cont->containers, internal_container_klist_get, attribute_container_register() 81 list_add_tail(&cont->node, &attribute_container_list); attribute_container_register() 91 * @cont: previously registered container to remove 94 attribute_container_unregister(struct attribute_container *cont) attribute_container_unregister() argument 99 spin_lock(&cont->containers.k_lock); attribute_container_unregister() 100 if (!list_empty(&cont->containers.k_list)) attribute_container_unregister() 103 list_del(&cont->node); attribute_container_unregister() 105 spin_unlock(&cont->containers.k_lock); attribute_container_unregister() 147 struct attribute_container *cont; attribute_container_add_device() local 150 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_add_device() 153 if (attribute_container_no_classdevs(cont)) attribute_container_add_device() 156 if (!cont->match(cont, dev)) attribute_container_add_device() 165 ic->cont = cont; attribute_container_add_device() 168 ic->classdev.class = cont->class; attribute_container_add_device() 169 cont->class->dev_release = attribute_container_release; attribute_container_add_device() 172 fn(cont, dev, &ic->classdev); attribute_container_add_device() 175 klist_add_tail(&ic->node, &cont->containers); attribute_container_add_device() 212 struct attribute_container *cont; attribute_container_remove_device() local 215 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_remove_device() 219 if (attribute_container_no_classdevs(cont)) attribute_container_remove_device() 222 if (!cont->match(cont, dev)) attribute_container_remove_device() 225 klist_for_each_entry(ic, &cont->containers, node, &iter) { attribute_container_remove_device() 230 fn(cont, dev, &ic->classdev); attribute_container_remove_device() 256 struct attribute_container *cont; attribute_container_device_trigger() local 259 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_device_trigger() 263 if (!cont->match(cont, dev)) attribute_container_device_trigger() 266 if (attribute_container_no_classdevs(cont)) { attribute_container_device_trigger() 267 fn(cont, dev, NULL); attribute_container_device_trigger() 271 klist_for_each_entry(ic, &cont->containers, node, &iter) { attribute_container_device_trigger() 273 fn(cont, dev, &ic->classdev); attribute_container_device_trigger() 296 struct attribute_container *cont; attribute_container_trigger() local 299 list_for_each_entry(cont, &attribute_container_list, node) { attribute_container_trigger() 300 if (cont->match(cont, dev)) attribute_container_trigger() 301 fn(cont, dev); attribute_container_trigger() 317 struct attribute_container *cont = attribute_container_add_attrs() local 319 struct device_attribute **attrs = cont->attrs; attribute_container_add_attrs() 322 BUG_ON(attrs && cont->grp); attribute_container_add_attrs() 324 if (!attrs && !cont->grp) attribute_container_add_attrs() 327 if (cont->grp) attribute_container_add_attrs() 328 return sysfs_create_group(&classdev->kobj, cont->grp); attribute_container_add_attrs() 366 attribute_container_add_class_device_adapter(struct attribute_container *cont, attribute_container_add_class_device_adapter() argument 382 struct attribute_container *cont = attribute_container_remove_attrs() local 384 struct device_attribute **attrs = cont->attrs; attribute_container_remove_attrs() 387 if (!attrs && !cont->grp) attribute_container_remove_attrs() 390 if (cont->grp) { attribute_container_remove_attrs() 391 sysfs_remove_group(&classdev->kobj, cont->grp); attribute_container_remove_attrs() 417 * @cont: the container 424 attribute_container_find_class_device(struct attribute_container *cont, attribute_container_find_class_device() argument 431 klist_for_each_entry(ic, &cont->containers, node, &iter) { attribute_container_find_class_device()
|
H A D | transport_class.c | 117 static int transport_setup_classdev(struct attribute_container *cont, transport_setup_classdev() argument 121 struct transport_class *tclass = class_to_transport_class(cont->class); transport_setup_classdev() 122 struct transport_container *tcont = attribute_container_to_transport_container(cont); transport_setup_classdev() 151 static int transport_add_class_device(struct attribute_container *cont, transport_add_class_device() argument 157 attribute_container_to_transport_container(cont); transport_add_class_device() 183 static int transport_configure(struct attribute_container *cont, transport_configure() argument 187 struct transport_class *tclass = class_to_transport_class(cont->class); transport_configure() 188 struct transport_container *tcont = attribute_container_to_transport_container(cont); transport_configure() 214 static int transport_remove_classdev(struct attribute_container *cont, transport_remove_classdev() argument 219 attribute_container_to_transport_container(cont); transport_remove_classdev() 220 struct transport_class *tclass = class_to_transport_class(cont->class); transport_remove_classdev() 253 static void transport_destroy_classdev(struct attribute_container *cont, transport_destroy_classdev() argument 257 struct transport_class *tclass = class_to_transport_class(cont->class); transport_destroy_classdev()
|
H A D | firmware_class.c | 1262 void (*cont)(const struct firmware *fw, void *context); member in struct:firmware_work 1275 fw_work->cont(fw, fw_work->context); request_firmware_work_func() 1291 * @context: will be passed over to @cont, and 1293 * @cont: function will be called asynchronously when the firmware 1310 void (*cont)(const struct firmware *fw, void *context)) request_firmware_nowait() 1326 fw_work->cont = cont; request_firmware_nowait()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | spinlock_test.c | 14 int cont; ss_get() local 18 cont = 1; ss_get() 22 while (cont) { ss_get() 26 cont = 0; ss_get() 57 int cont; multi_other() local 62 cont = 1; multi_other() 76 while (cont) { multi_other() 80 cont = 0; multi_other()
|
/linux-4.4.14/arch/s390/numa/ |
H A D | toptree.h | 45 #define toptree_for_each(ptree, cont, ttype) \ 46 for (ptree = toptree_first(cont, ttype); \ 48 ptree = toptree_next(ptree, cont, ttype)) 50 #define toptree_for_each_safe(ptree, tmp, cont, ttype) \ 51 for (ptree = toptree_first(cont, ttype), \ 52 tmp = toptree_next(ptree, cont, ttype); \ 55 tmp = toptree_next(ptree, cont, ttype))
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-bcm53xx.c | 80 size_t len, bool cont) bcm53xxspi_buf_write() 94 if (!cont && i == len - 1) bcm53xxspi_buf_write() 105 if (cont) bcm53xxspi_buf_write() 111 if (cont) bcm53xxspi_buf_write() 118 if (!cont) bcm53xxspi_buf_write() 125 size_t len, bool cont) bcm53xxspi_buf_read() 133 if (!cont && i == b53spi->read_offset + len - 1) bcm53xxspi_buf_read() 145 if (cont) bcm53xxspi_buf_read() 151 if (cont) bcm53xxspi_buf_read() 158 if (!cont) bcm53xxspi_buf_read() 184 bool cont = left - to_write > 0; bcm53xxspi_transfer_one() local 186 bcm53xxspi_buf_write(b53spi, buf, to_write, cont); bcm53xxspi_transfer_one() 198 bool cont = left - to_read > 0; bcm53xxspi_transfer_one() local 200 bcm53xxspi_buf_read(b53spi, buf, to_read, cont); bcm53xxspi_transfer_one() 79 bcm53xxspi_buf_write(struct bcm53xxspi *b53spi, u8 *w_buf, size_t len, bool cont) bcm53xxspi_buf_write() argument 124 bcm53xxspi_buf_read(struct bcm53xxspi *b53spi, u8 *r_buf, size_t len, bool cont) bcm53xxspi_buf_read() argument
|
/linux-4.4.14/drivers/block/paride/ |
H A D | ktti.c | 26 /* cont = 0 - access the IDE register file 27 cont = 1 - access the IDE command set 32 static void ktti_write_regr( PIA *pi, int cont, int regr, int val) ktti_write_regr() argument 36 r = regr + cont_map[cont]; ktti_write_regr() 42 static int ktti_read_regr( PIA *pi, int cont, int regr ) ktti_read_regr() argument 46 r = regr + cont_map[cont]; ktti_read_regr()
|
H A D | aten.c | 32 /* cont = 0 - access the IDE register file 33 cont = 1 - access the IDE command set 38 static void aten_write_regr( PIA *pi, int cont, int regr, int val) aten_write_regr() argument 42 r = regr + cont_map[cont] + 0x80; aten_write_regr() 47 static int aten_read_regr( PIA *pi, int cont, int regr ) aten_read_regr() argument 51 r = regr + cont_map[cont] + 0x40; aten_read_regr()
|
H A D | fit2.c | 30 /* cont = 0 - access the IDE register file 31 cont = 1 - access the IDE command set 40 static void fit2_write_regr( PIA *pi, int cont, int regr, int val) fit2_write_regr() argument 42 { if (cont == 1) return; fit2_write_regr() 46 static int fit2_read_regr( PIA *pi, int cont, int regr ) fit2_read_regr() argument 50 if (cont) { fit2_read_regr()
|
H A D | on20.c | 32 /* cont = 0 - access the IDE register file 33 cont = 1 - access the IDE command set 36 static int on20_read_regr( PIA *pi, int cont, int regr ) on20_read_regr() argument 40 r = (regr<<2) + 1 + cont; on20_read_regr() 59 static void on20_write_regr( PIA *pi, int cont, int regr, int val ) on20_write_regr() argument 63 r = (regr<<2) + 1 + cont; on20_write_regr()
|
H A D | paride.c | 45 void pi_write_regr(PIA * pi, int cont, int regr, int val) pi_write_regr() argument 47 pi->proto->write_regr(pi, cont, regr, val); pi_write_regr() 52 int pi_read_regr(PIA * pi, int cont, int regr) pi_read_regr() argument 54 return pi->proto->read_regr(pi, cont, regr); pi_read_regr() 77 void (*cont) (void) = NULL; pi_wake_up() 82 cont = pi->claim_cont; pi_wake_up() 91 if (cont) pi_wake_up() 92 cont(); pi_wake_up() 95 int pi_schedule_claimed(PIA * pi, void (*cont) (void)) pi_schedule_claimed() 101 pi->claim_cont = cont; pi_schedule_claimed() 111 void pi_do_claimed(PIA * pi, void (*cont) (void)) pi_do_claimed() 113 if (pi_schedule_claimed(pi, cont)) pi_do_claimed() 114 cont(); pi_do_claimed()
|
H A D | comm.c | 39 /* cont = 0 - access the IDE register file 40 cont = 1 - access the IDE command set 45 static int comm_read_regr( PIA *pi, int cont, int regr ) comm_read_regr() argument 49 r = regr + cont_map[cont]; comm_read_regr() 71 static void comm_write_regr( PIA *pi, int cont, int regr, int val ) comm_write_regr() argument 75 r = regr + cont_map[cont]; comm_write_regr()
|
H A D | dstr.c | 41 /* cont = 0 - access the IDE register file 42 cont = 1 - access the IDE command set 47 static int dstr_read_regr( PIA *pi, int cont, int regr ) dstr_read_regr() argument 51 r = regr + cont_map[cont]; dstr_read_regr() 74 static void dstr_write_regr( PIA *pi, int cont, int regr, int val ) dstr_write_regr() argument 78 r = regr + cont_map[cont]; dstr_write_regr()
|
H A D | fit3.c | 37 /* cont = 0 - access the IDE register file 38 cont = 1 - access the IDE command set 42 static void fit3_write_regr( PIA *pi, int cont, int regr, int val) fit3_write_regr() argument 44 { if (cont == 1) return; fit3_write_regr() 62 static int fit3_read_regr( PIA *pi, int cont, int regr ) fit3_read_regr() argument 66 if (cont) { fit3_read_regr()
|
H A D | friq.c | 45 /* cont = 0 - access the IDE register file 46 cont = 1 - access the IDE command set 51 static int friq_read_regr( PIA *pi, int cont, int regr ) friq_read_regr() argument 55 r = regr + cont_map[cont]; friq_read_regr() 66 static void friq_write_regr( PIA *pi, int cont, int regr, int val) friq_write_regr() argument 70 r = regr + cont_map[cont]; friq_write_regr()
|
H A D | paride.h | 76 /* registers are addressed as (cont,regr) 78 cont: 0 for command register file, 1 for control register(s) 83 extern void pi_write_regr(PIA *pi, int cont, int regr, int val); 85 extern int pi_read_regr(PIA *pi, int cont, int regr); 95 extern void pi_do_claimed(PIA *pi, void (*cont)(void)); 96 extern int pi_schedule_claimed(PIA *pi, void (*cont)(void));
|
H A D | bpck6.c | 59 static int bpck6_read_regr(PIA *pi, int cont, int reg) bpck6_read_regr() argument 64 if (reg<0 || reg>7 || cont<0 || cont>2) bpck6_read_regr() 68 out=ppc6_rd_port(PPCSTRUCT(pi),cont?reg|8:reg); bpck6_read_regr() 72 static void bpck6_write_regr(PIA *pi, int cont, int reg, int val) bpck6_write_regr() argument 75 if (reg>=0 && reg<=7 && cont>=0 && cont<=1) bpck6_write_regr() 77 ppc6_wr_port(PPCSTRUCT(pi),cont?reg|8:reg,(u8)val); bpck6_write_regr()
|
H A D | bpck.c | 41 /* cont = 0 - access the IDE register file 42 cont = 1 - access the IDE command set 43 cont = 2 - use internal bpck register addressing 48 static int bpck_read_regr( PIA *pi, int cont, int regr ) bpck_read_regr() argument 52 r = regr + cont_map[cont]; bpck_read_regr() 79 static void bpck_write_regr( PIA *pi, int cont, int regr, int val ) bpck_write_regr() argument 83 r = regr + cont_map[cont]; bpck_write_regr()
|
H A D | epat.c | 40 /* cont = 0 IDE register file 41 cont = 1 IDE control registers 42 cont = 2 internal EPAT registers 47 static void epat_write_regr( PIA *pi, int cont, int regr, int val) epat_write_regr() argument 51 r = regr + cont_map[cont]; epat_write_regr() 68 static int epat_read_regr( PIA *pi, int cont, int regr ) epat_read_regr() argument 72 r = regr + cont_map[cont]; epat_read_regr()
|
H A D | epia.c | 43 /* cont = 0 IDE register file 44 cont = 1 IDE control registers 49 static int epia_read_regr( PIA *pi, int cont, int regr ) epia_read_regr() argument 53 regr += cont_map[cont]; epia_read_regr() 82 static void epia_write_regr( PIA *pi, int cont, int regr, int val) epia_write_regr() argument 86 regr += cont_map[cont]; epia_write_regr()
|
H A D | frpw.c | 41 /* cont = 0 - access the IDE register file 42 cont = 1 - access the IDE command set 47 static int frpw_read_regr( PIA *pi, int cont, int regr ) frpw_read_regr() argument 51 r = regr + cont_map[cont]; frpw_read_regr() 63 static void frpw_write_regr( PIA *pi, int cont, int regr, int val) frpw_write_regr() argument 67 r = regr + cont_map[cont]; frpw_write_regr()
|
H A D | kbic.c | 39 /* cont = 0 - access the IDE register file 40 cont = 1 - access the IDE command set 45 static int kbic_read_regr( PIA *pi, int cont, int regr ) kbic_read_regr() argument 49 s = cont_map[cont]; kbic_read_regr() 75 static void kbic_write_regr( PIA *pi, int cont, int regr, int val) kbic_write_regr() argument 79 s = cont_map[cont]; kbic_write_regr()
|
H A D | on26.c | 43 /* cont = 0 - access the IDE register file 44 cont = 1 - access the IDE command set 47 static int on26_read_regr( PIA *pi, int cont, int regr ) on26_read_regr() argument 51 r = (regr<<2) + 1 + cont; on26_read_regr() 76 static void on26_write_regr( PIA *pi, int cont, int regr, int val ) on26_write_regr() argument 80 r = (regr<<2) + 1 + cont; on26_write_regr()
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | extable.c | 34 l->cont = r->cont + delta; swap_ex() 36 r->cont = tmp.cont - delta; swap_ex() 108 long fix = (u64) &e->cont + e->cont; ia64_handle_exception()
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | wm8766.c | 292 struct snd_kcontrol_new cont; snd_wm8766_add_control() local 295 memset(&cont, 0, sizeof(cont)); snd_wm8766_add_control() 296 cont.iface = SNDRV_CTL_ELEM_IFACE_MIXER; snd_wm8766_add_control() 297 cont.private_value = num; snd_wm8766_add_control() 298 cont.name = wm->ctl[num].name; snd_wm8766_add_control() 299 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; snd_wm8766_add_control() 302 cont.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; snd_wm8766_add_control() 303 cont.tlv.p = NULL; snd_wm8766_add_control() 304 cont.get = snd_wm8766_ctl_get; snd_wm8766_add_control() 305 cont.put = snd_wm8766_ctl_put; snd_wm8766_add_control() 309 cont.info = snd_wm8766_volume_info; snd_wm8766_add_control() 310 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; snd_wm8766_add_control() 311 cont.tlv.p = wm->ctl[num].tlv; snd_wm8766_add_control() 316 cont.info = snd_ctl_boolean_stereo_info; snd_wm8766_add_control() 318 cont.info = snd_ctl_boolean_mono_info; snd_wm8766_add_control() 321 cont.info = snd_wm8766_enum_info; snd_wm8766_add_control() 326 ctl = snd_ctl_new1(&cont, wm); snd_wm8766_add_control()
|
H A D | wm8776.c | 566 struct snd_kcontrol_new cont; snd_wm8776_add_control() local 569 memset(&cont, 0, sizeof(cont)); snd_wm8776_add_control() 570 cont.iface = SNDRV_CTL_ELEM_IFACE_MIXER; snd_wm8776_add_control() 571 cont.private_value = num; snd_wm8776_add_control() 572 cont.name = wm->ctl[num].name; snd_wm8776_add_control() 573 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; snd_wm8776_add_control() 576 cont.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; snd_wm8776_add_control() 577 cont.tlv.p = NULL; snd_wm8776_add_control() 578 cont.get = snd_wm8776_ctl_get; snd_wm8776_add_control() 579 cont.put = snd_wm8776_ctl_put; snd_wm8776_add_control() 583 cont.info = snd_wm8776_volume_info; snd_wm8776_add_control() 584 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; snd_wm8776_add_control() 585 cont.tlv.p = wm->ctl[num].tlv; snd_wm8776_add_control() 590 cont.info = snd_ctl_boolean_stereo_info; snd_wm8776_add_control() 592 cont.info = snd_ctl_boolean_mono_info; snd_wm8776_add_control() 595 cont.info = snd_wm8776_enum_info; snd_wm8776_add_control() 600 ctl = snd_ctl_new1(&cont, wm); snd_wm8776_add_control()
|
H A D | se.c | 598 struct snd_kcontrol_new cont; se200pci_add_controls() local 601 memset(&cont, 0, sizeof(cont)); se200pci_add_controls() 602 cont.iface = SNDRV_CTL_ELEM_IFACE_MIXER; se200pci_add_controls() 604 cont.private_value = i; se200pci_add_controls() 605 cont.name = se200pci_cont[i].name; se200pci_add_controls() 606 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; se200pci_add_controls() 607 cont.tlv.p = NULL; se200pci_add_controls() 611 cont.info = se200pci_cont_volume_info; se200pci_add_controls() 612 cont.get = se200pci_cont_volume_get; se200pci_add_controls() 613 cont.put = se200pci_cont_volume_put; se200pci_add_controls() 614 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; se200pci_add_controls() 616 cont.tlv.p = db_scale_gain1; se200pci_add_controls() 618 cont.tlv.p = db_scale_gain2; se200pci_add_controls() 621 cont.info = se200pci_cont_boolean_info; se200pci_add_controls() 622 cont.get = se200pci_cont_boolean_get; se200pci_add_controls() 623 cont.put = se200pci_cont_boolean_put; se200pci_add_controls() 626 cont.info = se200pci_cont_enum_info; se200pci_add_controls() 627 cont.get = se200pci_cont_enum_get; se200pci_add_controls() 628 cont.put = se200pci_cont_enum_put; se200pci_add_controls() 634 err = snd_ctl_add(ice->card, snd_ctl_new1(&cont, ice)); se200pci_add_controls()
|
H A D | psc724.c | 321 struct snd_kcontrol_new cont; psc724_add_controls() local 355 memset(&cont, 0, sizeof(cont)); psc724_add_controls() 356 cont.iface = SNDRV_CTL_ELEM_IFACE_MIXER; psc724_add_controls() 358 cont.private_value = i; psc724_add_controls() 359 cont.name = psc724_cont[i].name; psc724_add_controls() 360 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; psc724_add_controls() 361 cont.info = snd_ctl_boolean_mono_info; psc724_add_controls() 362 cont.get = psc724_ctl_get; psc724_add_controls() 363 cont.put = psc724_ctl_put; psc724_add_controls() 364 ctl = snd_ctl_new1(&cont, ice); psc724_add_controls()
|
/linux-4.4.14/tools/power/cpupower/utils/ |
H A D | cpuidle-set.c | 28 int ret = 0, cont = 1, param = 0, disabled; cmd_idle_set() local 40 cont = 0; cmd_idle_set() 45 cont = 0; cmd_idle_set() 54 cont = 0; cmd_idle_set() 63 cont = 0; cmd_idle_set() 76 cont = 0; cmd_idle_set() 82 cont = 0; cmd_idle_set() 85 } while (cont); cmd_idle_set()
|
H A D | cpuidle-info.c | 143 int ret = 0, cont = 1, output_param = 0, verbose = 1; cmd_idle_info() local 153 cont = 0; cmd_idle_info() 159 cont = 0; cmd_idle_info() 164 cont = 0; cmd_idle_info() 170 } while (cont); cmd_idle_info()
|
H A D | cpufreq-info.c | 561 int ret = 0, cont = 1; cmd_freq_info() local 572 cont = 0; cmd_freq_info() 575 cont = 0; cmd_freq_info() 592 cont = 0; cmd_freq_info() 600 cont = 0; cmd_freq_info() 612 } while (cont); cmd_freq_info()
|
H A D | cpufreq-set.c | 197 int ret = 0, cont = 1; cmd_freq_set() local 217 cont = 0; cmd_freq_set() 268 } while (cont); cmd_freq_set()
|
/linux-4.4.14/include/linux/ |
H A D | attribute_container.h | 40 int attribute_container_register(struct attribute_container *cont); 41 int __must_check attribute_container_unregister(struct attribute_container *cont); 63 int attribute_container_add_class_device_adapter(struct attribute_container *cont,
|
H A D | firmware.h | 47 void (*cont)(const struct firmware *fw, void *context)); 62 void (*cont)(const struct firmware *fw, void *context)) request_firmware_nowait()
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 153 int ret=0, cont=1; main() local 163 cont = 0; main() 172 cont = 0; main() 176 } while(cont); main()
|
/linux-4.4.14/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_irq.c | 263 int size, off, cont, rdp, wdp; pdacf_threaded_irq() local 306 cont = chip->pcm_size - off; pdacf_threaded_irq() 307 if (cont > size) pdacf_threaded_irq() 308 cont = size; pdacf_threaded_irq() 309 pdacf_transfer(chip, cont, off); pdacf_threaded_irq() 310 off += cont; pdacf_threaded_irq() 312 size -= cont; pdacf_threaded_irq()
|
/linux-4.4.14/kernel/printk/ |
H A D | printk.c | 90 * If extended consoles are present, in-kernel cont reassembly is disabled 536 char cont = '-'; msg_print_ext_header() local 549 cont = 'c'; msg_print_ext_header() 552 cont = '+'; msg_print_ext_header() 555 (msg->facility << 3) | msg->level, seq, ts_usec, cont); msg_print_ext_header() 1557 static struct cont { struct 1567 } cont; variable in typeref:struct:cont 1571 if (cont.flushed) cont_flush() 1573 if (cont.len == 0) cont_flush() 1576 if (cont.cons) { cont_flush() 1582 log_store(cont.facility, cont.level, flags | LOG_NOCONS, cont_flush() 1583 cont.ts_nsec, NULL, 0, cont.buf, cont.len); cont_flush() 1584 cont.flags = flags; cont_flush() 1585 cont.flushed = true; cont_flush() 1591 log_store(cont.facility, cont.level, flags, 0, cont_flush() 1592 NULL, 0, cont.buf, cont.len); cont_flush() 1593 cont.len = 0; cont_flush() 1599 if (cont.len && cont.flushed) cont_add() 1607 if (nr_ext_console_drivers || cont.len + len > sizeof(cont.buf)) { cont_add() 1612 if (!cont.len) { cont_add() 1613 cont.facility = facility; cont_add() 1614 cont.level = level; cont_add() 1615 cont.owner = current; cont_add() 1616 cont.ts_nsec = local_clock(); cont_add() 1617 cont.flags = 0; cont_add() 1618 cont.cons = 0; cont_add() 1619 cont.flushed = false; cont_add() 1622 memcpy(cont.buf + cont.len, text, len); cont_add() 1623 cont.len += len; cont_add() 1625 if (cont.len > (sizeof(cont.buf) * 80) / 100) cont_add() 1636 if (cont.cons == 0 && (console_prev & LOG_NEWLINE)) { cont_print_text() 1637 textlen += print_time(cont.ts_nsec, text); cont_print_text() 1641 len = cont.len - cont.cons; cont_print_text() 1645 memcpy(text + textlen, cont.buf + cont.cons, len); cont_print_text() 1647 cont.cons = cont.len; cont_print_text() 1650 if (cont.flushed) { cont_print_text() 1651 if (cont.flags & LOG_NEWLINE) cont_print_text() 1654 cont.len = 0; cont_print_text() 1768 if (cont.len && (lflags & LOG_PREFIX || cont.owner != current)) vprintk_emit() 1789 if (cont.len) { vprintk_emit() 1790 if (cont.owner == current && !(lflags & LOG_PREFIX)) vprintk_emit() 1936 static struct cont { struct 1941 } cont; log_text() variable in typeref:struct:cont 2193 if (!cont.len) console_cont_flush() 2201 if (console_seq < log_next_seq && !cont.cons) console_cont_flush() 2207 call_console_drivers(cont.level, NULL, 0, text, len); console_cont_flush()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.h | 52 #define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in cont. tx background*/ 53 #define WIFI_MP_CTX_ST 0x00040000 /* in cont. tx with 55 #define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in cont, tx 58 #define WIFI_MP_CTX_CCK_CS 0x00200000 /* in cont, tx with carrier
|
/linux-4.4.14/net/core/ |
H A D | utils.c | 153 goto cont; in4_pton() 159 cont: in4_pton() 247 goto cont; in6_pton() 271 cont: in6_pton()
|
H A D | net_namespace.c | 673 goto cont; rtnl_net_dumpid_one() 681 cont: rtnl_net_dumpid_one()
|
H A D | rtnetlink.c | 1455 goto cont; hlist_for_each_entry() 1470 cont: hlist_for_each_entry()
|
/linux-4.4.14/net/netfilter/ |
H A D | nft_hash.c | 218 goto cont; nft_hash_walk() 220 goto cont; nft_hash_walk() 222 goto cont; nft_hash_walk() 230 cont: nft_hash_walk()
|
H A D | nft_rbtree.c | 188 goto cont; nft_rbtree_walk() 190 goto cont; nft_rbtree_walk() 199 cont: nft_rbtree_walk()
|
H A D | nf_tables_api.c | 522 goto cont; nf_tables_dump_tables() 535 cont: nf_tables_dump_tables() 1077 goto cont; nf_tables_dump_chains() 1090 cont: nf_tables_dump_chains() 1904 goto cont; nf_tables_dump_rules() 1906 goto cont; nf_tables_dump_rules() 1918 cont: nf_tables_dump_rules() 2417 cont: nf_tables_set_alloc_name() 2433 goto cont; nf_tables_set_alloc_name() 2583 goto cont; nf_tables_dump_sets() 2597 cont: nf_tables_dump_sets()
|
/linux-4.4.14/arch/mips/pci/ |
H A D | ops-tx4927.c | 398 int i, cont; tx4927_report_pcic_status1() local 403 for (i = 0, cont = 0; i < ARRAY_SIZE(pcistat_tbl); i++) tx4927_report_pcic_status1() 406 cont++ ? " " : "", pcistat_tbl[i].str); tx4927_report_pcic_status1() 411 for (i = 0, cont = 0; i < ARRAY_SIZE(g2pstat_tbl); i++) tx4927_report_pcic_status1() 414 cont++ ? " " : "", g2pstat_tbl[i].str); tx4927_report_pcic_status1() 419 for (i = 0, cont = 0; i < ARRAY_SIZE(pcicstat_tbl); i++) tx4927_report_pcic_status1() 422 cont++ ? " " : "", pcicstat_tbl[i].str); tx4927_report_pcic_status1()
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 148 u8 *data, **cont; apply_ucode_in_initrd() local 158 cont = (u8 **)__pa_nodebug(&container); apply_ucode_in_initrd() 163 cont = &container; apply_ucode_in_initrd() 184 *cont = data; apply_ucode_in_initrd() 194 *cont_sz = compute_container_size(*cont, left + offset); apply_ucode_in_initrd() 226 *cont = NULL; apply_ucode_in_initrd() 401 unsigned long cont; save_microcode_in_initrd_amd() local 412 cont = (unsigned long)container; save_microcode_in_initrd_amd() 419 cont = __pa(container); save_microcode_in_initrd_amd() 430 (cont - boot_params.hdr.ramdisk_image)); save_microcode_in_initrd_amd()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | sgetem.S | 115 bnes cont |if set then continue 117 cont: label
|
H A D | x_snan.S | 264 bras cont 267 cont: label
|
H A D | gen_except.S | 371 beq cont 373 cont: label
|
/linux-4.4.14/drivers/block/ |
H A D | floppy.c | 549 } *cont; variable in typeref:struct:cont_t 895 cont = NULL; unlock_fdc() 1006 cont->done(0); fd_watchdog() 1018 cont->interrupt(); main_command_interrupt() 1052 cont->done(0); setup_DMA() 1058 cont->done(0); setup_DMA() 1069 cont->done(0); setup_DMA() 1197 cont->done(0); perpendicular_mode() 1417 cont->done(0); interpret_errors() 1434 cont->done(0); interpret_errors() 1438 cont->error(); interpret_errors() 1494 cont->error(); setup_rw_floppy() 1501 cont->interrupt(); setup_rw_floppy() 1518 cont->error(); seek_interrupt() 1519 cont->redo(); seek_interrupt() 1571 cont->done(0); seek_floppy() 1572 cont->redo(); seek_floppy() 1627 cont->error(); recal_interrupt() 1628 cont->redo(); recal_interrupt() 1749 pr_info("reset set in interrupt, calling %pf\n", cont->error); reset_interrupt() 1750 cont->error(); /* a reset just after a reset. BAD! */ reset_interrupt() 1752 cont->redo(); reset_interrupt() 1821 pr_info("cont=%p\n", cont); show_floppy() 1844 if (cont) { floppy_shutdown() 1845 cont->done(0); floppy_shutdown() 1846 cont->redo(); /* this will recall reset when needed */ floppy_shutdown() 1848 pr_info("no cont in shutdown!\n"); floppy_shutdown() 1947 cont = NULL; do_wakeup() 1979 cont = &intr_cont; wait_til_done() 1997 cont = &wakeup_cont; generic_done() 2002 cont->done(1); generic_success() 2007 cont->done(0); generic_failure() 2013 cont->redo(); success_and_wakeup() 2051 cont->done(0); bad_flp_intr() 2076 cont->error(); format_interrupt() 2080 cont->done(1); format_interrupt() 2082 cont->redo(); format_interrupt() 2191 cont = &format_cont; do_format() 2325 cont->redo(); rw_interrupt() 2329 cont->error(); rw_interrupt() 2330 cont->redo(); rw_interrupt() 2336 cont->redo(); rw_interrupt() 2356 cont->done(1); rw_interrupt() 2362 cont->redo(); rw_interrupt() 2892 cont = &rw_cont; process_fd_request() 2935 cont = &poll_cont; poll_drive() 2969 cont = &reset_cont; user_reset_fdc() 3205 cont = &raw_cmd_cont; raw_cmd_ioctl()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | bif_dma_defs.h | 91 unsigned int cont : 1; member in struct:__anon361 141 unsigned int cont : 1; member in struct:__anon366 190 unsigned int cont : 1; member in struct:__anon371 240 unsigned int cont : 1; member in struct:__anon376
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
H A D | bif_dma_defs.h | 91 unsigned int cont : 1; member in struct:__anon1228 141 unsigned int cont : 1; member in struct:__anon1233 190 unsigned int cont : 1; member in struct:__anon1238 240 unsigned int cont : 1; member in struct:__anon1243
|
/linux-4.4.14/drivers/net/can/ |
H A D | pch_can.c | 146 u32 cont; member in struct:pch_can_regs 218 pch_can_bit_clear(&priv->regs->cont, PCH_CTRL_INIT); pch_can_set_run_mode() 222 pch_can_bit_set(&priv->regs->cont, PCH_CTRL_INIT); pch_can_set_run_mode() 241 pch_can_bit_set(&priv->regs->cont, PCH_CTRL_OPT); pch_can_set_optmode() 267 pch_can_bit_clear(&priv->regs->cont, PCH_CTRL_IE); pch_can_set_int_enables() 271 pch_can_bit_set(&priv->regs->cont, PCH_CTRL_IE_SIE_EIE); pch_can_set_int_enables() 275 pch_can_bit_clear(&priv->regs->cont, PCH_CTRL_IE_SIE_EIE); pch_can_set_int_enables() 791 pch_can_bit_set(&priv->regs->cont, PCH_CTRL_CCE); pch_set_bittiming() 800 pch_can_bit_clear(&priv->regs->cont, PCH_CTRL_CCE); pch_set_bittiming() 975 pch_can_bit_clear(&priv->regs->cont, PCH_CTRL_IE_SIE_EIE); pch_can_set_int_custom() 978 pch_can_bit_set(&priv->regs->cont, pch_can_set_int_custom() 986 return (ioread32(&priv->regs->cont) & PCH_CTRL_IE_SIE_EIE) >> 1; pch_can_get_int_enables()
|
/linux-4.4.14/net/wireless/ |
H A D | util.c | 1215 goto cont; cfg80211_get_p2p_attr() 1218 goto cont; cfg80211_get_p2p_attr() 1225 goto cont; cfg80211_get_p2p_attr() 1247 goto cont; cfg80211_get_p2p_attr() 1282 cont: cfg80211_get_p2p_attr() 1563 goto cont; cfg80211_iter_combinations() 1569 goto cont; cfg80211_iter_combinations() 1573 goto cont; cfg80211_iter_combinations() 1581 goto cont; cfg80211_iter_combinations() 1588 cont: cfg80211_iter_combinations()
|
H A D | scan.c | 386 goto cont; cfg80211_find_vendor_ie() 391 cont: cfg80211_find_vendor_ie()
|
/linux-4.4.14/security/keys/ |
H A D | trusted.c | 467 unsigned char cont; tpm_seal() local 501 cont = 0; tpm_seal() 511 sess.enonce, td->nonceodd, cont, tpm_seal() 519 sess.enonce, td->nonceodd, cont, tpm_seal() 541 store8(tb, cont); tpm_seal() 586 unsigned char cont = 0; tpm_unseal() local 611 enonce1, nonceodd, cont, sizeof(uint32_t), tpm_unseal() 616 enonce2, nonceodd, cont, sizeof(uint32_t), tpm_unseal() 630 store8(tb, cont); tpm_unseal() 634 store8(tb, cont); tpm_unseal()
|
/linux-4.4.14/drivers/ata/ |
H A D | libata-transport.c | 242 static int ata_tport_match(struct attribute_container *cont, ata_tport_match() argument 247 return &ata_scsi_transport_template->host_attrs.ac == cont; ata_tport_match() 366 static int ata_tlink_match(struct attribute_container *cont, ata_tlink_match() argument 372 return &i->link_attr_cont.ac == cont; ata_tlink_match() 606 static int ata_tdev_match(struct attribute_container *cont, ata_tdev_match() argument 612 return &i->dev_attr_cont.ac == cont; ata_tdev_match()
|
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_transport_sas.c | 312 static int sas_host_match(struct attribute_container *cont, sas_host_match() argument 329 return &i->t.host_attrs.ac == cont; sas_host_match() 673 static int sas_phy_match(struct attribute_container *cont, struct device *dev) sas_phy_match() argument 689 return &i->phy_attr_cont.ac == cont; sas_phy_match() 839 static int sas_port_match(struct attribute_container *cont, struct device *dev) sas_port_match() argument 855 return &i->port_attr_cont.ac == cont; sas_port_match() 1359 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) sas_rphy_match() argument 1375 return &i->rphy_attr_cont.ac == cont; sas_rphy_match() 1378 static int sas_end_dev_match(struct attribute_container *cont, sas_end_dev_match() argument 1397 return &i->end_dev_attr_cont.ac == cont && sas_end_dev_match() 1401 static int sas_expander_match(struct attribute_container *cont, sas_expander_match() argument 1420 return &i->expander_attr_cont.ac == cont && sas_expander_match()
|
H A D | qlogicpti.c | 916 struct Continuation_Entry *cont; local 919 cont = (struct Continuation_Entry *) &qpti->req_cpu[in_ptr]; 924 cont->hdr.entry_type = ENTRY_CONTINUATION; 925 cont->hdr.entry_cnt = 0; 926 cont->hdr.sys_def_1 = 0; 927 cont->hdr.flags = 0; 928 cont->reserved = 0; 929 ds = cont->dataseg;
|
H A D | raid_class.c | 60 static int raid_match(struct attribute_container *cont, struct device *dev) raid_match() argument 64 struct raid_internal *i = ac_to_raid_internal(cont); raid_match()
|
H A D | scsi_transport_srp.c | 658 static int srp_rport_match(struct attribute_container *cont, srp_rport_match() argument 674 return &i->rport_attr_cont.ac == cont; srp_rport_match() 677 static int srp_host_match(struct attribute_container *cont, struct device *dev) srp_host_match() argument 692 return &i->t.host_attrs.ac == cont; srp_host_match()
|
H A D | scsi_transport_spi.c | 202 static int spi_host_match(struct attribute_container *cont, spi_host_match() argument 215 return &shost->transportt->host_attrs.ac == cont; spi_host_match() 1368 static int spi_device_match(struct attribute_container *cont, spi_device_match() argument 1392 static int spi_target_match(struct attribute_container *cont, spi_target_match() argument 1413 return &i->t.target_attrs.ac == cont; spi_target_match()
|
H A D | scsi_transport_fc.c | 1952 static int fc_host_match(struct attribute_container *cont, fc_host_match() argument 1968 return &i->t.host_attrs.ac == cont; fc_host_match() 1971 static int fc_target_match(struct attribute_container *cont, fc_target_match() argument 1987 return &i->t.target_attrs.ac == cont; fc_target_match() 2003 static int fc_rport_match(struct attribute_container *cont, fc_rport_match() argument 2019 return &i->rport_attr_cont.ac == cont; fc_rport_match() 2036 static int fc_vport_match(struct attribute_container *cont, fc_vport_match() argument 2053 return &i->vport_attr_cont.ac == cont; fc_vport_match()
|
H A D | scsi_transport_iscsi.c | 4356 static int iscsi_session_match(struct attribute_container *cont, iscsi_session_match() argument 4375 return &priv->session_cont.ac == cont; iscsi_session_match() 4378 static int iscsi_conn_match(struct attribute_container *cont, iscsi_conn_match() argument 4400 return &priv->conn_cont.ac == cont; iscsi_conn_match() 4403 static int iscsi_host_match(struct attribute_container *cont, iscsi_host_match() argument 4418 return &priv->t.host_attrs.ac == cont; iscsi_host_match()
|
/linux-4.4.14/drivers/media/pci/meye/ |
H A D | meye.h | 135 #define MCHIP_HIC_MODE_CONT_COMP 0x5 /* cont capt+comp */ 136 #define MCHIP_HIC_MODE_CONT_DECOMP 0x6 /* cont decomp+disp */ 138 #define MCHIP_HIC_MODE_CONT_OUT 0x8 /* cont output */
|
/linux-4.4.14/drivers/atm/ |
H A D | suni.h | 153 #define SUNI_TSOP_DIAG_DFP 0x01 /* insert single bit error cont. */ 154 #define SUNI_TSOP_DIAG_DBIP8 0x02 /* insert section BIP err (cont) */ 167 #define SUNI_TPOP_DIAG_PAIS 0x01 /* insert STS path alarm ind (cont) */
|
/linux-4.4.14/drivers/block/aoe/ |
H A D | aoedev.c | 334 goto cont; flush() 339 goto cont; flush() 343 cont: flush()
|
H A D | aoecmd.c | 425 goto cont; aoecmd_cfg_pkts() 430 goto cont; aoecmd_cfg_pkts() 446 cont: aoecmd_cfg_pkts()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 321 u32 cont = dl->status_block[2] << ((reg & 3)*8); asd_primitive_rcvd_tasklet() local 326 switch (cont) { asd_primitive_rcvd_tasklet() 332 phy_id, cont); asd_primitive_rcvd_tasklet() 334 sas_phy->sas_prim = ffs(cont); asd_primitive_rcvd_tasklet() 344 ASD_DPRINTK("phy%d: primitive reg:0x%x, cont:0x%04x\n", asd_primitive_rcvd_tasklet() 345 phy_id, reg, cont); asd_primitive_rcvd_tasklet() 350 switch (cont) { asd_primitive_rcvd_tasklet() 361 ASD_DPRINTK("phy%d: primitive reg:0x%x, cont:0x%04x\n", asd_primitive_rcvd_tasklet() 362 phy_id, reg, cont); asd_primitive_rcvd_tasklet()
|
/linux-4.4.14/scripts/kconfig/ |
H A D | streamline_config.pl | 160 my $cont = 0; 178 if ($cont) { 183 $cont = 1; 188 $cont = 0;
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp_core.c | 287 int cont; dsp_control_req() local 295 cont = *((int *)skb->data); dsp_control_req() 299 switch (cont) { dsp_control_req() 585 /* set new cont */ dsp_control_req() 587 cont = DSP_BF_ACCEPT; dsp_control_req() 589 cont = DSP_BF_REJECT; dsp_control_req() 592 sizeof(int), &cont, GFP_ATOMIC); dsp_control_req() 621 __func__, cont); dsp_control_req()
|
/linux-4.4.14/tools/net/ |
H A D | bpf_dbg.c | 1066 char *subcmd, *cont, *tmp = strdup(arg); cmd_load() local 1069 subcmd = strtok_r(tmp, " ", &cont); cmd_load() 1076 ret = cmd_load_bpf(cont); cmd_load() 1078 ret = cmd_load_pcap(cont); cmd_load() 1255 char *cmd, *cont, *tmp = strdup(arg); execf() local 1258 cmd = strtok_r(tmp, " ", &cont); execf() 1266 ret = cmds[i].func(cont); execf()
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | corgi_lcd.c | 402 int cont; corgi_bl_set_intensity() local 410 cont = !!(intensity & 0x20) ^ lcd->gpio_backlight_cont_inverted; corgi_bl_set_intensity() 413 gpio_set_value_cansleep(lcd->gpio_backlight_cont, cont); corgi_bl_set_intensity()
|
/linux-4.4.14/fs/hpfs/ |
H A D | alloc.c | 156 if (!le32_to_cpu(bmp[i])) goto cont; alloc_in_bmp() 157 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; alloc_in_bmp() 175 cont: alloc_in_bmp()
|
H A D | hpfs_fn.h | 78 unsigned sb_err : 2; /* on errs: 0-cont, 1-ro, 2-panic */
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 2993 int i, cont; qlafx00_build_scsi_iocbs() local 3002 cont = 0; qlafx00_build_scsi_iocbs() 3042 cont = 1; scsi_for_each_sg() 3050 if (avail_dsds == 0 && cont == 1) { scsi_for_each_sg() 3051 cont = 0; scsi_for_each_sg() 3057 if (avail_dsds != 0 && cont == 1) { 3323 int index = 0, cont = 0; qlafx00_fxdisc_iocb() local 3350 cont = 1; qlafx00_fxdisc_iocb() 3360 if (avail_dsds == 0 && cont == 1) { qlafx00_fxdisc_iocb() 3361 cont = 0; qlafx00_fxdisc_iocb() 3372 if (avail_dsds != 0 && cont == 1) { qlafx00_fxdisc_iocb() 3386 int index = 0, cont = 0; qlafx00_fxdisc_iocb() local 3413 cont = 1; qlafx00_fxdisc_iocb() 3423 if (avail_dsds == 0 && cont == 1) { qlafx00_fxdisc_iocb() 3424 cont = 0; qlafx00_fxdisc_iocb() 3435 if (avail_dsds != 0 && cont == 1) { qlafx00_fxdisc_iocb()
|
/linux-4.4.14/fs/btrfs/ |
H A D | lzo.c | 312 goto cont; lzo_decompress_biovec() 323 cont: lzo_decompress_biovec()
|
H A D | inode.c | 484 goto cont; compress_file_range() 527 cont: compress_file_range()
|
/linux-4.4.14/fs/befs/ |
H A D | btree.c | 734 btree_compare_int32(cont void *key1, int keylen1, const void *key2, int keylen2) 740 btree_compare_uint32(cont void *key1, int keylen1, 751 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2) 762 btree_compare_uint64(cont void *key1, int keylen1, 774 btree_compare_float(cont void *key1, int keylen1, const void *key2, int keylen2) 784 btree_compare_double(cont void *key1, int keylen1,
|
/linux-4.4.14/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 1011 goto cont; c67x00_check_td_list() 1020 goto cont; c67x00_check_td_list() 1025 goto cont; c67x00_check_td_list() 1034 goto cont; c67x00_check_td_list() 1041 cont: c67x00_check_td_list()
|
/linux-4.4.14/fs/ |
H A D | binfmt_misc.c | 265 int cont = 1; check_special_flags() local 268 while (cont) { check_special_flags() 289 cont = 0; check_special_flags()
|
/linux-4.4.14/crypto/asymmetric_keys/ |
H A D | pkcs7_parser.c | 509 /* Microsoft SpOpusInfo seems to be contain cont[0] 16-bit BE pkcs7_sig_note_authenticated_attr() 510 * char URLs and cont[1] 8-bit char URLs. pkcs7_sig_note_authenticated_attr()
|
/linux-4.4.14/sound/core/ |
H A D | pcm_lib.c | 2048 snd_pcm_uframes_t cont; snd_pcm_lib_write1() local 2061 cont = runtime->buffer_size - runtime->control->appl_ptr % runtime->buffer_size; snd_pcm_lib_write1() 2062 if (frames > cont) snd_pcm_lib_write1() 2063 frames = cont; snd_pcm_lib_write1() 2273 snd_pcm_uframes_t cont; snd_pcm_lib_read1() local 2293 cont = runtime->buffer_size - runtime->control->appl_ptr % runtime->buffer_size; snd_pcm_lib_read1() 2294 if (frames > cont) snd_pcm_lib_read1() 2295 frames = cont; snd_pcm_lib_read1()
|
/linux-4.4.14/fs/autofs4/ |
H A D | expire.c | 93 cont: get_next_positive_subdir() 108 goto cont; get_next_positive_subdir()
|
H A D | dev-ioctl.c | 675 goto cont; _autofs_dev_ioctl() 698 cont: _autofs_dev_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 240 u8 cont_qs_rbdr_idx; /* RBDR idx in the cont QS */
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet.h | 176 void __iomem *fcccp; /* hw registers cont. */
|
/linux-4.4.14/fs/ubifs/ |
H A D | tnc_commit.c | 571 int i, cont; find_first_dirty() local 582 cont = 0; find_first_dirty() 588 cont = 1; find_first_dirty() 592 if (!cont) { find_first_dirty()
|
H A D | lpt_commit.c | 46 int i, cont = 0; first_dirty_cnode() local 57 cont = 1; first_dirty_cnode() 61 if (!cont) first_dirty_cnode()
|
/linux-4.4.14/arch/sh/boards/mach-kfr2r09/ |
H A D | lcd_wqvga.c | 33 0x02, /* WEMODE: 1=cont, 0=one-shot */
|
/linux-4.4.14/arch/arm/mach-bcm/ |
H A D | platsmp-brcmstb.c | 298 name = "syscon-cont"; setup_hifcont_regs()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | init.c | 44 #define cont(fmt, args...) do { \ macro 597 cont(" 0x%02x", nvbios_rd08(init->bios, init->offset + i)); init_reserved() 598 cont("\n"); init_reserved() 2175 cont("0x%02x ", nvbios_rd08(bios, i)); init_gpio_ne() 2176 cont("\n"); init_gpio_ne() 2187 cont(" *"); init_gpio_ne() 2191 cont("\n"); init_gpio_ne()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | cassini.h | 2216 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S1_CLNP, \ 2226 { "IPV6 cont?", 0x0000, 0x0000, OP_EQ, 3, S1_TCP64, 0, S1_CLNP, \ 2241 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0, 2270 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0, S1_PCKT, 2314 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S3_CLNP, 2322 { "IPV6 cont?", 0xf000, 0x6000, OP_EQ, 3, S3_TCP64, 0, S3_CLNP, 2333 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0, S1_PCKT, 2361 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0, 2394 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S1_CLNP, 2404 { "IPV6 cont?", 0x0000, 0x0000, OP_EQ, 3, S1_TCP64, 0, S1_CLNP, 2415 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0, 2450 { "IPV4 cont?", 0xff00, 0x4500, OP_EQ, 3, S1_IPV4F, 0, S1_CLNP, 2460 { "IPV6 cont?", 0x0000, 0x0000, OP_EQ, 3, S1_TCP64, 0, S1_CLNP, 2475 { "TCP length cont", 0x0000, 0x0000, OP_EQ, 0, S1_PCKT, 0,
|
/linux-4.4.14/net/ipv4/ |
H A D | devinet.c | 1590 goto cont; hlist_for_each_entry_rcu() 1595 goto cont; hlist_for_each_entry_rcu() 1610 cont: hlist_for_each_entry_rcu() 1918 goto cont; hlist_for_each_entry_rcu() 1921 goto cont; hlist_for_each_entry_rcu() 1934 cont: hlist_for_each_entry_rcu()
|
/linux-4.4.14/crypto/ |
H A D | chacha20poly1305.c | 77 int (*cont)(struct aead_request *)) async_done_continue() 80 err = cont(req); async_done_continue()
|
/linux-4.4.14/fs/ncpfs/ |
H A D | sock.c | 596 cont:; __ncptcp_rcv_proc() 636 goto cont; __ncptcp_rcv_proc()
|
/linux-4.4.14/net/rxrpc/ |
H A D | ar-recvmsg.c | 132 _debug("maybe cont"); rxrpc_recvmsg()
|
/linux-4.4.14/kernel/trace/ |
H A D | trace.h | 876 * @cont: set if the input is not complete - no final space char was found 882 bool cont; member in struct:trace_parser 895 return parser->cont; trace_parser_cont() 900 parser->cont = false; trace_parser_clear()
|
H A D | trace.c | 951 if (!parser->cont) { trace_get_user() 989 parser->cont = false; trace_get_user() 991 parser->cont = true; trace_get_user()
|
/linux-4.4.14/net/decnet/ |
H A D | dn_dev.c | 754 goto cont; dn_nl_dump_ifaddr() 762 goto cont; dn_nl_dump_ifaddr() 774 cont: dn_nl_dump_ifaddr()
|
/linux-4.4.14/net/ipv6/ |
H A D | route.c | 689 struct rt6_info *rt, *match, *cont; find_rr_leaf() local 693 cont = NULL; find_rr_leaf() 696 cont = rt; find_rr_leaf() 705 cont = rt; find_rr_leaf() 712 if (match || !cont) find_rr_leaf() 715 for (rt = cont; rt; rt = rt->dst.rt6_next) find_rr_leaf()
|
H A D | addrconf.c | 650 goto cont; hlist_for_each_entry_rcu() 653 goto cont; hlist_for_each_entry_rcu() 666 cont: hlist_for_each_entry_rcu() 4504 goto cont; hlist_for_each_entry_rcu() 4510 goto cont; hlist_for_each_entry_rcu() 4515 cont: hlist_for_each_entry_rcu() 5011 goto cont; hlist_for_each_entry_rcu() 5014 goto cont; hlist_for_each_entry_rcu() 5020 cont: hlist_for_each_entry_rcu()
|
/linux-4.4.14/fs/f2fs/ |
H A D | node.c | 781 int err = 0, cont = 1; truncate_inode_blocks() local 829 while (cont) { truncate_inode_blocks() 844 cont = 0; truncate_inode_blocks()
|
/linux-4.4.14/fs/jffs2/ |
H A D | readinode.c | 1052 goto cont; jffs2_get_inode_nodes() 1059 goto cont; jffs2_get_inode_nodes() 1107 cont: jffs2_get_inode_nodes()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
H A D | aacraid.h | 86 #define CONTAINER_TO_CHANNEL(cont) (CONTAINER_CHANNEL) 87 #define CONTAINER_TO_ID(cont) (cont) 88 #define CONTAINER_TO_LUN(cont) (0)
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_fwint.h | 407 SNIC_EV_LUN_DELTD, /* LUN Del'd, PL cont. TGT & LUN ID */
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 202 if (stv0288_writeregI(state, 0x05, 0x10))/* cont carrier */ stv0288_set_tone()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
H A D | cs89x0.c | 267 cs89_dbg(3, cont, " %04x", buffer[i]); get_eeprom_data() 269 cs89_dbg(3, cont, "\n"); get_eeprom_data() 543 cs89_dbg(1, cont, "succeeded\n"); send_test_pkt() 546 cs89_dbg(1, cont, "failed\n"); send_test_pkt()
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | uaccess.h | 350 int cont; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */ member in struct:exception_table_entry
|
/linux-4.4.14/net/can/ |
H A D | gw.c | 602 goto cont; cgw_dump_jobs() 607 cont: cgw_dump_jobs()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | bitmap.c | 169 cont: scan_bitmap_block() 254 goto cont; scan_bitmap_block()
|
/linux-4.4.14/net/ieee802154/ |
H A D | nl-mac.c | 456 goto cont; for_each_netdev() 462 cont: for_each_netdev()
|
/linux-4.4.14/tools/testing/ktest/ |
H A D | ktest.pl | 3534 my $cont = 0; 3549 if ($cont) { 3554 $cont = 1; 3559 $cont = 0;
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | usbdux.c | 434 "ao urb resubm failed in int-cont. ret=%d", usbduxsub_ao_handle_urb() 1206 "pwm urb resubm failed in int-cont. ret=%d", usbduxsub_pwm_irq()
|
/linux-4.4.14/net/sched/ |
H A D | sch_api.c | 1488 goto cont; for_each_netdev() 1502 cont: for_each_netdev()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 383 * @cont: whether another operation will be chained 392 csio_hw_sf1_read(struct csio_hw *hw, uint32_t byte_cnt, int32_t cont, csio_hw_sf1_read() argument 402 csio_wr_reg32(hw, SF_LOCK_V(lock) | SF_CONT_V(cont) | csio_hw_sf1_read() 415 * @cont: whether another operation will be chained 424 csio_hw_sf1_write(struct csio_hw *hw, uint32_t byte_cnt, uint32_t cont, csio_hw_sf1_write() argument 433 csio_wr_reg32(hw, SF_CONT_V(cont) | BYTECNT_V(byte_cnt - 1) | csio_hw_sf1_write()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 759 * @cont: whether another operation will be chained 766 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, sf1_read() argument 775 t3_write_reg(adapter, A_SF_OP, V_CONT(cont) | V_BYTECNT(byte_cnt - 1)); sf1_read() 786 * @cont: whether another operation will be chained 793 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, sf1_write() argument 802 V_CONT(cont) | V_BYTECNT(byte_cnt - 1) | V_OP(1)); sf1_write()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sdio.c | 523 goto cont; mwifiex_init_sdio_ioport() 541 cont: mwifiex_init_sdio_ioport()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_state.c | 305 rv = SS_UNKNOWN_ERROR; /* cont waiting, otherwise fail. */ _req_st_cond() 314 rv = SS_UNKNOWN_ERROR; /* cont waiting, otherwise fail. */ _req_st_cond()
|
/linux-4.4.14/drivers/usb/class/ |
H A D | usbtmc.c | 595 dev_dbg(dev, "Bulk-IN header cont: actual(%u), done(%zu), remaining(%zu), buf(%p), buffer(%p)\n", actual, done, remaining,buf,buffer); usbtmc_read()
|
/linux-4.4.14/drivers/net/ |
H A D | sb1000.c | 856 printk(KERN_WARNING "%s: cont datagram header skip error: " sb1000_rx()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | pci_iommu.c | 643 DBGA(" (%ld) [%p,%x] cont\n", sg_fill()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 2735 * @cont: whether another operation will be chained 2743 static int sf1_read(struct adapter *adapter, unsigned int byte_cnt, int cont, sf1_read() argument 2753 SF_CONT_V(cont) | BYTECNT_V(byte_cnt - 1)); sf1_read() 2764 * @cont: whether another operation will be chained 2772 static int sf1_write(struct adapter *adapter, unsigned int byte_cnt, int cont, sf1_write() argument 2781 SF_CONT_V(cont) | BYTECNT_V(byte_cnt - 1) | OP_V(1)); sf1_write()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 1612 * @cont: if true schedule next execution chunk 1942 bool cont = test_bit(RAMROD_CONT, ramrod_flags); bnx2x_config_vlan_mac() local 1948 if (!cont) { bnx2x_config_vlan_mac() 1966 if (cont || test_bit(RAMROD_EXEC, ramrod_flags) || bnx2x_config_vlan_mac()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 933 static void bt848_contrast(struct bttv *btv, int cont) bt848_contrast() argument 937 btv->contrast = cont; bt848_contrast() 940 value = (cont >> 7); bt848_contrast()
|
/linux-4.4.14/drivers/cdrom/ |
H A D | cdrom.c | 474 static int cdrom_mrw_bgformat(struct cdrom_device_info *cdi, int cont) cdrom_mrw_bgformat() argument 480 pr_info("%sstarting format\n", cont ? "Re" : ""); cdrom_mrw_bgformat() 506 buffer[11] = cont; cdrom_mrw_bgformat()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_hw.h | 3843 struct ulp_bde cont[3]; /* up to 3 continuation bdes */ member in union:_IOCB::__anon9690
|
/linux-4.4.14/scripts/ |
H A D | checkpatch.pl | 377 (?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)|
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | message.c | 4962 /* S = IE1 length + cont. */ sig_ind() 4964 /* S = IE2 length + cont. */ sig_ind()
|